Quick Script Installation Guide
1. Create the Database: In your hosting panel (cPanel, Plesk, etc.), go to "MySQL Databases". Create a new database, a new user, and a password. Add the user to the database and grant ALL PRIVILEGES. Write down these three details.
2. Upload the Files: Upload all the script files to your website's main folder (usually public_html).
3. Configure the .env File: In the main folder where you uploaded the files, copy the .env.example file and rename the copy to .env. Open the new .env file and edit these lines:
APP_URL: Set this to your full website URL (e.g., https://yourwebsite.com).
DB_DATABASE: Your database name from Step 1.
DB_USERNAME: Your database user from Step 1.
DB_PASSWORD: Your database password from Step 1.
4. Run the Installer & Log In: Go to your website's URL in a browser. The installation page should appear. Follow the instructions to complete the setup.
Once finished, use the default credentials to log in:
Default Admin Login:
URL: https://yourwebsite.com/admin
E-Mail: admin@admin.com
Password: FileXUP
Default User Login:
URL: https://yourwebsite.com/en/login
E-Mail: user@user.com
Password: FileXUP
Important: After you log in for the first time, change the default admin password immediately for security reasons!
Was this article helpful?
0 out of 0 found this helpful