What is MTR?
MTR is a traceroute tool that tests the network connections or path between your physical location and the server.
Running an MTR on Windows
- Press Windows + R at the same time to open the Run prompt.
- Type "CMD" without the quotes and click on "Ok".
- Type "tracert launchermessenger.badlion.net" without the quotes and hit ENTER.
- Please wait until it finishes. Copy everything and paste it where Tech Support has asked you to paste it (e.g. your bug report thread).
Running an MTR on macOS
- Install Homebrew. Open Terminal and enter:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- Once Homebrew is installed run:
brew install mtr
- After the package `mtr` has been installed you will be able to run mtr, enter:
mtr -w -c 100 -z launchermessenger.badlion.net
- Please wait until it finishes. Copy everything and paste it where Tech Support has asked you to paste it (e.g. your bug report thread).