x-ui最稳妥的魔术面板
最近经常有人被封端口,我自己搭的这个方案没被封过,现在分享出来。
系统:Debian10-11
首先要确保自己的vps是纯净的系统,不要商家预装的,在系统启动后操作DD重装脚本进行安装纯净版系统
第一步:DD重装Debian10系统:
1 | wget -N --no-check-certificate https://raw.githubusercontent.com/qingee/dd/master/InstallNET.sh && chmod +x InstallNET.sh && ./InstallNET.sh -d 10 -v 64 -p "notetoday" -port "22" |
系统root密码:notetoday
更改root密码:passwd
或者 passwd root
输入你想要设置的密码即可,在ssh命令窗口输入密码不显示是正常的
第二步:安装WARP接管VPS的出站ip(加入香港节点WireGuard异常:可以去Github)
apt update
apt install curl -y
apt install gnupg2 -y
apt install wget -y
# 自动配置 WARP WireGuard IPv4 网络
bash <(curl -fsSL git.io/warp.sh) 4
echo “1” > /proc/sys/net/ipv6/conf/all/disable_ipv6
这个配置后你vps向外请求的所有ip都不是本机的真实ip,速度可能会有所影响,但是会很安全
第三步: 安装适用于流媒体的XanMod内核开启BBR2(FQ+PIE):
- Register the PGP key:
1 wget -qO - https://dl.xanmod.org/archive.key | sudo gpg --dearmor -o /usr/share/keyrings/xanmod-archive-keyring.gpg
- Add the repository:
1 echo 'deb [signed-by=/usr/share/keyrings/xanmod-archive-keyring.gpg] http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-release.list
- Then update and install: ⇲ Check platform compatibility in x86-64 psABI level reference below.
1 sudo apt update && sudo apt install linux-xanmod-x64v3
- Reboot
执行完命令代码后等待系统重启,重启完成后执行以下脚本开启BBR2
bash <(curl -Lso- https://git.io/kernel.sh)
再次运行上面的代码,查看参数是否和下图一样,如果是一样的就是开启成功了
第四步:安装x-ui面板
PS:安装VPS开源MW控制面板(要装就装,不装也没事)
使用这套配置操作,所有IP 都是CDNip
Linux主机开源面板:mdserver-web,完全免费,界面仿宝塔面板
1 | curl -fsSL https://gcore.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/install.sh | bash |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 与亓のBlog!