XTREAMUI OFFLINE INSTALLER (NULLED) BY JIMI VERSION R21B In the original installation of XtreamUI, some files are downloaded from remote webs (xtreamui.com, dropbox.com, etc) and is non reliable method. At any time this url can go down and files unavaible or, files can be modify with "unwanted" changes (backdoors, etc) For this reason I like make this offline version, it is non dependient of anyone. If you have this files, you can install full XtreamUI solution at any time, many times as you like. It cover installation for Main, Admin and Load Balancer servers Be happy :) ######## QUICK INSTALLATION ######## You need apache2 running at 80 port (default) Copy files to /var/www/html/xuifilesoffline sudo python install_offline.py (MAIN, ADMIN OR LB) ######## DETAILED INSTALLATION ######## ## MAIN SERVER apt-get install python-paramiko && apt-get install python && apt-get install apache2 cd /var/www/html/xuifilesoffline chmod 777 *.* python install_offline.py -Autostart echo "@reboot root /home/xtreamcodes/iptv_xtream_codes/start_services.sh" >> /etc/crontab -Fix geolite: cd /home/xtreamcodes/iptv_xtream_codes && chattr -i -a GeoLite2.mmdb && rm GeoLite2.mmdb && cp /var/www/html/xuifilesoffline/GeoLite2.mmdb /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chmod 777 GeoLite2.mmdb && chattr +i GeoLite2.mmdb (reboot) http://yourip:25500 admin admin (*If error on login screen, go settings -> update tables..) (*Remember 2 steps, install first MAIN and second ADMIN).. ## LB SERVER apt-get install python-paramiko && apt-get install python && apt-get install apache2 cd /var/www/html/xuifilesoffline chmod 777 *.* python install_offline.py -Autostart echo "@reboot root /home/xtreamcodes/iptv_xtream_codes/start_services.sh" >> /etc/crontab -Fix geolite: cd /home/xtreamcodes/iptv_xtream_codes && chattr -i -a GeoLite2.mmdb && rm GeoLite2.mmdb && cp /var/www/html/xuifilesoffline/GeoLite2.mmdb /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chmod 777 GeoLite2.mmdb && chattr +i GeoLite2.mmdb -Add in your dashboard (main panel) on Servers -> "Install Load Balancer" (wait a few, and should be looks online) (recommend reboot) ### REMEMBER: -Change default user/pass (I see a few panels with admin/admin)... -Change default ports (on dashboard and by ssh on main and lb's) -Remove files from public folder (/var/www/html/) after install