1. Update the system
First, update all packages to the latest version:
apt update && apt upgrade -y
2. Install X-UI
Run the following command to install X-UI on your server:
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
3. Check X-UI Status
To verify if X-UI is running:
systemctl status x-ui
4. Access X-UI via Web
Once installed, open your browser and visit:
http://<server_IP>:54321
Default login credentials are:
- Username:
admin
- Password:
admin
如何安装 X-UI
1. 更新系统
首先,将系统软件包更新到最新版本:
apt update && apt upgrade -y
2. 安装 X-UI
使用以下命令在服务器上安装 X-UI:
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
3. 检查 X-UI 状态
确认 X-UI 是否正在运行:
systemctl status x-ui
4. 通过浏览器访问 X-UI
安装完成后,打开浏览器并访问:
http://<服务器_IP>:54321
默认登录信息如下:
- 用户名:
admin
- 密码:
admin