Advanced Xray Panel Support Multi Protocols, Based on MHSanaei/3x-ui Focusing on Stability
485
stars
412
commits
JavaScript
primary language
Sep 10, 2026
updated
English | 中文 | Español | Русский | فارسی | العربية
An Advanced Web Panel • Built on Xray Core This project is a fork of 3x-ui panel.
Disclaimer: This project is only for personal learning and communication, please do not use it for illegal purposes, please do not use it in a production environment
If this project is helpful to you, you may wish to give it a:star2:
USDT(TON): UQDnwbvFLTm1cUWeUn3FFAKgC35wTno9-zOa_ib6STUVSgYf
bash <(curl -Ls https://raw.githubusercontent.com/Incognito-Coder/tx-ui/master/install.sh)
To manage SSL certificates using ACME:
Ensure your domain is correctly resolved to the server.
Run the x-ui command in the terminal, then choose SSL Certificate Management.
You will be presented with the following options:
To install and use Certbot:
apt-get install certbot -y
certbot certonly --standalone --agree-tos --register-unsafely-without-email -d yourdomain.com
certbot renew --dry-run
The management script includes a built-in SSL certificate application for Cloudflare. To use this script to apply for a certificate, you need the following:
How to get the Cloudflare Global API Key:
x-ui command in the terminal, then choose Cloudflare SSL Certificate.
When using, just enter your domain name, email, and API KEY. The diagram is as follows:

ARCH=$(uname -m)
case "${ARCH}" in
x86_64 | x64 | amd64) XUI_ARCH="amd64" ;;
i*86 | x86) XUI_ARCH="386" ;;
armv8* | armv8 | arm64 | aarch64) XUI_ARCH="arm64" ;;
armv7* | armv7) XUI_ARCH="armv7" ;;
armv6* | armv6) XUI_ARCH="armv6" ;;
armv5* | armv5) XUI_ARCH="armv5" ;;
s390x) echo 's390x' ;;
*) XUI_ARCH="amd64" ;;
esac
wget https://github.com/Incognito-Coder/tx-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
ARCH=$(uname -m)
case "${ARCH}" in
x86_64 | x64 | amd64) XUI_ARCH="amd64" ;;
i*86 | x86) XUI_ARCH="386" ;;
armv8* | armv8 | arm64 | aarch64) XUI_ARCH="arm64" ;;
armv7* | armv7) XUI_ARCH="armv7" ;;
armv6* | armv6) XUI_ARCH="armv6" ;;
armv5* | armv5) XUI_ARCH="armv5" ;;
s390x) echo 's390x' ;;
*) XUI_ARCH="amd64" ;;
esac
cd /root/
rm -rf x-ui/ /usr/local/x-ui/ /usr/bin/x-ui
tar zxvf x-ui-linux-${XUI_ARCH}.tar.gz
chmod +x x-ui/x-ui x-ui/bin/xray-linux-* x-ui/x-ui.sh
cp x-ui/x-ui.sh /usr/bin/x-ui
cp -f x-ui/x-ui.service /etc/systemd/system/
mv x-ui/ /usr/local/
systemctl daemon-reload
systemctl enable x-ui
systemctl restart x-ui
Install Docker:
bash <(curl -sSL https://get.docker.com)
Clone the Project Repository:
git clone https://github.com/Incognito-Coder/tx-ui.git
cd tx-ui
Start the Service:
docker compose up -d
Add --pull always flag to make docker automatically recreate container if a newer image is pulled.
See https://docs.docker.com/reference/cli/docker/container/run/#pull for more info.
OR
docker run -itd \
-e XRAY_VMESS_AEAD_FORCED=false \
-v $PWD/db/:/etc/x-ui/ \
-v $PWD/cert/:/root/cert/ \
--network=host \
--restart=unless-stopped \
--name tx-ui \
ghcr.io/incognitocoder/tx-ui:latest
Update to the Latest Version:
cd tx-ui
docker compose down
docker compose pull tx-ui
docker compose up -d
Remove tx-ui from Docker:
docker stop tx-ui
docker rm tx-ui
cd --
rm -r tx-ui
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Range $http_range;
proxy_set_header If-Range $http_if_range;
proxy_redirect off;
proxy_pass http://127.0.0.1:2053;
}
/sub panel settings is the same.url in the panel settings needs to end with /.location /sub {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Range $http_range;
proxy_set_header If-Range $http_if_range;
proxy_redirect off;
proxy_pass http://127.0.0.1:2053;
}
Our platform offers compatibility with a diverse range of architectures and devices, ensuring flexibility across various computing environments. The following are key architectures that we support:
amd64: This prevalent architecture is the standard for personal computers and servers, accommodating most modern operating systems seamlessly.
x86 / i386: Widely adopted in desktop and laptop computers, this architecture enjoys broad support from numerous operating systems and applications, including but not limited to Windows, macOS, and Linux systems.
armv8 / arm64 / aarch64: Tailored for contemporary mobile and embedded devices, such as smartphones and tablets, this architecture is exemplified by devices like Raspberry Pi 4, Raspberry Pi 3, Raspberry Pi Zero 2/Zero 2 W, Orange Pi 3 LTS, and more.
armv7 / arm / arm32: Serving as the architecture for older mobile and embedded devices, it remains widely utilized in devices like Orange Pi Zero LTS, Orange Pi PC Plus, Raspberry Pi 2, among others.
armv6 / arm / arm32: Geared towards very old embedded devices, this architecture, while less prevalent, is still in use. Devices such as Raspberry Pi 1, Raspberry Pi Zero/Zero W, rely on this architecture.
armv5 / arm / arm32: An older architecture primarily associated with early embedded systems, it is less common today but may still be found in legacy devices like early Raspberry Pi versions and some older smartphones.
s390x: This architecture is commonly used in IBM mainframe computers and offers high performance and reliability for enterprise workloads.
If you choose not to modify these settings, they will be generated randomly (this does not apply to Docker).
Default Settings for Docker:
You can conveniently perform database Backups and Restores directly from the panel.
/etc/x-ui/x-ui.dbReset Web Base Path:
x-ui command.Reset Web Base Path.Generate or Customize Path:
View Current Settings:
x-ui settings command in the terminal or View Current Settings in
x-uiExamples:
http://ip:port/*webbasepath*/panelhttp://domain:port/*webbasepath*/panelNote: IP Limit won't work correctly when using IP Tunnel.
To enable the IP Limit functionality, you need to install fail2ban and its required files by following these steps:
Run the x-ui command in the terminal, then choose IP Limit Management.
You will see the following options:
fail2ban.fail2ban service.Add a path for the access log on the panel by setting Xray Configs/log/Access log to ./access.log then save and
restart xray.
The web panel supports daily traffic, panel login, database backup, system status, client info, and other notification and functions through the Telegram Bot. To use the bot, you need to set the bot-related parameters in the panel, including:
Reference syntax:
30 * * * * * - Notify at the 30s of each point0 */10 * * * * - Notify at the first second of each 10 minutes@hourly - Hourly notification@daily - Daily notification (00:00 in the morning)@weekly - weekly notification@every 8h - Notify every 8 hoursStart Botfather in your Telegram account:

Create a new Bot using /newbot command: It will ask you 2 questions, A name and a username for your bot. Note that the
username has to end with the word "bot".

Start the bot you've just created. You can find the link to your bot here.

Enter your panel and config Telegram bot settings like below:

Enter your bot token in input field number 3. Enter the user ID in input field number 4. The Telegram accounts with this id will be the bot admin. (You can enter more than one, Just separate them with ,)

/login with POST user data: {username: '', password: ''} for login/panel/api/inbounds base for following actions:| Method | Path | Action |
|---|---|---|
GET | "/list" | Get all inbounds |
GET | "/get/:id" | Get inbound with inbound.id |
GET | "/getClientTraffics/:email" | Get Client Traffics with email |
GET | "/getClientTrafficsById/:id" | Get client's traffic By ID |
GET | "/createbackup" | Telegram bot sends backup to admins |
POST | "/add" | Add inbound |
POST | "/del/:id" | Delete Inbound |
POST | "/update/:id" | Update Inbound |
POST | "/clientIps/:email" | Client Ip address |
POST | "/clearClientIps/:email" | Clear Client Ip address |
POST | "/addClient" | Add Client to inbound |
POST | "/:id/delClient/:clientId" | Delete Client by clientId* |
POST | "/updateClient/:clientId" | Update Client by clientId* |
POST | "/updateClientTraffic/:email" | Update Client traffic by email,values are in bytes |
POST | "/:id/resetClientTraffic/:email" | Reset Client's Traffic |
POST | "/resetAllTraffics" | Reset traffics of all inbounds |
POST | "/resetAllClientTraffics/:id" | Reset traffics of all clients in an inbound |
POST | "/delDepletedClients/:id" | Delete inbound depleted clients (-1: all) |
POST | "/onlines" | Get Online users ( list of emails ) |
POST | "/depleted" | Get Depleted users ( list of emails ) |
POST | "/disabled" | Get Disabled users ( list of emails ) |
The field clientId should be filled by:
client.id for VMESS and VLESS
client.password for TROJAN
client.email for Shadowsocks .
/panel/api/server base for following actions:
| Method | Path | Action |
|---|---|---|
GET | "/status" | Get server status |
GET | "/restartXrayService" | Restart xray-core |
| Variable | Type | Default |
|---|---|---|
| XUI_LOG_LEVEL | "debug" | "info" |
| XUI_DEBUG | boolean | false |
| XUI_BIN_FOLDER | string | "bin" |
| XUI_DB_FOLDER | string | "/etc/x-ui" |
| XUI_LOG_FOLDER | string | "/var/log" |
Example:
XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go
You can use this repository to create a subscription UI for your panel TX-UI Theming Hub
JavaScript
67.7%
HTML
18.0%
Go
10.9%
Shell
2.1%
CSS
1.3%
Advanced Xray Panel Support Multi Protocols, Based on MHSanaei/3x-ui Focusing on Stability
485
stars
412
commits
JavaScript
primary language
Sep 10, 2026
updated
English | 中文 | Español | Русский | فارسی | العربية
An Advanced Web Panel • Built on Xray Core This project is a fork of 3x-ui panel.
Disclaimer: This project is only for personal learning and communication, please do not use it for illegal purposes, please do not use it in a production environment
If this project is helpful to you, you may wish to give it a:star2:
USDT(TON): UQDnwbvFLTm1cUWeUn3FFAKgC35wTno9-zOa_ib6STUVSgYf
bash <(curl -Ls https://raw.githubusercontent.com/Incognito-Coder/tx-ui/master/install.sh)
To manage SSL certificates using ACME:
Ensure your domain is correctly resolved to the server.
Run the x-ui command in the terminal, then choose SSL Certificate Management.
You will be presented with the following options:
To install and use Certbot:
apt-get install certbot -y
certbot certonly --standalone --agree-tos --register-unsafely-without-email -d yourdomain.com
certbot renew --dry-run
The management script includes a built-in SSL certificate application for Cloudflare. To use this script to apply for a certificate, you need the following:
How to get the Cloudflare Global API Key:
x-ui command in the terminal, then choose Cloudflare SSL Certificate.
When using, just enter your domain name, email, and API KEY. The diagram is as follows:

ARCH=$(uname -m)
case "${ARCH}" in
x86_64 | x64 | amd64) XUI_ARCH="amd64" ;;
i*86 | x86) XUI_ARCH="386" ;;
armv8* | armv8 | arm64 | aarch64) XUI_ARCH="arm64" ;;
armv7* | armv7) XUI_ARCH="armv7" ;;
armv6* | armv6) XUI_ARCH="armv6" ;;
armv5* | armv5) XUI_ARCH="armv5" ;;
s390x) echo 's390x' ;;
*) XUI_ARCH="amd64" ;;
esac
wget https://github.com/Incognito-Coder/tx-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
ARCH=$(uname -m)
case "${ARCH}" in
x86_64 | x64 | amd64) XUI_ARCH="amd64" ;;
i*86 | x86) XUI_ARCH="386" ;;
armv8* | armv8 | arm64 | aarch64) XUI_ARCH="arm64" ;;
armv7* | armv7) XUI_ARCH="armv7" ;;
armv6* | armv6) XUI_ARCH="armv6" ;;
armv5* | armv5) XUI_ARCH="armv5" ;;
s390x) echo 's390x' ;;
*) XUI_ARCH="amd64" ;;
esac
cd /root/
rm -rf x-ui/ /usr/local/x-ui/ /usr/bin/x-ui
tar zxvf x-ui-linux-${XUI_ARCH}.tar.gz
chmod +x x-ui/x-ui x-ui/bin/xray-linux-* x-ui/x-ui.sh
cp x-ui/x-ui.sh /usr/bin/x-ui
cp -f x-ui/x-ui.service /etc/systemd/system/
mv x-ui/ /usr/local/
systemctl daemon-reload
systemctl enable x-ui
systemctl restart x-ui
Install Docker:
bash <(curl -sSL https://get.docker.com)
Clone the Project Repository:
git clone https://github.com/Incognito-Coder/tx-ui.git
cd tx-ui
Start the Service:
docker compose up -d
Add --pull always flag to make docker automatically recreate container if a newer image is pulled.
See https://docs.docker.com/reference/cli/docker/container/run/#pull for more info.
OR
docker run -itd \
-e XRAY_VMESS_AEAD_FORCED=false \
-v $PWD/db/:/etc/x-ui/ \
-v $PWD/cert/:/root/cert/ \
--network=host \
--restart=unless-stopped \
--name tx-ui \
ghcr.io/incognitocoder/tx-ui:latest
Update to the Latest Version:
cd tx-ui
docker compose down
docker compose pull tx-ui
docker compose up -d
Remove tx-ui from Docker:
docker stop tx-ui
docker rm tx-ui
cd --
rm -r tx-ui
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Range $http_range;
proxy_set_header If-Range $http_if_range;
proxy_redirect off;
proxy_pass http://127.0.0.1:2053;
}
/sub panel settings is the same.url in the panel settings needs to end with /.location /sub {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Range $http_range;
proxy_set_header If-Range $http_if_range;
proxy_redirect off;
proxy_pass http://127.0.0.1:2053;
}
Our platform offers compatibility with a diverse range of architectures and devices, ensuring flexibility across various computing environments. The following are key architectures that we support:
amd64: This prevalent architecture is the standard for personal computers and servers, accommodating most modern operating systems seamlessly.
x86 / i386: Widely adopted in desktop and laptop computers, this architecture enjoys broad support from numerous operating systems and applications, including but not limited to Windows, macOS, and Linux systems.
armv8 / arm64 / aarch64: Tailored for contemporary mobile and embedded devices, such as smartphones and tablets, this architecture is exemplified by devices like Raspberry Pi 4, Raspberry Pi 3, Raspberry Pi Zero 2/Zero 2 W, Orange Pi 3 LTS, and more.
armv7 / arm / arm32: Serving as the architecture for older mobile and embedded devices, it remains widely utilized in devices like Orange Pi Zero LTS, Orange Pi PC Plus, Raspberry Pi 2, among others.
armv6 / arm / arm32: Geared towards very old embedded devices, this architecture, while less prevalent, is still in use. Devices such as Raspberry Pi 1, Raspberry Pi Zero/Zero W, rely on this architecture.
armv5 / arm / arm32: An older architecture primarily associated with early embedded systems, it is less common today but may still be found in legacy devices like early Raspberry Pi versions and some older smartphones.
s390x: This architecture is commonly used in IBM mainframe computers and offers high performance and reliability for enterprise workloads.
If you choose not to modify these settings, they will be generated randomly (this does not apply to Docker).
Default Settings for Docker:
You can conveniently perform database Backups and Restores directly from the panel.
/etc/x-ui/x-ui.dbReset Web Base Path:
x-ui command.Reset Web Base Path.Generate or Customize Path:
View Current Settings:
x-ui settings command in the terminal or View Current Settings in
x-uiExamples:
http://ip:port/*webbasepath*/panelhttp://domain:port/*webbasepath*/panelNote: IP Limit won't work correctly when using IP Tunnel.
To enable the IP Limit functionality, you need to install fail2ban and its required files by following these steps:
Run the x-ui command in the terminal, then choose IP Limit Management.
You will see the following options:
fail2ban.fail2ban service.Add a path for the access log on the panel by setting Xray Configs/log/Access log to ./access.log then save and
restart xray.
The web panel supports daily traffic, panel login, database backup, system status, client info, and other notification and functions through the Telegram Bot. To use the bot, you need to set the bot-related parameters in the panel, including:
Reference syntax:
30 * * * * * - Notify at the 30s of each point0 */10 * * * * - Notify at the first second of each 10 minutes@hourly - Hourly notification@daily - Daily notification (00:00 in the morning)@weekly - weekly notification@every 8h - Notify every 8 hoursStart Botfather in your Telegram account:

Create a new Bot using /newbot command: It will ask you 2 questions, A name and a username for your bot. Note that the
username has to end with the word "bot".

Start the bot you've just created. You can find the link to your bot here.

Enter your panel and config Telegram bot settings like below:

Enter your bot token in input field number 3. Enter the user ID in input field number 4. The Telegram accounts with this id will be the bot admin. (You can enter more than one, Just separate them with ,)

/login with POST user data: {username: '', password: ''} for login/panel/api/inbounds base for following actions:| Method | Path | Action |
|---|---|---|
GET | "/list" | Get all inbounds |
GET | "/get/:id" | Get inbound with inbound.id |
GET | "/getClientTraffics/:email" | Get Client Traffics with email |
GET | "/getClientTrafficsById/:id" | Get client's traffic By ID |
GET | "/createbackup" | Telegram bot sends backup to admins |
POST | "/add" | Add inbound |
POST | "/del/:id" | Delete Inbound |
POST | "/update/:id" | Update Inbound |
POST | "/clientIps/:email" | Client Ip address |
POST | "/clearClientIps/:email" | Clear Client Ip address |
POST | "/addClient" | Add Client to inbound |
POST | "/:id/delClient/:clientId" | Delete Client by clientId* |
POST | "/updateClient/:clientId" | Update Client by clientId* |
POST | "/updateClientTraffic/:email" | Update Client traffic by email,values are in bytes |
POST | "/:id/resetClientTraffic/:email" | Reset Client's Traffic |
POST | "/resetAllTraffics" | Reset traffics of all inbounds |
POST | "/resetAllClientTraffics/:id" | Reset traffics of all clients in an inbound |
POST | "/delDepletedClients/:id" | Delete inbound depleted clients (-1: all) |
POST | "/onlines" | Get Online users ( list of emails ) |
POST | "/depleted" | Get Depleted users ( list of emails ) |
POST | "/disabled" | Get Disabled users ( list of emails ) |
The field clientId should be filled by:
client.id for VMESS and VLESS
client.password for TROJAN
client.email for Shadowsocks .
/panel/api/server base for following actions:
| Method | Path | Action |
|---|---|---|
GET | "/status" | Get server status |
GET | "/restartXrayService" | Restart xray-core |
| Variable | Type | Default |
|---|---|---|
| XUI_LOG_LEVEL | "debug" | "info" |
| XUI_DEBUG | boolean | false |
| XUI_BIN_FOLDER | string | "bin" |
| XUI_DB_FOLDER | string | "/etc/x-ui" |
| XUI_LOG_FOLDER | string | "/var/log" |
Example:
XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go
You can use this repository to create a subscription UI for your panel TX-UI Theming Hub
JavaScript
67.7%
HTML
18.0%
Go
10.9%
Shell
2.1%
CSS
1.3%