
Fix EPG Not Updating:įirst of all, add EPG => click on force reload => edit any stream => select epg channel from that newly added EPG => then for reload EPG => It should work. Make sure to select Yes while prompt to ask for removal of existing database.
#Sql queries xteam codes channels install#
So the simple solution is re install the main using our source, it will uninstall MySQL and re install it again. The error occurs due to re installing or re-configuring MySQL. You can read a detailed guide on installing loadbancer on Xtream UI.

Now go to Manage Servers page and reload it to see change, LB should be online within few minutes. Now go to Load Balancer Installation, add correct IP of new loadbalancer server and root password (if root isn t enabled read this guide) and click on it.

Now, login main server via PuTTY as root and run following 2 commands: sed -i 's///g' /home/xtreamcodes/iptv_xtream_codes/pytools/balancer.py /etc/init.d/xtreamcodes /home/xtreamcodes/iptv_xtream_codes/start_services.sh So, if you’ve already added new loadbalancer as installation and not coming online since long you need to delete it.
#Sql queries xteam codes channels how to#
How To Add / Install New Loadbalancer?īy default auto installation of loadbalancer will not work (mostly). Now you’re admin panel port changed to the new one which is :2082. This command will change any word matching to 25500 to 2082 in the file /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nf How to change admin port for Main or Loadbalancer? sed -i 's/25500/2082/g' /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nf /etc/init.d/xtreamcodes Then you can run above command to change the port. Important! Before changing the http broadcast port, go to Manage Servers > edit the server you’re changing port of > Advance Tab> edit the broadcast port and replace default one to the new you’re about to change and save it.

This command will change any word matching to 25461to 8080 in the file /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nf Installation of Xtream UI admin panel is bit longer step thing, we’ve a dedicated guide on this you can read it here How to change http broadcast port for Main or Loadbalancer? sed -i 's/25461/8080/g' /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nf /etc/init.d/xtreamcodesĪnd then run this command: /home/xtreamcodes/iptv_xtream_codes/start_services.sh It’s always recommended to backup things first like config file and databases etc.
