BOX RECEIVER

Xtream-multics-Panel

 


ubuntu 16.04 

ubuntu 18.04 

ubuntu 20.04 

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!



ubuntu 16.04 

ubuntu 18.04 

ubuntu 20.04 

1 sudo apt update

sudo apt install apache2

sudo systemctl stop apache2.service

sudo systemctl start apache2.service

sudo systemctl enable apache2.service

sudo add-apt-repository ppa:ondrej/php

apt-get install mysql-server unzip -y

mysql -v

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'admin@123'; 

10 FLUSH PRIVILEGES;

 exit

11 sudo apt-get install software-properties-common

12 sudo apt update

13  sudo apt install php7.4 libapache2-mod-php7.4 php7.4-common php7.4-gmp php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-mysql php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php7.4-zip

14  sudo apt install phpmyadmin

15  sudo ln -s /usr/share/phpmyadmin

16  sudo update-alternatives --set php /usr/bin/php7.4

17  sudo update-alternatives --set phar /usr/bin/phar7.4

18  sudo update-alternatives --set phar.phar /usr/bin/phar.phar7.4
19  sudo a2dismod php8.0
20 sudo a2enmod php7.4
21 php /root/multics.php
22 /var/www/html -y

Panel username - admin
Panel username - qwerty


DOWNLOAD

Post a Comment

0 Comments