-
-
Notifications
You must be signed in to change notification settings - Fork 11
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.
- Write this command in the terminal
apt update; apt upgrade
- Proceed to the installation of MYSQL Server, for technical needs we will install version 5.7.
2.1 Write this command in the terminalcd /tmp
2.2 Write this command in the terminalwget https://dev.mysql.com/get/mysql-apt-config_0.8.10-1_all.deb
2.3 Write this command in the terminalsudo dpkg -i mysql-apt-config*
and select Mysql 5.7 and OK
2.4 Write this command in the terminalapt update
- 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 terminalapt install mysql-server
and follow install page. - Write this command in the terminal
apt install phpmyadmin
and follow install page.
4.1 Write this command in the terminalapt 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
- 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>
- Write this command in the terminal
a2enmod rewrite
- Write this command in the terminal
service apache2 restart
- Write this command in the terminal
rm -rf /var/www/html
- 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
- Write this command in the terminal
chown -R www-data:www-data /var/www/html/games/; chmod -R 777 /var/www/html/configs/;
- In your browser, go to your VPS or other IP and follow the installation steps
Copyright 2014-2020 Léo HUBERT & FlashModz (© Emodyz)