Skip to content

Web panel install guide for DEBIAN 8 [EN] [PANEL] ** OUTDATED **

FlashModz edited this page Nov 13, 2018 · 1 revision

** OUTDATED **

For install this panel you need to have a little VPS or more biggest and you need to have DEBIAN 8 on this VPS

Recommended minimal specs required: https://www.ovh.com/fr/vps/vps-ssd.xml

When you have setup a VPS you can connect to it using SSH. On Windows you can use PUTTY or on Linux you can just use the ssh commands.

Once connected, follow the steps below.

  1. Write this command in the terminal apt-get update; apt-get upgrade
  2. Write this command in the terminal apt install apache2 unzip php5 php5-mysql php5-curl git
  3. Write this command in the terminal apt-get install mysql-server and follow install page.
  4. Write this command in the terminal apt-get install phpmyadmin and follow install page.
  5. Edit this file (/etc/apache2/apache2.conf) with this command sudo nano /etc/apache2/apache2.conf search this line:
<Directory /var/www/>
  Options Indexes FollowSymLinks
  AllowOverride None
  Require all granted
</Directory>

edit to

<Directory /var/www/>
  Options Indexes FollowSymLinks
  AllowOverride All
  Require all granted
</Directory>
  1. Write this command in the terminal a2enmod rewrite
  2. Write this command in the terminal service apache2 restart
  3. Go to /var/www folder and write this command rm -rf /var/www/html
  4. Next download the webpanel with this command
    cd /var/www && git clone https://github.com/MrDarkSkil/Launcher_Multigaming.git -b webpanel html
    Or for the Beta
    cd /var/www && git clone https://github.com/MrDarkSkil/Launcher_Multigaming.git -b webpanel-test html
  5. Write this command in the terminal chown -R www-data:www-data /var/www/html/games/; chmod -R 777 /var/www/html/configs/
  6. In your browser, go to your VPS or other IP and follow the installation steps