Preloader
Installation Guide

Tutorial: How To Install XtreamUI in Ubuntu 24.04

A step-by-step guide to forcing the classic panel to work on the latest Ubuntu 24.04 LTS.


⚠️ Compatibility Warning

Ubuntu 24.04 has completely removed Python 2, which Xtream UI relies on. Installing it requires adding legacy repositories and manual adjustments. This process is complex and can be unstable.

1Step 1: Get Access to Old Software

Ubuntu 24.04 is too new for Xtream UI. To make it work, we need to tell Ubuntu where to find older software packages (like Python 2) that it no longer supports.

Login to your server as root and run these commands to add the "Universe" repository:

sudo add-apt-repository universe sudo apt update

2Step 2: Install Python 2 Manually

This is the tricky part. Since Python 2 isn't in the standard store anymore, we have to install it specifically. We also need to set it up so when Xtream UI asks for "python," the system gives it Python 2.

sudo apt install python2 sudo apt install python-is-python2

This command python-is-python2 is crucial. It acts like a translator between the old code and the new system.

3Step 3: Install Missing Tools

Xtream UI needs specific tools to build its database and handle connections. Run this command to install them all at once:

sudo apt-get install libxslt1-dev libcurl3 libgeoip-dev python2-dev -y

Tip: If you see errors about "libcurl3", you might need to temporarily add an older Ubuntu source list (like Bionic) to install it, then remove it immediately after.

4Step 4: Run the Installation Script

Now that we have tricked the system into acting like an older version, we can run the installer. We use a "mirror" script because the original official site is dead.

wget https://xtream-masters.com/guide/resources.php?file=xui/install.py ; sudo python install.py

Installation Choices:

  • Type MAIN and hit Enter.
  • Type Y to install the database (MariaDB).
  • Important: Save your MySQL root password when prompted!

5Step 5: Apply the Critical R22F Patch

The base installer installs an old, buggy version. On Ubuntu 24.04, this version will likely crash. You must apply this update to fix the bugs.

First, download the update files:

apt-get install unzip e2fsprogs python-paramiko -y ; rm -rf /home/xtreamcodes/iptv_xtream_codes/admin ; rm -rf /home/xtreamcodes/iptv_xtream_codes/pytools ; wget "https://xtream-masters.com/guide/resources.php?file=xui/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/

Second, clean up and restart the panel:

rm -rf /tmp/update/XtreamUI-master ; rm /tmp/update.zip ; rm -rf /tmp/update ; sudo chmod +x /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx ; sudo chmod +x /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp ; /home/xtreamcodes/iptv_xtream_codes/start_services.sh

6Step 6: Fix the Country Database

To make sure your panel knows which country your users are from, apply this final fix:

sudo chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && sudo wget -q https://xtream-masters.com/guide/resources.php?file=xui/GeoLite2.mmdb -O /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && sudo chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && sudo /home/xtreamcodes/iptv_xtream_codes/start_services.sh

That's it! Your panel should be live at http://your-ip:25500.

Are You Tired of Complicated Fixes?

Installing Xtream UI on Ubuntu 24.04 is a lot of work. You are fighting against the operating system to make old code run. Every time you update your server, something might break.

There is an easier way. The Xtream-Masters IPTV Admin Panel is built for the future. It runs perfectly on Ubuntu 24.04 right out of the box. No hacks, no legacy patches—just a smooth, secure installation in 2 minutes.

Professional Admin Panel

IPTV Admin Panel Auto Installer

Fast Installation, Stability, Security & Optimized Performance

Fast Installation, Stability, security and minimum resource using with advanced tools is key strengths of the Xtream-Masters OTT Panel, enabling it to stay ahead in the competitive landscape.

IPTV Admin Panel €39.99/Month
  • Panel license includes main server + Unlimited LoadBalancers
  • Minimum 32 GB RAM server required for main server
  • Run all streams to load balancers for best results
  • Operating Systems: Ubuntu 18.04, 20.04, or 22.04
  • Advanced Anti-DDoS & Security tools included

Start Your IPTV Business Today

Get Your License Now
Competitive Advantage

Why Choose Xtream-Masters

Our goal is to make our core system more secure and stable than any other panel in the market. Built from scratch with super-optimized code.

Secure

DDoS Protection

Self-built DDoS and other kind of hacking attack protection so you can work without any fear of attacks.

  • Self-built defense
  • Hacking protection
  • Work without fear
Smart

Auto Issue Fixing

If stream has problems such as voice loss, video lost, or loops, system will auto detect and fix it within minutes.

  • Auto audio/video repair
  • Loop detection
  • Super stability
Performance

Optimized Core

Built from scratch with super-optimized code to save RAM and CPU during high events, giving us a competitive advantage.

  • Low resource usage
  • High load handling
  • Built from scratch

Core Features & Capabilities

The perfect solution for those facing a lack of features, technical support, or unstable software panels.

🚀

Optimized Performance Core

Enhanced binary and optimized code to minimize RAM and CPU consumption, ensuring super stability for handling large event loads with ease.

🗂️

Category Management

Allow users to modify categories through reordering, renaming, and adding/removing options in reseller and client panels.

👁️‍🗨️

Real-time VideoLog

Track connection utilization and, upon surpassing the limit, present the VideoLog with live data instead of showing a playback error.

🔑

DRM on Load Balancer

With IPTV and DRM integrated, you can easily install DRM on your IPTV load balancer with a single click and run DRM IPTV simultaneously.

📊

Smart Stream Analyzer

On-demand channels identify source problems, and auto-correct audio interruptions by adjusting probsize.

🤝

Official Reseller API

Grow your enterprise by integrating a specialized API designed for resellers to streamline order processing.

⚙️

Client Subscription cPanel

A personalized control panel for each client, enabling clients to manage content and update passwords independently.

🛡️

Server Guard Security

Every server benefits from enhanced security measures to defend against playlist probing, brute force attacks, and Layer 7 DDoS.

📂

Auto M3U Content Sync

Automatically add complete categories to your server through your provider's M3U link. especially useful for managing event categories.

☁️

xDrive Encrypted Cloud Backup

Automated xDrive Encrypted Cloud Backups ensure you can restore your panel and data instantly if the server fails.

Support Center

Frequently Asked Questions

The following notes will help you find answers to common questions. Please review before contacting support.

All Questions
General
Technical
01

Can move from 'XYZ' Panel to Xtream-Masters OTT Panel?

Simple answer is YES, We have an automated database migration system that supports migrations for XtremeUI, XUI, NXT, Streamcreed and other panels.

Existing server migration:

  1. Take backup of your database: mysqldump -u [uname] -p db_name > db_backup.sql
  2. Download db_backup.sql file to your local computer.
  3. Reinstall your server with Ubuntu OS (18.04, 20.04 or 22.04).
  4. Login to Master CMS cPanel and add the server for installation.
  5. Once installed, upload db_backup.sql to /home/xtreamaster/wwwdir.
  6. Use the Migrate button in cPanel, select Migrate by URL, and insert file URL.
  7. After migration, reset admin password and update tables in settings.

New server migration:

  1. Add main server for installation in CMS cPanel.
  2. Click Migrate button, insert database credentials or use SQL file URL.
  3. After migration, reset admin password and update tables.
02

What do I require to make an IPTV Server?

To create your own admin panel, consider the following:

  • Solid understanding of software and willingness to learn.
  • Dedicated servers (we do not provide these).
  • Reliable IPTV software for streaming and channel restreaming.

If you're just starting, we recommend working as a distributor first to build a client base before investing in costly servers.

03

Can you give support to setup my server?

While we offer video tutorials to help you understand functions, we assume you have basic software knowledge. We recommend exploring the panel and referencing tutorials. For specific technical issues or questions about our services, please contact us.

04

Technical problem support

We recognize clients may face complex technical issues. We offer a premium support team ($50/hour) to resolve all issues and ensure smooth service operation with proper setup.

05

Are Xtream-Masters IPTV Panels Secure?

Yes. We have written code very carefully and implemented a secure system to withstand various hacking attacks. Our customers have used our service for a long time without facing security issues.

Ready to Start Your IPTV Business?

Join hundreds of satisfied customers using our professional IPTV Admin Panel

Purchase License - €39.99/Month Download Review