I agree, since there is no minimum donation ...Why share this, just donate and help the devolepers making free software for you guys
I agree, since there is no minimum donation ...Why share this, just donate and help the devolepers making free software for you guys
NICE ADDbeta for xtream-ui release 15
I found files on internet
Here free for everyone
No quote
Thanks to GTA and friends
Channels | MatchTime Unblock CDN | Offshore Server | Contact |
100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
Channels | MatchTime Unblock CDN | Offshore Server | Contact |
100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
Channels | MatchTime Unblock CDN | Offshore Server | Contact |
100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
thank you very muchHello folks
Here you have the download from previous releases.
No quote
hope you enjoy
Channels | MatchTime Unblock CDN | Offshore Server | Contact |
100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
Channels | MatchTime Unblock CDN | Offshore Server | Contact |
100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
verry verry thanks broYes it is here. Follow the rules!! If you want to say "thanks" use the ---->
![]()
How To: credit to Shin for writing it up
- How to INSTALL
No quote
- DUMP Database (Backup)
On your OLD Server
Run as root:Code:mysqldump xtream_iptvpro > xtcdump.sql
- RESTORE Database
Upload xtcdump.sql to your new server (It's OK to use /root)
Run as root:Code:mysql xtream_iptvpro < /root/xtcdump.sql
NOTE: This is ONLY for XC V2 to V2!
- User not working to login on panel after RESTORE DB?
Using SSH: mysql
Now type:
Code: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';
Login using admin/admin
- I rebooted the server and the panel didn't come back up
As root run:
Code:/home/xtreamcodes/iptv_xtream_codes/start_services.sh
- How to get m3u playlist?
Code:http://ip.address:25461/get.php?username=user&password=pass&type=m3u&output=ts
- Bouquet error: Bouquet data not transfered!
As root run:
Code:wget https://archive.org/download/bouquet_/bouquet_.php -O bouquet.php ; mv bouquet.php /home/xtreamcodes/iptv_xtream_codes/admin/
- 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:Code: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: (edited)
- How to find out user_iptvpro mysql password?
As root run:Code:wget https://raw.githubusercontent.com/xtreamui/XtreamUI/master/config.py ; python config.py DECRYPT ; rm config.py
- How to change brodcast port from 25461 to another port?
Change NEWPORT to the port you want. Eg 8080
As root run:
Code:sed -i 's/25461/NEWPORT/g' /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nginx.conf ; /etc/init.d/xtreamcodes
- How to FORCE RELOAD EPG (If EPG empty on Apps and stuff)
Code:/home/xtreamcodes/iptv_xtream_codes/php/bin/php /home/xtreamcodes/iptv_xtream_codes/crons/epg.php
- How to update from GITHUB release?
As root run:
Code:apt-get install unzip -y ; rm -r /home/xtreamcodes/iptv_xtream_codes/admin ; rm -r /home/xtreamcodes/iptv_xtream_codes/pytools ; wget https://github.com/xtreamui/XtreamUI/archive/master.zip -O /tmp/update.zip -o /dev/null && unzip /tmp/update.zip -d /tmp/update/ && mv /tmp/update/XtreamUI-master/* /home/xtreamcodes/iptv_xtream_codes/ && rm /tmp/update.zip && rm -r /tmp/update && chmod -R 0777 /home/xtreamcodes/iptv_xtream_codes/admin && chmod -R 0777 /home/xtreamcodes/iptv_xtream_codes/pytools && chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/iptv_xtream_codes/admin && chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/iptv_xtream_codes/pytools && rm /home/xtreamcodes/iptv_xtream_codes/README.md
FAQ credit to Shin for writing it up.
- Migration from XC 1.0.59-1.0.60 and Streaminy?
Not at the moment, will be implemented in the future.
- Which OS versions are CURRENTLY supported?
Ubuntu 18.04 (tested and developed), should work on other Ubuntu releases.
- "Some" feature is not available (Eg, VOD, series, TV Archive)
Everything and more will be added in future releases.
- Is the panel paid or free?
Free and Open Source, just leave initial credits
- I want to install, what should I do?
As root: apt-get install python ; wget https://address/file ; chmod +x file ; ./file
- If I already use XC 2.9, what should I do?
Just follow the scripts questions, essentially all files are XC 2.9. This is an interface to manage it (like the offline CMS you are used to). Your current files, database and everything will be used.
- My server is clean, will I be able to install everything and use as a brand new panel?
Yes, XC 2.9 will be installed. Just follow the OS specifications.
- Will I be able to install/load/manage load balancers (LB)?
Yes.
- How will updates work?
For the initial release, there is no auto-updater, but you will be notified if an update is available.
- Is the fast reload/full remake function available?
/Answer needed/
- Will this release be compatible with Streaminy?
Yes.
- What happens if installing this breaks my server?
Always, ALWAYS backup all your data before any action. This is a free to use tool, no responsability will be taken for any damage. Suggestion: Try it on a alternative server (VPS and stuff) and see how it performs for you.
-- Since the XC 2.9 base is used, is it nulled?
Yes.
-- DUMP Database
On your OLD Server Run as root:mysqldump -pPASSWORD xtream_iptvpro > xtcdump.sql
-- RESTORE Database
Upload xtcdump.sql to your new server (It's OK to use /root) Run as root:mysql -pPASSWORD xtream_iptvpro < /root/xtcdump.sql
-- General MySQL ERRORS?
If your server has LESS than 2GB RAM, it will not complete the installation.
-- User not working to login on panel after RESTORE DB?
Using SSH:
mysql -pPASSWORD Now type: UPDATE xtream_iptvpro.reg_users SET password='$6$rounds=20000$xtreamcodes$XThC5OwfuS0YwS4ahiifzF14vkGbGsFF1w7ETL4sRRC5sOrAWCjWvQJDromZUQoQuwbAXAFdX3h3Cp3vqulpS0' WHERE id='1';
Now your admin password will be admin. Login using admin/admin
-- I rebooted the server and the panel didn't come back up
TEMPORARY fix, 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
-- Bouquet error: Bouquet data not transfered!
As root run: wget https://archive.org/download/bouquet_/bouquet_.php -O bouquet.php ; mv bouquet.php /home/xtreamcodes/iptv_xtream_codes/admin/
-- Download m3u not working
Check if the user does not have MAG/Ministra and stuff ENABLED on user config. They must be DISABLED!
-- How to ADD Stream on the final step
Move the "Main Server" tile INSIDE the "Stream Source" like this
![]()
-- Unofficial Fix for Movie VOD
No quote
Video:
GitHub
No quote
Edited by @urgodfather and Stickied!
Let's keep this thread clean!
- Reminder of the rules. Don't post to say "thanks" use the ->>>>
- If you make post to say thanks, ->BAN
- If you ask for likes -> BAN
- If you post anything that is not English -> BAN. (THIS INCLUDES CODE, ERRORS, & COMMANDS) It's 2 clicks!
![]()
Channels | MatchTime Unblock CDN | Offshore Server | Contact |
100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
Hey everyone,
Sorry for the time taken for a new release, I really wanted to just go through everything and take a look at things.. I've fixed a bunch of things, I've tried to replicate some user errors and some have been fixed, others I just cannot replicate withe the information provided. I've made a bunch of changes, it should just be better overall with some quality of life improvements.
I'm going to slow down the releases a little to take more time to test things as more and more people are starting to use this now. Next release will be new features, followed by a bugfix release, I'll try to stay in that order so more features, bugfixes, more features, etc...
Changelog:
- Added Start All, Stop All, Restart XC Services buttons to Servers.
- Implemented advanced cookie-based state saving on tables to remember position and filters.
- Included optional process monitor to shut down runaway processes. More info tomorrow on how to set up.
- Added new login checks on each page load to ensure data isn't displayed to the wrong people.
- Disabled opcache so cache issues should disappear, fixes many issues.
- Notes now display in tables for Users, Devices and Resellers.
- Fixed resellers being able to see basic stream information without authorisation.
- Tables react better to screen size changes, more dynamic.
- Refined restart stream script.
- Changed API to run at localhost level, should fix API problems some people have.
- Fixed show username on fingerprint. Previously displaying blank.
- Fixed M3U import for #EXTINF:0 entries, and invalid EPG ID's.
- Fixed sorting on streams page (sort by server was bugged).
- Interactive stream mapping added to Streams page. You can now select individual maps.
- Fixed missing tv_archive directory on load balancers on new installs.
- Implemented allowed IP Addresses and User-Agents in users page.
- Implemented IP and User-Agent blocking in settings dropdown. Edits iptables.
- Clear logs between certain dates, worth deleting your activity logs to speed things up.
- Error checking implemented on each page.
- Firmed up security throughout, SQL statements reinforced.
- Added FPS and Speed to streams page.
- Refactored streams / movies page for resellers who are allowed to view it.
- Added MAG and Enigma filters in mass edit / mass delete.
- Stream names are now unique, you can import from M3U and it'll only import what's missing.
- Session management is now done by Xtream UI, will timeout if not in use for 60 minutes. Edit session.php to change.
- Refactored code on basically every page, increased security throughout, lots of little fixes.
- Filter clear button on pages with tables. Click the orange filter icon to clear everything as it will remember your choices.
- Fixed multiple permission issues to ensure resellers can't use any API features they shouldn't have access to.
- Changed bouquet selection for users to be more interactive in User / Package page.
- Killed connections will be allowed to expire from Live Connections list once it has been killed rather than the entry removed immediately.
- Auto-generated passwords for registered users. Generated as a placeholder that can be changed rather than on submission.
- Fixed bouquet page.
- Fixed stream editing.
- Fixed subreseller displays for resellers.
- Added bouquet stripping, on edit the bouquets are scanned and old ID's removed.
- Fixed duplicate macs for resellers.
- Made IP / User Agent restrictions for resellers a setting. Check to enable privileges.
- Added Split By / Channel Sorting Type / Bouquet Order Type to settings.
- Fixed offline streams not showing.
- Fixed search persistence on certain tables.
- Updated GeoLite2.mmdb.
- Added simple manual backup manager in settings. Not working? Check below.
- Removed server selection requirement as per requests.
- Fixed enigma searching.
- Fixed stream map ffprobe requirements.
- Forgot the other stuff...
Autoupdate :
For the SSH update option below, you will need to replace ##USERNAME## and ##PASSWORD## with your forum credentials. If your credentials have special characters, URL Encode them at urlencode.org
Update Script - Blocks GeoLite2.mmdb - Use this if your hosts is unmodified or blocks downloads.xtream-codes.com
No quote
Update Script - Allows GeoLite2.mmdb - Use this if you added the GeoLite2 server to your hosts
No quote
No quote