How to install the panel on your server

To install the panel just copy/paste this command in a terminal on your server where {YOUR_PANEL_ID} is your Panel ID:

 

if ! [ $(id -u) = 0 ]; then echo "\033[91m\nYou must be root to run the installation script\n\033[0m"; exit 1; fi; apt-get -h > /dev/null 2>&1; if [ $? -eq 0 ]; then apt-get update; p=apt-get; else p=yum; fi; $p install wget -y; $p install python2.7 -y; chmod -R 777 /tmp; wget -O /tmp/install_iptv.py https://download.midnightstreamer.com/{YOUR_PANEL_ID}/install/get && chmod 777 /tmp/install_iptv.py && python2.7 /tmp/install_iptv.py

 

Enter the license key you have received by email and follow the instructions.

 

After the installation visit your panel admin area:

 

http://your_server_ip:http_port/admin

 

  • 10 Users Found This Useful
Was this answer helpful?