
Free iPTV Admin Panel Xtream UI
Installing;
You use Ubuntu 18 Root Server and,
As root:
apt-get update ; apt-get install libxslt1-dev libcurl3 libgeoip-dev python -y ; wget https://xtream-ui.com/install/install.py ; sudo python install.py
If you want a whole NEW installation, choose MAIN and then ADMIN. If you want ONLY the admin part, select ADMIN only.
And Overwrite these current files by Filezilla in folder (/home/xtreamcodes/iptv_xtream_codes);
http://www.iptvselling-team.com/wp-content/uploads/release_15__27-10-2019.zip
XTREAM UI FAQ;
- DUMP Database (Backup)
On your OLD Server Run as root: mysqldump xtream_iptvpro > xtcdump.sql
- RESTORE Database
Upload xtcdump.sql to your new server (It’s OK to use /root) Run as root: mysql xtream_iptvpro < /root/xtcdump.sql NOTE: This is ONLY for XC V2 to V2!
- DUMP Database (Backup)
On your OLD Server Run as root: mysqldump xtream_iptvpro > xtcdump.sql
- User not working to login on panel after RESTORE DB?
Using SSH: mysql Now type: UPDATE xtream_iptvpro.reg_users SET password=’$6$rounds=20000$xtreamcodes$XThC5OwfuS0YwS4ahiifzF14vkGbGsFF1w7ETL4sRRC5sOrAWCjWvQJDromZUQoQuwbAXAFdX3h3Cp3vqulpS0′ WHERE id=’1′; UPDATE xtream_iptvpro.reg_users SET username = ‘admin’ WHERE id = ‘1’; UPDATE xtream_iptvpro.reg_users SET member_group_id = ‘1’ WHERE id = ‘1’;
- I rebooted the server and the panel didn’t come back up
As root run: /home/xtreamcodes/iptv_xtream_codes/start_services.sh
- Download m3u not working
Check if the user does NOT have MAG and stuff ENABLED on user config. They must be DISABLED!
- libexslt.so.0 – geoip.so – libcurl ERRORS
Run as root: apt-get install libxslt1-dev libcurl3 libgeoip-dev
- How to ADD Stream on the final step
Move the “Main Server” tile INSIDE the “Stream Source” like this: https://i.imgur.com/E6eqg3p.png(düzenlendi)
- How to find out user_iptvpro mysql password?
As root run: wget https://raw.githubusercontent.com/xtreamui/XtreamUI/master/pytools/config.py && python config.py DECRYPT && rm config.py
- 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
- 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 use YouTube in the panel?
As root run: sudo su ; wget https://s3.us-east-2.amazonaws.com/firez.uploadanime.xyz/ytphp.sh -O “ytphp.sh” ; chmod u+x ytphp.sh ; ./ytphp.sh
And write that link type;
https://www.youtube.com/results?search_query=blomberg+global+news+live
- Errors AUTO Installing Load Balancers?
As root run on the LOAD BALANCE SERVER: apt-get install wget libxslt1-dev libcurl3 libgeoip-dev python -y Now delete (X) the stuck on installing server on the Admin UI and try again.