Settings
Settings control how Run ping, Run xray, Speed test, and Full automode behave. Values are saved in the app database on your PC (not in a .env file).
Open Settings
Section titled “Open Settings”- Click the Settings icon (gear) in the top-right header on the main Jobs screen or inside a job.
- Change fields in the dialog.
- Click Save at the bottom.
Changes apply to the next test run.
Ping (TCP probe)
Section titled “Ping (TCP probe)”Used by toolbar Ping and the ping stage of Full automode.
- Timeout (ms) - how long to wait for a TCP connection to each IP
- TCP port - port used for the reachability check (not the xray proxy port)
- Concurrency - how many IPs to ping in parallel
See Run ping for the workflow.
Xray test
Section titled “Xray test”Used by toolbar Xray and the xray stage of Full automode.
- Test URL - HTTPS URL requested through the xray SOCKS proxy to verify the path works
- Parallel tests - how many xray tests run at the same time
- Xray path (empty = auto) - path to
xray.exe; leave empty to use the bundled binary
See Run xray and Xray config.
Speed test
Section titled “Speed test”Used by toolbar Speed and the speed stage of Full automode.
- Download URL - URL downloaded through the proxy to measure throughput
- Parallel - how many speed tests run at the same time
- Socket timeout (ms) - per-read timeout while downloading
- Hard timeout (ms) - maximum time allowed for one speed test
- Download size (bytes) - stop after this many bytes (caps how much data is pulled)
- Stall window (ms) - time window used to detect a stalled download
- Stall min improvement - minimum speed gain required in the stall window to keep downloading
See Speed test.
When to adjust
Section titled “When to adjust”- Ping always fails or times out: increase Timeout or check TCP port matches what you expect on the CDN edge.
- Xray tests fail but ping works: check Test URL and your Xray config templates.
- Speed tests hang or show low Mbps: try another Download URL or relax timeout/stall fields.