本文最后更新于2026-03-15,距今已有 188 天,若文章内容或图片链接失效,请留言反馈。
VPS常用脚本
测试脚本
“VPS融合怪” 是目前中文VPS圈子里最受欢迎的综合性能测试脚本之一(也叫 ECS融合怪),它把YABS、LemonBench、回程路由、三网测速、流媒体解锁、IP质量检测、CPU/内存/硬盘跑分 等一大堆测试“融合”在一起,一键跑完,省时省力。
Go版融合怪
# 国内用户(推荐,加速快)
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh
# 国际/无加速线路
curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh
经典Shell版
# GitLab加速(国内推荐)
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
# 或者用GitHub原版
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
---------------
curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh
chmod +x goecs.sh
./goecs.sh install
goecsIP质量体检(IP Quality Check)的脚本,这是VPS用户很常用的工具之一,用来检测IP的纯净度、是否被标记为代理/数据中心、黑名单情况、解锁能力等,尤其适合买鸡后第一件事就是测IP。
bash <(curl -sL https://Check.Place) -I面板脚本
233boy开放端口+流量狗节点控制
wget -O port-traffic-dog.sh https://raw.githubusercontent.com/zywe03/realm-xwPF/main/port-traffic-dog.sh && chmod +x port-traffic-dog.sh && ./port-traffic-dog.shgithub 仓库 realm-xwPF/port-traffic-dog-README.md at main · zywe03/realm-xwPF
评论