How to Install XUI ONE: Step-by-Step Installation Guide (2026)
Installation Guide: XUI ONE IPTV Panel
Date: January 9, 2026 Subject: Complete Step-by-Step Installation Process
System Requirements
Before proceeding, ensure your server meets the following specifications:
-
Operating System: Ubuntu 20.04 or 22.04 (64-bit).
-
Permissions: Root access.
-
Hardware: Minimum 2GB RAM and 20GB SSD.
3. Step-by-Step Installation
Step 1: System Update
Log in via SSH and ensure your server is fully updated to avoid dependency errors.
apt update && apt upgrade -y
Step 2: Install Necessary Tools
Install the utilities required to download and extract the installation files.
apt install wget zip unzip -y
Step 3: Download XUI ONE
Download the latest installation package directly to your server.
cd /tmp
wget "https://update.xui.one/XUI_1.5.12.zip" -O XUI_1.5.12.zip
Step 4: Extract and Install
Unzip the files and run the automated installation script.
unzip XUI_1.5.12.zip
chmod +x install
./install
Step 5: Web Configuration
Once the script completes, navigate to your server’s IP address in your browser:
-
URL:
http://your-server-ip -
License: Enter your valid XUI ONE license key.
-
Database: The script will automatically link the database.
-
Admin Setup: Create your administrator username and password.
4. Service Management Commands
| Task | Command |
| Start Services | /home/xui/service start |
| Stop Services | /home/xui/service stop |
| Check Status | /home/xui/status |
| Reset Admin Password | /home/xui/tools user |
5. Important Security Post-Install
-
Firewall: Ensure you open your streaming ports and the Web UI port.
-
SSL: Install an SSL certificate via the “Tools” section in the XUI ONE dashboard.
-
Updates: Regularly check for panel updates to ensure security patches are applied.
how to install XUI One Load Balancers Learn Here