Network Tools
Eleven server-side tools for diagnosing IP, DNS, TLS, routing, and HTTP issues. No signup. Each runs from our infrastructure, so the result reflects what the public internet sees — not your local resolver or trust store.
Connectivity & Routing
Is the host reachable? Where does the path slow down?
DNS
Resolve domains, verify changes, and validate your VPN.
HTTPS & Security
Certificate health, response headers, IP reputation.
Identity & Ownership
Who runs this network? What CDN is in front?
Which tool when?
- "My site is slow / down for some users" — start with Ping from our edge to confirm reachability, then Traceroute to find where latency or packet loss enters the path. CDN Check tells you which provider is in front, narrowing which support page to read.
- "Email isn't being delivered" — DNS Lookup for MX / SPF / DKIM / DMARC records, then Blacklist Check to see if your sending IP is listed.
- "Browser says the certificate is invalid" — SSL Check shows the cert details and chain from outside your local trust store; HTTP Headers reveals whether mixed-content or HSTS issues are at play.
- "Is my VPN really working?" — DNS Leak Test for resolver leaks; the main homepage shows whether the IP geolocation matches your VPN exit; see the geolocation tutorial for limits.
- "Who runs this network?" — WHOIS for the registration record, ASN Lookup for the network-layer owner. Combine when one isn't enough.
- "What's exposed on my server?" — Port Scan shows which common ports respond. Pair with HTTP Headers for the running services.
API access
Every tool here has a matching POST /api/tools/<name> endpoint, plus
free no-auth IP and geolocation endpoints. See the
API documentation for the full reference.