Logo
Core Tools

Chain Tester

Test explicit proxy chains or search for working multi-hop chains with autonomous harmony.

Chain Tester validates proxy chains hop by hop. It can test explicit chains that you provide or run autonomous harmony to search for promising multi-hop combinations.

Chain Tester Harmony

Chain Input Formats

Use any of these separators:

http://192.0.2.10:8080 -> socks5://198.51.100.20:1080
http://192.0.2.10:8080 => socks5://198.51.100.20:1080
http://192.0.2.10:8080 | socks5://198.51.100.20:1080

You can also put hops on separate lines.

Modes

Use this when you already know the hop order. The tester validates each chain and reports failed hop, grade, HTTP/HTTPS support, latency, and exit details.

Use this when you have a set of proxies and want ZeroTrace Proxy to search for working combinations. Configure max hops, candidate budget, order mode, and beam width.

Autonomous Harmony Controls

ControlMeaning
OrderPasted order preserves source order; permuted order can try broader combinations.
Max hopsMaximum chain depth, normalized up to 10.
Max candidatesSearch budget, default 3000 and hard-capped at 15000.
Beam widthNumber of promising bases retained for deeper expansion.

Result Fields

FieldMeaning
StatusAlive, partial, or failed chain outcome.
GradeA to F chain quality label.
Score0 to 100 quality score.
Hop countTotal hops in the tested chain.
Working hopsHops that succeeded before failure.
Failed hopFirst failing hop, when applicable.
Supports HTTP/HTTPSWhether the final chain supports the probe type.
Exit IPExit observed through the complete chain.

Details That Matter

FeatureDetail
SeparatorsNewlines, =>, ->, and pipe-style separators are supported.
Real chain dialerThe tester dials hop by hop instead of pretending a chain is just a list.
Hop protocolsHTTP CONNECT, HTTPS CONNECT, SOCKS4, SOCKS4a, and SOCKS5.
Hop authSOCKS5 username/password and HTTP Basic Proxy-Authorization for CONNECT.
SOCKS4aRemote hostname marker support for SOCKS4a hops.
Per-hop probesHTTP support, HTTPS support, status codes, latencies, final URL, and per-hop errors.
GradingScore bonuses for HTTPS support, HTTP support, all hops working, and latency. Partial chains can still get partial score.
Harmony recordSearch stage, source proxy count, max hops, max candidates, and beam width are recorded with autonomous runs.

Best Next Steps

  • Save strong chains in Chain Engine -> Chains.
  • Use a Chain Engine policy to control health checks, fallback, auth, and bandwidth.
  • Watch Chain Engine -> Traffic after starting the runtime.

An A-grade chain is a candidate, not a permanent guarantee. Chains should still be monitored through runtime health and traffic pages.

On this page