Mastering Network Diagnostics
In a networked environment, your connection quality depends on dozens of intermediate “hops” between your local router and our data center nodes. If you are experiencing high ping, disconnected sessions, or jitter, it is essential to determine whether the issue resides within your local network, your ISP’s backbone, or our infrastructure. Tools like MTR and Traceroute provide technical visibility into this path, allowing you to identify the exact point where latency or packet loss occurs.Difficulty
Intermediate
Time
8 Minutes
Using MTR for Deep Analysis
MTR (My Traceroute) is the industry-standard tool for diagnostic reporting because it combines the functionality of Traceroute and Ping into a single, continuous test.- Windows (WinMTR)
- Linux (Terminal)
- Install: Download WinMTR from the official repository.
- Configure: Enter your server’s numerical IP address into the Host field.
- Execute: Click Start. Let the test run for at least 100 packets (approximately 2 minutes) to ensure a statistically significant sample.
- Export: Click Copy Text to clipboard to provide the data to our support team.
Interpreting Your Results
When reviewing an MTR report, focus on these critical metrics to identify the source of your connection issues.Standard Traceroute (tracert)
If you cannot install MTR, every operating system includes a basic Traceroute utility. While less complete, it provides a quick snapshot of your network path.1
Open Command Interface
Open Command Prompt (Windows) or Terminal (macOS/Linux).
2
Execute the Command
Type the following and press Enter:(Note: Use
traceroute on Linux/macOS).3
Monitor the Hops
Wait for the trace to reach 30 hops or conclude. Each line represents an intermediate router.
Need Extra Help?
If you encounter any issues, our support team is ready to assist:- Live Chat: Quick assistance via our website.
- Support Ticket: Open a Ticket
- Discord: Join our Community
- Email: support@freakhosting.com
Last Updated: February 2026 | Expert Tip: Always run diagnostics during the peak time of your lag.