This content is protected and intended for legitimate IPTV service providers. Unauthorized distribution or use is strictly prohibited.
๐ฅ๏ธ XUI.ONE Panel Management Guide
Note: This guide provides essential commands for managing your XUI.ONE panel. All commands should be executed in the
/home/xui/
directory unless specified otherwise.
๐ Prerequisitesโ
- Linux server with XUI.ONE installed (Ubuntu 18.04 or 20.04 recommended)
- Root privileges or sudo access
- Basic SSH and terminal knowledge
- MariaDB installed (version 10.5.x recommended)
๐ Essential Commandsโ
โถ๏ธ Start Servicesโ
Starts all XUI.ONE panel services.
service xuione start
# Alternative method
/home/xui/service start
โน๏ธ Stop Servicesโ
Gracefully stops all XUI.ONE panel services.
service xuione stop
# Alternative method
/home/xui/service stop
๐ Restart Servicesโ
Restarts all panel services (stops and starts).
service xuione restart
๐ Reload Servicesโ
Reloads configuration without stopping services.
service xuione reload
๐ Check Panel Statusโ
Displays the current status of XUI.ONE services.
/home/xui/status
# Alternative method
service xuione status
๐ Monitoring Commandsโ
๐ View Server Resourcesโ
Check CPU, memory, and disk usage.
top -b -n 1 | head -n 20
๐ Check Network Connectionsโ
Monitor active connections to your server.
netstat -tulpn | grep -i xui
๐ ๏ธ Maintenance Commandsโ
๐งน Clean Temporary Filesโ
Clears temporary files to free up disk space.
/home/xui/tools/clean
๐ Reset Panelโ
Resets the panel to its default state. Warning: This may cause data loss, so back up first.
/home/xui/tools/reset
๐พ Backup Panel Creates a backup of the XUI.ONE panel and database.
/home/xui/tools/backup