HostF4

VPS Test Scripts

Run on your own VPS as root. Copy and paste.

YABS

benchmarkmust

All-in-one: Geekbench, disk FIO, iperf3 network. The standard VPS benchmark.

curl -sL yabs.sh | bash

LemonBench

benchmark

System info, CPU/disk/network speed test, route tracing in one run.

wget -qO- lb.lemonbench.uk | bash

融合怪 (Fusion)

all-in-onecn

Comprehensive Chinese-community test: system, YABS, IP quality, streaming unlock, route.

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

Backtrace CN (回程路由)

routecn

Trace return routes to China Telecom/CU/Mobile, auto-detect CN2 GIA / 4837 / 9929 / CMIN2.

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

SuperSpeed 三网测速

speedcn

Speedtest to CN Telecom/CU/Mobile nodes from your VPS.

bash <(curl -Lso- https://git.io/superspeed_uxh)

IP Quality (IP 质量检测)

ip

Check IP purity, fraud score, ISP type (residential/datacenter), blacklist status.

bash <(curl -sL IP.Check.Place)

Streaming Unlock (流媒体解锁)

streaming

Test Netflix/Disney+/ChatGPT etc. region unlock status.

bash <(curl -L -s media.ispjunk.com)

Ping.pe multi-location

ping

Web-based multi-location ping/trace for your IP (open in browser).

echo 'Visit: https://ping.pe/<your-ip>'

Run scripts only on servers you own. Always review what a script does before executing.