Wong's Blog

Always on the way forward
  1. 首页
  2. Linux
  3. 正文

在Debian10安装X-ui

2023 年 3 月 20 日 260点热度 0条评论

X-ui是目前最稳定的魔术面板,版本已经更新到1.8.0,可以很简单的生成二维码和链接,适合绝大多数人使用。

DD一键重装系统

# bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10 -p /*password*/

-d 10 //安装debian 10

-p /*password*/ //设置root密码

更新系统并重启

#apt upgrade && reboot

安装curl和wget工具

#apt install curl -y
#apt install wget -y

启用 BBR TCP 拥塞控制算法

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

安装X-UI

配置端口,用户名,密码

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

安装speedtest测速工具

#wget https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-aarch64-linux.tgz
#tar zxvf ookla-speedtest-1.0.0-aarch64-linux.tgz
#./speedtest

VPS性能测试

包含CPU RAM ROM 位置 I/O netspeed

#wget -qO- bench.sh|bash

登录X-UI

httpl//ip:端口号

标签: 暂无
最后更新:2023 年 3 月 20 日

wong

这个人很懒,什么都没留下

点赞
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复
  • Linux / 6篇
  • Macos / 7篇
  • Windows / 9篇
  • 其他 / 9篇

在路上 | 2024