其他分享
首页 > 其他分享> > x-ui部署

x-ui部署

作者:互联网

x-ui介绍

支持多协议多用户的 xray 面板

仓库地址

https://github.com/vaxilu/x-ui

安装依赖

apt -y update && apt -y install curl socat

安装bbr2加速

仓库地址

https://github.com/yeyingorg/bbr2.sh

安装bbr2

安装完成后机器会重启

wget --no-check-certificate -q -O bbr2.sh "https://github.com/yeyingorg/bbr2.sh/raw/master/bbr2.sh" && chmod +x bbr2.sh && bash bbr2.sh auto

安装&升级x-ui

bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
查看代码

出于安全考虑,安装/更新完成后需要强制修改端口与账户密码
确认是否继续?[y/n]:y
请设置您的账户名:wgs
您的账户名将设定为:wgs
请设置您的账户密码:wgs
您的账户密码将设定为:wgs
请设置面板访问端口:5656
您的面板访问端口将设定为:5656
确认设定,设定中
set username and password success
账户密码设定完成
set port 5656 success面板端口设定完成
Created symlink /etc/systemd/system/multi-user.target.wants/x-ui.service → /etc/systemd/system/x-ui.service.
x-ui v0.3.2 安装完成,面板已启动,

x-ui 管理脚本使用方法:

x-ui - 显示管理菜单 (功能更多)
x-ui start - 启动 x-ui 面板
x-ui stop - 停止 x-ui 面板
x-ui restart - 重启 x-ui 面板
x-ui status - 查看 x-ui 状态
x-ui enable - 设置 x-ui 开机自启
x-ui disable - 取消 x-ui 开机自启
x-ui log - 查看 x-ui 日志
x-ui v2-ui - 迁移本机器的 v2-ui 账号数据至 x-ui
x-ui update - 更新 x-ui 面板
x-ui install - 安装 x-ui 面板
x-ui uninstall - 卸载 x-ui 面板
----------------------------------------------

查看dashboard

创建规则

操作说明

 

标签:设定,部署,bbr2,sh,ui,面板,安装
来源: https://www.cnblogs.com/wangguishe/p/16385421.html