Trace the network path from our server to any host.
What is Traceroute?
Traceroute maps the exact network path packets take from our server to any destination. It shows every router hop with response times, so you can pinpoint exactly where slowdowns or failures occur. The go-to diagnostic tool for slow or unreliable connections.
How to use this tool
Enter the hostname or IP address to trace.
Click Trace to start mapping the route.
Review each hop — number, IP, hostname, and response time.
Look for sudden latency jumps between consecutive hops to identify bottlenecks.
Asterisks (*) indicate hops that don't respond — often normal for security-configured routers.
Frequently asked questions
How do I read traceroute results?
Each line is one router hop. The number is the hop count, followed by hostname/IP and response times. A gradual time increase is normal. A sudden large jump points to congestion at that network segment.
Why do some hops show asterisks?
Many routers drop traceroute packets as a security measure. As long as later hops respond normally, asterisk hops are harmless. If all remaining hops show asterisks, the destination blocks traceroute entirely.
What causes high latency at a specific hop?
Congestion at that router or the link after it — a busy peering point, undersea cable crossing, or overloaded device. If subsequent hops are normal, the router is just deprioritizing traceroute responses.
Can traceroute diagnose website issues?
Yes. Compare traces from multiple locations — if all show high latency near the server, the issue is there. If only your trace is slow, the problem is your side or ISP.