Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.
Andreas edited this page Feb 25, 2023 · 6 revisions

Please check setup.php after you are done with the setup or before you contact me/create an issue.

Setup
  1. Download the latest Release ZIP and the db.sql file from here.
  2. Extract the files and upload them to your PHP host.
  3. Create a new database in PHPMyAdmin, import the contents of the db.sql.
  4. Rename Database file to Database.php.
  5. Edit the Database.php file to include your database credentials.
  6. Upload the x.exe file in the panel's main directory.
  7. Log in to the panel using default credentials, then change the password to a secure one.
  8. Edit the Config.php file to set the name and description of your website, and set a secure API key for authenticating requests.
  9. Rename the DiscordConfig file to DiscordConfig.php.
  10. Create a new Discord application to integrate with the panel.
  11. Copy the panel's profile URL and add it as a redirect URL in the Discord application.
  12. Fill in your Discord logging webhook URL(s) in the DiscordConfig.php file to allow the panel to send messages to Discord.

NOTE: Make sure php has full access to /usercontent/avatar otherwise no avatar can be downloaded from discord.

Setup-Video Watch the Setup Tutorial on YouTube
Clone this wiki locally