Loader
×

Perform an MTR diagnosis

Diagnose Minecraft connection issues with MTR network tool. Complete guide: Windows/Linux/Mac installation, latency analysis, packet loss detection and troubleshooting solutions.

Perform an MTR diagnosis

12 June 2025
0

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​ :

  1. 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
  2. Run MTR:
    • Open a terminal and type (without the port):
      mtr [IP address or domain name of the server]


Windows​ :

  1. Download WinMTR:
    • Go to the official WinMTR website and download the software.
  2. 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."

db593dca2856bad9dfd2ebbe5ef567db657c4245.webp

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.
Icon