The Translated-to-English Version of Yu FranzKafka's x-ui, forked from vaxilu's awesome repo which is a Multi-protocol Multi-user Xray Panel
- Everything is in English (Serverside setup + Serverside UI + Web UI)
- System status monitoring
- Support multi-user multi-protocol, web page visualization operation
- Supported protocols: vmess, vless, trojan, shadowsocks, dokodemo-door, socks, http
- Support to configure more transmission configurations
- Traffic statistics, limit traffic, limit expiration time
- Customizable xray configuration templates
- Support https access panel (bring your own domain name + ssl certificate)
- Support one-click SSL certificate application and automatic renewal
- For more advanced configuration items, see the panel for details
bash <(curl -Ls https://raw.githubusercontent.com/NidukaAkalanka/x-ui-english/master/install.sh)
- First update your system
- Then download the latest compressed package from https://github.com/NidukaAkalanka/x-ui-english/releases/latest, generally choose
amd64
architecture - Upload the compressed package to the
/root/
directory of the server, and use theroot
user to log in to the server and run following commands
If your server cpu architecture is not
amd64
, replaceamd64
in the command with another architecture
cd
rm x-ui/ /usr/local/x-ui/ /usr/bin/x-ui -rf
tar zxvf x-ui-linux-amd64.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
This docker tutorial and docker image are provided by Chasing66
- Install docker
curl -fsSL https://get.docker.com | sh
- Install x-ui
mkdir x-ui && cd x-ui
docker run -itd --network=host \
-v $PWD/db/:/etc/x-ui/ \
-v $PWD/cert/:/root/cert/ \
--name x-ui --restart=unless-stopped \
enwaiax/x-ui:latest
Build your own image
docker build -t x-ui .
This function and tutorial are provided by FranzKafkaYu
The script has a built-in SSL certificate application function. To use this script to apply for a certificate, the following conditions must be met:
- Knowing the Cloudflare registered email address
- Knowing the Cloudflare Global API Key
- Having domain name has been resolved to the current server through cloudflare
How to get the Cloudflare Global API Key:
- Visit the link https://dash.cloudflare.com/profile/api-tokens
- Click on View Global API Key (See the screenshot below)
- You may have to re-authenticate your account. After that, the API Key will be shown (See the screenshot below)
When using, just enter domain name
, email
, API KEY
, the diagram is as follows:
Precautions:
- The script uses DNS API for certificate request
- Use Let'sEncrypt as the CA party by default
- The certificate installation directory is the /root/cert directory
- The certificates applied for by this script are all generic domain name certificates
- CentOS 7+
- Ubuntu 16+
- Debian 8+
First install the latest version of x-ui on the server where v2-ui is installed, and then use the following command to migrate, which will migrate all inbound account data
of the local v2-ui to x-ui, panel settings and username and password will not migrate
After the migration is successful, please
close v2-ui
andrestart x-ui
, otherwise the inbound of v2-ui will cause aport conflict
with the inbound of x-ui
x-ui v2-ui
- GLIBV 2.28 Not Found -- Fixed
- Workflow error on TG Bot -- Fixed (TG Bot feature temporarily removed)