Preloader
Installation Guide

Tutorial: How To Install XtreamUI in Ubuntu 22.04

Learn how to make the classic panel work on the modern Ubuntu 22.04 Jammy Jellyfish.


⚠️ Compatibility Warning

Ubuntu 22.04 is significantly newer than the software code of Xtream UI. This installation requires installing legacy Python 2 packages that have been removed from the official Ubuntu 22.04 repositories. Proceed with caution.

1Step 1: Enable Universe Repository

Before we can install anything, we need to make sure your Ubuntu 22.04 server can access community-maintained free software. Login as root and run:

sudo add-apt-repository universe sudo apt update

2Step 2: Install Python 2

Ubuntu 22.04 does not come with Python 2, but Xtream UI requires it. We must install it manually along with the python-is-python2 package to make the command python point to Python 2 instead of Python 3.

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

3Step 3: Install Essential Libraries

Xtream UI relies on specific libraries like libcurl3 and libxslt1. Run this command to install them:

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

Note: If you get an error about "Package 'libcurl3' has no installation candidate", you may need to add the Ubuntu 18.04 (Bionic) repositories to your sources list temporarily, install it, and then remove them.

4Step 4: Run the Mirror Installer

With the environment prepared, you can now run the installation script. This script connects to a mirror since the official servers are down.

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

Installation Tips:

  • Select MAIN for the first server.
  • Select Yes to install MySQL/MariaDB.
  • Important: Ubuntu 22.04 uses MariaDB by default. Make sure to note down your root password.

5Step 5: Force Update to R22F

The base installation is often buggy on newer OS versions. You must update to the latest patched version (R22F) immediately.

First, download and apply the update:

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/

Then, fix permissions and restart services:

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: The GeoLite2 Fix

Without this fix, your panel won't be able to detect countries, and streams might fail to start.

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

Why Fight the System?

Running Xtream UI on Ubuntu 22.04 is like putting an old engine in a new electric car. It requires complex workarounds, legacy packages, and constant maintenance just to keep it running.

There is a better way. Our Xtream-Masters IPTV Admin Panel is built specifically for modern operating systems like Ubuntu 22.04. It installs natively, uses modern Python 3, and is fully secure out of the box.

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