Skip to content

Web panel install guide for DEBIAN 9.x [EN] [PANEL]

Leo Hubert edited this page Dec 14, 2020 · 3 revisions

For install this panel you need to have a little VPS or more biggest and you need to have DEBIAN 9.x 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
On Linux you can just use the ssh commands.

Once connected, follow the steps below.

  1. Write this command in the terminal apt update; apt upgrade
  2. Proceed to the installation of MYSQL Server, for technical needs we will install version 5.7.
    2.1 Write this command in the terminal cd /tmp
    2.2 Write this command in the terminal wget https://dev.mysql.com/get/mysql-apt-config_0.8.10-1_all.deb
    2.3 Write this command in the terminal sudo dpkg -i mysql-apt-config* and select Mysql 5.7 and OK
    2.4 Write this command in the terminal apt update
  3. Write this command in the terminal apt install apache2 unzip php7.0 php7.0-mysql php7.0-curl git
    3.1 Write this command in the terminal apt install mysql-server and follow install page.
  4. Write this command in the terminal apt install phpmyadmin and follow install page.
    4.1 Write this command in the terminal apt install libfcgi-dev libfcgi0ldbl libjpeg62-turbo-dev libmcrypt-dev libssl-dev libc-client2007e libc-client2007e-dev libxml2-dev libbz2-dev libcurl4-openssl-dev libjpeg-dev libpng-dev libfreetype6-dev libkrb5-dev libpq-dev libxml2-dev libxslt1-dev
  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>

puis éditez la

<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. Write this command in the terminal rm -rf /var/www/html
  4. Next download the webpanel with this command
    cd /var/www && git clone https://github.com/leohubert/Launcher_Multigaming_Panel.git html
    Or for the beta
    cd /var/www && git clone https://github.com/leohubert/Launcher_Multigaming_Panel.git -b dev 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