1、X-UI 一键脚本
原版 (https://github.com/vaxilu/x-ui):bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
2、WARP 各大一键脚本
FSCARMEN (https://github.com/fscarmen/warp) :
首次运行 wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh
日常维护 warp
P3TERX (https://github.com/P3TERX/warp.sh) :
首次运行 bash <(curl -fsSL git.io/warp.sh) menu
日常维护 bash warp.sh
WARP-GO (https://gitlab.com/ProjectWARP/warp-go/-/tree/master/) :
首次运行 wget -N https://raw.githubusercontent.com/fscarmen/warp/main/warp-go.sh && bash warp-go.sh
日常维护 warp-go
MISAKA (https://gitlab.com/Misaka-blog/warp-script) :
首次运行 wget -N https://gitlab.com/Misaka-blog/warp-script/-/raw/main/warp.sh && bash warp.sh
日常维护 bash warp.sh
开启效果
无 - IPv4 不支持 | IPv6 支持 | ~1Gbps | 无解锁
IPv4 Only + IPv6 优先(默认) - IPv4 支持 | IPv6 支持 | 优先 IPv6 (~1Gbps), 否则 IPv4 (~200Mbps) | 无解锁 IPv4 Only + IPv4 优先 - IPv4 支持 | IPv6 支持 | 优先 IPv4 (~200Mbps), 否则 IPv6 (~1Gbps) | WARP解锁
双栈 + IPv6 优先(默认) - IPv4 支持 | IPv6 支持 | ~200Mbps | WARP解锁 (部分) 双栈 + IPv4 优先(默认) - IPv4 支持 | IPv6 支持 | ~200Mbps | WARP解锁
3、BBR一键脚本
仅限KVM
卸载内核版本 (一般用这个即可) wget -O tcp.sh "https://git.io/coolspeeda" && chmod +x tcp.sh && ./tcp.sh 不卸载内核版本 wget -O tcpx.sh "https://git.io/JYxKU" && chmod +x tcpx.sh && ./tcpx.sh
4、最好用的 sing-box 一键安装脚本 & 管理脚本
系统支持:Ubuntu,Debian,CentOS,推荐使用 Ubuntu 22,谨慎使用 CentOS,脚本可能无法正常运行!
执行如下命令:
bash <(wget -qO- -o- https://github.com/233boy/sing-box/raw/main/install.sh)如果需要指定 sing-box 版本,请在安装命令后面加 -v ver 参数
如需查看安装命令帮助,在安装命令后面加 -h 即可
5、VPS 融合怪服务器测评项目
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh或
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh或
bash <(wget -qO- bash.spiritlhl.net/ecs)或
bash <(wget -qO- ecs.0s.hk)或
bash <(wget -qO- ecs.12345.ing)6、Argo Xray for VPS 一键脚本
中文
bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh) -l英文
bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh) -k7、BBR3+FQ TCP 网络调优脚本,一键优化 VPS 网络
安装脚本(安装后只需输入 bbr 即可运行):
# 安装别名
bash <(curl -fsSL "https://raw.githubusercontent.com/Eric86777/vps-tcp-tune/main/install-alias.sh?$(date +%s)")
# 重新加载配置
source ~/.bashrc # 或 source ~/.zshrc
# 以后直接使用
bbrHax / Woiden OpenVZ VPS开启TUN模块教程
白嫖纯IPV6的VPS:https://hax.co.id 和 https://woiden.id
1.在 Hax (https://hax.co.id/vps-control) / Woiden (https://woiden.id/vps-control) 点击 Enable TUN 按钮 2.待 TUN 模块启动成功后,先 Stop 让 VPS 关机,然后再 Start 开机 3.输入此命令: cat /dev/net/tun, 然后看见 cat: /dev/net/tun: File descriptor in bad state 即为成功启用 TUN 模块