DOWNLOAD Multics Panel v4.9 files

Costa88

Member
Joined
Aug 15, 2022
Messages
5
Awards
1
Offline
Download Panel Files as .zip

Unzip and upload 3.files in your vps /root/ directory.

[ multics_panel_v4.9.zip , multics_v4.9_installer.php , xtreammasters_php7.2.zip ]

Last update: 22/08/2022.



What's new (stable release)​

1- cccam and iptv users order list problem fixed

2- reseller credits logs system added for cccam and iptv both.

3- iptv user interface improve and custom playlist group system added

4- iptv client access link added

5- oscam disabled lines fixed

6- oscam users online/offline status fixed

7- new installed oscam crash issued fixed

8- and other small bugs fixed or improved
‐------

Ubuntu 18.04 Remote Installation commands.

apt-get update && apt-get upgrade -y && apt-get install mysql-server unzip wget -y

mysql -v

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'REPLACE_SQL_PASSWORD';

exit

sudo apt-get install php7.2-fpm php7.2-common php7.2-dev php7.2-curl php7.2-gd php7.2-json php7.2-mysql php7.2-odbc php7.2-pgsql php7.2-pspell php7.2-readline php7.2-sqlite3 php7.2-tidy php7.2-xml php7.2-xmlrpc php7.2-bcmath php7.2-bz2 php7.2-intl php7.2-mbstring php7.2-phpdbg php7.2-soap php7.2-zip php-imagick php-gettext php-redis php-memcached phpmyadmin -y

sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin

sudo service apache2 restart





Before put this command replace REPLACE_SQL_PASSWORD with your sql password which you want to set as MYSQL password.
 

Attachments

  • install cmd 20.04.txt
    1.4 KB · Views: 73
  • install cmd 18.04.txt
    922 bytes · Views: 39
  • xtreammasters_php7.2.zip
    129.6 KB · Views: 68
  • custom account.txt
    177 bytes · Views: 71
Last edited:

kennydope

New member
Joined
May 28, 2021
Messages
16
Offline
Download Panel Files as .zip 3in1_multics_panel_v4.9.zip

Unzip and upload 3.files in your vps /root/ directory.

[ multics_panel_v4.9.zip , multics_v4.9_installer.php , xtreammasters_php7.2.zip ]

Last update: 22/08/2022.



What's new (stable release)​

1- cccam and iptv users order list problem fixed

2- reseller credits logs system added for cccam and iptv both.

3- iptv user interface improve and custom playlist group system added

4- iptv client access link added

5- oscam disabled lines fixed

6- oscam users online/offline status fixed

7- new installed oscam crash issued fixed

8- and other small bugs fixed or improved
‐------

Ubuntu 18.04 Remote Installation commands.

apt-get update && apt-get upgrade -y && apt-get install mysql-server unzip wget -y

mysql -v

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'REPLACE_SQL_PASSWORD';

exit

sudo apt-get install php7.2-fpm php7.2-common php7.2-dev php7.2-curl php7.2-gd php7.2-json php7.2-mysql php7.2-odbc php7.2-pgsql php7.2-pspell php7.2-readline php7.2-sqlite3 php7.2-tidy php7.2-xml php7.2-xmlrpc php7.2-bcmath php7.2-bz2 php7.2-intl php7.2-mbstring php7.2-phpdbg php7.2-soap php7.2-zip php-imagick php-gettext php-redis php-memcached phpmyadmin -y

sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin

sudo service apache2 restart

wget -O '/root/panel.zip' https://xtream-masters.com/files/3in1_multics_panel_v4.9.zip && unzip '/root/panel.zip' && php /root/multics_v4.9_installer.php



Before put this command replace REPLACE_SQL_PASSWORD with your sql password which you want to set as MYSQL password.
 

Attachments

  • Istantanea_2022-10-30_23-23-29.png
    Istantanea_2022-10-30_23-23-29.png
    16.1 KB · Views: 81
Top