Support multi-protocol and multi-user xray panel
- System status monitoring
- Support multi-user and 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 template
- Support https access panel (bring your own domain name + ssl certificate)
- More advanced configuration items, see the panel for details
bash <(curl -Ls https://raw.githubusercontent.com/kruleshvpn/x-ui/main/install.sh)
- First download the latest compressed package from https://github.com/kruleshvpn/x-ui/releases, generally choose the
amd64
architecture - Then upload the compressed package to the
/root/
directory of the server, and use theroot
user to log in to the server
If your server cpu architecture is not
amd64
, replaceamd64
in the command with another architecture
cd /root/
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
- 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 the all inbound account data
of the machine's 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 and the inbound of x-ui will cause aport conflict
x-ui v2-ui