安装最新ubuntu系统

apt-get update
apt-get install unzip
apt-get install ufw
apt install socat
apt-get install vim
apt-get install curl
curl https://get.acme.sh | sh
~/.acme.sh/acme.sh --register-account -m w3846470@gmail.com
~/.acme.sh/acme.sh --issue -d a.adina.top --standalone
~/.acme.sh/acme.sh --installcert -d a.adina.top --key-file /root/private.key --fullchain-file /root/cert.crt
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)

端口设置3846
账户wangchuan
密码123***
访问http://a.adina.top:3846/
入站列表+号添加节点,注意端口号,完成后使用二维码或者手动输入参数使用。

开启BBR(四行一起运行)

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
lsmod | grep bbr

项目地址vaxilu/x-ui: 支持多协议多用户的 xray 面板 (github.com)