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

Please check setup.php and Common issues after you are done with the setup 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

Setup Cloudflare Turnstile captcha
  1. Got to your cloudflare dashboard.
  2. Click in the sidebar on the left side on Turnstile.
  3. Click on "Add Site". Enter a nickname for the site and the domain you are using.
  4. Select your prefered widget mode & click "Save".
  5. Go to the system settings in the panel.
  6. Paste your Site secret and click "update."
  7. Paste your Site key and click "update".
Setup hCaptcha
  1. Got to your hCaptcha dashboard.
  2. Click on "Add Site". Enter a nickname for the site and the domain you are using.
  3. Select your prefered passing Threshold & click "Save".
  4. Go to the system settings in the panel.
  5. Paste your Site secret and click "update".
  6. Paste your Site key and click "update".
Setup reCaptcha
  1. Got to your reCaptcha admin console.
  2. Click on the + icon in the top right corner.
  3. Enter a label for your domain.
  4. Select your prefered reCaptcha type.
  5. Enter he domain you are using & press "Submit".
  6. Go to the system settings in the panel.
  7. Paste your Site secret and click "update".
  8. Paste your Site key and click "update".