🔗 Ayush File Share — Installer
1. Requirements
2. Configure
3. Done
Server Requirements
✓
PHP version 7.4 or newer
Detected PHP 8.3.33
✓
PDO MySQL extension (pdo_mysql)
Required to connect to the database.
✓
Fileinfo extension
Required to verify uploaded file types.
✓
mbstring extension
Required for safe filename handling.
✓
JSON extension
Required for the upload API responses.
✓
Session support
Required for admin login and CSRF protection.
✓
/config folder writable
Installer needs to write config/config.php here.
✓
/storage/uploads folder writable
Uploaded files are stored here.
✓
/storage/tmp folder writable
Used for temporary processing.
✓
/storage/customers folder writable
Used for the persistent per-customer file cabinet.
Optional (feature-specific)
✓
Zip extension
Without it, the "Download All as ZIP" batch-download feature is unavailable.
✓
mail() function available
Without it, "notify me by email on download" cannot send emails. Many hosts need an SMTP plugin for this to actually deliver — test it after install.
Database
Database Host
Database Name
Database Username
Database Password
Website
Website Name
Website URL (with https://)
Admin Account
Admin Username
Admin Password (min 8 characters)
Defaults
Maximum File Size (MB)
Default Download Limit (0 = unlimited)
Default Expiry
1 Hour
6 Hours
24 Hours
3 Days
7 Days
Install Now