What is an MTR Diagnosis?
MTR (My Traceroute) is a network diagnostic tool that combines the features of traceroute and ping. It helps identify latency issues and packet loss along the path between your computer and a remote server, in this case, a Minecraft server.
Why Use MTR?
- Identify connection issues: Detect where the connection slows down or where packets are lost.
- Diagnose latency problems: See which steps in the route contribute to high latency.
- Aid in problem resolution: Provide detailed information for network administrators or internet service providers.
Steps to Use MTR
Linux/Mac :
- Install MTR (if not installed):
- On Debian/Ubuntu:
sudo apt-get install mtr - On CentOS/RHEL:
sudo yum install mtr - On Mac (via Homebrew):
brew install mtr
- Run MTR:
- Open a terminal and type (without the port):
mtr [IP address or domain name of the server]
Windows :
- Download WinMTR:
- Go to the official WinMTR website and download the software.
- Install and Run WinMTR:
- Install WinMTR following the instructions.
- Open WinMTR, enter the IP address (without the port) or the domain name of the Minecraft server in the "Host" field, and click "Start."

Analyze the Results
- Response Time:
Indicates the time it takes for a packet to travel from one point to another on the network.
High values (in ms) may indicate delays at this stage of the route. - Packet Loss:
Indicates the percentage of packets lost between the various steps of the route.
Significant packet loss can indicate an issue at that segment of the network. - Traceroute:
Displays the different steps (hops) between your computer and the Minecraft server.
Helps locate where latency or packet loss issues are occurring.
What to Do in Case of Problems?
- High Latency or Packet Loss:
Try to locate the segment of the network where the issue occurs.
If you need more details, feel free to contact us on our Discord or via a ticket!
- If the problem is near your local network, restart your router or contact your internet service provider.
- If the issue is further along, contact support through your Minestrator Panel and provide the MTR results.