2025 常用VPS脚本工具

收集整理的2025最新的常用VPS脚本工具,方便要使用的时候可以快速的找到,包含VPS测试脚本(一键测评,综合测试,IP质量/解锁,带宽测试,路由追踪,延迟/丢包测试),运维工具包等,DD重装系统脚本,科学工具,其他工具等等,会定期添加修改一些更新或者失效的脚本。

Linux一键测评脚本

Nlbench.sh 正式版本:

NodeLoc提供给各位用户的主机聚合测评脚本,可一键自动对主机进行Yabs、融合怪、IP质量、流媒体解锁,三网测速,iperf3,回程路由等测评,测评结束后将会保存结果为MarkDown文件,方便快速上传至NodeLoc论坛。 Github项目地址:https://github.com/everett7623/nodeloc_vps_test

curl -sSL abc.sd | bash

 

VPS 综合测试

融合怪:

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或bash <(wget -qO- bash.spiritlhl.net/ecs)

 

融合怪GO 版本(Linux/FreeBSD/MacOS使用):

curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh env && bash goecs.sh install && goecs
curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh env && bash goecs.sh install && goecs

LemonBench:

 

检查vps基本信息,网络,流媒体解锁,路由等。

wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast

UnixBench.sh: 秋水逸冰大佬的作品,Unixbench的主要测试项目有:系统调用、读写、进程、图形化测试、2D、3D、管道、运算、C库等系统基准性能提供测试数据。

 

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh

 

Bench 网络带宽及硬盘读写速率: 国外部分+国内部分节点)

wget -qO- bench.sh | bash

SuperBench.sh 网络带宽及硬盘读写速率: SuperBench脚本是老鬼(Oldking)大神在基于秋水逸冰(teddysun)脚本bench.sh的基础上,加入了独立服务器通电时间检测、服务器虚拟化架构、TCP拥塞控制等功能。

 

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

YABS 性能测试脚本: 脚本比较全面,可用来测试vps多项性能,包括配置信息、磁盘IO测试、网络带宽测试和Geekbench测试。

 

curl -sL yabs.sh | bash

Geekbench 5 专测脚本:

 

bash <(curl -sL gb5.top)

IP 质量/解锁

IP 质量检测:

bash <(curl -Ls IP.Check.Place)
bash <(wget -qO- bash.spiritlhl.net/ecs-ipcheck)

流媒体解锁:

 

bash <(curl -L -s media.ispvps.com)
bash <(curl -L -s check.unlock.media)
bash <(curl -Ls unlock.icmp.ing/scripts/test.sh)

OpenAI 解锁检测:

 

bash <(curl -Ls https://github.com/ludashi2020/OpenAI-Checker/raw/main/openai.sh)

带宽测试

Hyperspeed 三网测速:

bash <(curl -Lso- https://bench.im/hyperspeed)

综合测速脚本 nws.sh:

 

curl -sL nws.sh | bash

多功能 自更新 测速脚本: 三网,含多线程,单线程等测速

 

bash <(curl -sL bash.icu/speedtest)

DD 磁盘测试 生成5G 文件,顺序

 

dd if=/dev/zero of=5gb bs=1M count=5120
生成 5G 文件,随机
dd if=/dev/urandom of=5gb bs=1M count=5120

HTTP 单线程下载测试

 

服务端

启动简易 http 服务

python3 -m http.server
客户端

直接用浏览器下载或其他工具下载
建议用edge等浏览器
也可以试试IDM下载
替换下方yourip为你的ip地址

wget http://yourip:8000/5gb
删除测试文件

服务端删除文件:

rm 5gb

路由追踪

AutoTrace 回程路由 :

wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh

BestTrace 回程路由:
进入后一键测试,北上广三网

 

wget -qO- git.io/besttrace | bash 

BackTrace 回程路由:

 

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

NextTrace 回程路由:

 

curl nxtrace.org/nt |bash

延迟/丢包测试

Google/Facebook/X/Youtube/Netflix/Chatgpt/Github延迟

bash <(curl -sL https://nodebench.mereith.com/scripts/curltime.sh)

Ping.pe
全球延迟,丢包

 

https://ping.pe

Pingsx Ping
在线Ping,Port,DNS,MTR等测试

 

https://ping.sx

Itdog Ping

 

https://www.itdog.cn/ping/

运维工具

vps_scripts:

wget -O vps.sh https://raw.githubusercontent.com/everett7623/vps_scripts/main/vps.sh && chmod +x vps.sh && ./vps.sh

科技 lion 一键脚本工具:

 

curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh

VPS 一键脚本工具箱

 

curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh

BlueSkyXN 综合工具箱:

 

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

jcnf 常用脚本工具包:

 

wget -O jcnfbox.sh https://raw.githubusercontent.com/Netflixxp/jcnf-box/main/jcnfbox.sh && chmod +x jcnfbox.sh && clear && ./jcnfbox.sh

Sm1rkBoy’s 一键脚本:

 

bash <(curl -Ls https://raw.githubusercontent.com/Sm1rkBoy/monitor_config/main/install.sh)

轻量VPS测试集合:

bash <(curl -Ls resource.yserver.ink/all.sh) --custom

VPS ToolBox:

bash <(curl -Lso- https://sh.vps.dance/toolbox.sh)

Nekoneko - Linux网络优化:

bash <(curl -Lso- http://sh.nekoneko.cloud/tools.sh)

DD重装脚本

系统默认为debian12

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -Debian 12 -pwd '密码'

beta.gs大佬的脚本 :

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 12 -v 64 -p 密码 -port 端口 -a -firmware

beta.gs:

wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh

Nekoneko - DD一键脚本:

bash <(curl -Lso- http://sh.nekoneko.cloud/DD/AutoReinstall.sh)

 

 

 

阅读剩余
THE END