-
-
Notifications
You must be signed in to change notification settings - Fork 11
Web panel install guide for DEBIAN 8 [EN] [PANEL] ** OUTDATED **
FlashModz edited this page Nov 13, 2018
·
1 revision
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.
- Write this command in the terminal
apt-get update; apt-get upgrade
- Write this command in the terminal
apt install apache2 unzip php5 php5-mysql php5-curl git
- Write this command in the terminal
apt-get install mysql-server
and follow install page. - Write this command in the terminal
apt-get install phpmyadmin
and follow install page. - 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>
- Write this command in the terminal
a2enmod rewrite
- Write this command in the terminal
service apache2 restart
- Go to
/var/www
folder and write this commandrm -rf /var/www/html
- 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
- 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)