@Proxybunker sorry lost your last thread to many notices
this is the best one with mac and everying , but its only a backend
this is the best one with mac and everying , but its only a backend
thanks, I will have read over it and try it out@Proxybunker sorry lost your last thread to many notices
this is the best one with mac and everying , but its only a backend
update please link not working https://mirror.sctl.icu/install/install.pyHello,
Sorry if post is on wrong section.
Here is tutorial how to install Xtream-ui + modded (writing this because i saw few guys asking around and no one writing it).
1. Get server with Ubuntu 18
when you got server with ubuntu 18 we can start.
How to INSTALL (Ubuntu 18.04 recommended for MAIN)
Code:As root: apt-get update ; apt-get install libxslt1-dev libcurl3 libgeoip-dev python -y ; wget https://mirror.sctl.icu/install/install.py ; sudo python install.py
First Run MAIN and follow instructions
after it finished run again python install.py and run ADMIN follow instructions.
now you have installed MAIN server with panel xtream-ui its your IP:25500
to upgrade to modded follow next
go in the Main /etc/sudoers and modify
xtreamcodes ALL=(root) NOPASSWD: /sbin/iptables
to look like this:
xtreamcodes ALL=(root) NOPASSWD: /sbin/iptables, /usr/bin/chattr
when doing Full Remake on Main or Balance wait whenever the operation is finished to do it again (all done calm)
password cannot contain odd characters like ? or # etc etc
Code:apt-get install unzip e2fsprogs python-paramiko -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && rm -rf /home/xtreamcodes/iptv_xtream_codes/admin && rm -rf /home/xtreamcodes/iptv_xtream_codes/pytools && wget "http://xcodes.mine.nu/XCodes/update.zip" -O /tmp/update.zip -o /dev/null && unzip /tmp/update.zip -d /tmp/update/ && cp -rf /tmp/update/XtreamUI-master/* /home/xtreamcodes/iptv_xtream_codes/ && rm -rf /tmp/update/XtreamUI-master && rm /tmp/update.zip && rm -rf /tmp/update && chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/ && chmod +x /home/xtreamcodes/iptv_xtream_codes/permissions.sh && /home/xtreamcodes/iptv_xtream_codes/permissions.sh && find /home/xtreamcodes/ -type d -not \( -name .update -prune \) -exec chmod -R 777 {} + && /home/xtreamcodes/iptv_xtream_codes/start_services.sh && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb
after is finished go in panel and Servers-manage then click on options then full remake and wait it should take 1-2 min
now you have xtream-ui modded
- I rebooted the server and the panel didn't come back up
As root run: /home/xtreamcodes/iptv_xtream_codes/start_services.sh
- How to get m3u playlist?
http://ip.address:25461/get.php?username=user&password=pass&type=m3u&output=ts
- How to ADD Stream on the final step
![]()
- How to change BROADCAST port from 25461 to another port?
Change NEWPORT to the port you want. Eg 8080 As root run: sed -i 's/25461/NEWPORT/g' /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nginx.conf ; /etc/init.d/xtreamcodes
- How to change ADMIN port from 25500 to another port?
Change NEWPORT to the port you want. Eg 8081 As root run: sed -i 's/25500/NEWPORT/g' /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nginx.conf ; /etc/init.d/xtreamcodes
- Fix 500 Errors on XC v2
As root run: apt-get install e2fsprogs -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb ; wget https://archive.org/download/geolite2_201910/GeoLite2.mmdb -O /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown xtreamcodes.xtreamcodes /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && clear && echo "If you see this message, 500 errors are probably fixed"
- How to find out what Network Interface to use on your Admin UI
As root run: route -n | awk '$1 == "0.0.0.0" {print $8}' After that, on your Admin UI, go to: Servers > Manage Servers > Edit > Advanced
That is installation with some standard issues and some how to , will write more how to when i get time
Any questions , feel free to write