Home Top Ad

FREE-IPTV: How to change ADMIN port from 25500 to another port

Share:

- How to change ADMIN port from 25500 to another port?

Change NEWPORT to the port you want. Eg 8081
As root run:
sudo sed -i 's/25500/NEWPORT/g' /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nginx.conf ; /etc/init.d/xtreamcodes

- How to change BROADCAST port from 25461 to another port?

Change NEWPORT to the port you want. Eg 8080
As root run:
sudo sed -i 's/25461/NEWPORT/g' /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nginx.conf ; /etc/init.d/xtreamcodes

how to restart nginx only:
sudo /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx -s reload