> ## Documentation Index
> Fetch the complete documentation index at: https://kb.hosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Generate and Share an MTR Report

Before starting, please find your Public IP address by visiting: [https://whatismyipaddress.com/](https://whatismyipaddress.com/)

# Windows (WinMTR)

## Step 1: Download WinMTR

* Download from: [https://github.com/White-Tiger/WinMTR/releases/download/v1.0/WinMTR-v100-static.zip](https://github.com/White-Tiger/WinMTR/releases/download/v1.0/WinMTR-v100-static.zip)
* Extract the ZIP file
* Run WinMTR64.exe (for most modern systems)

## Step 2: Configure the Test

* Open Options
* Make sure “Resolve names” is unchecked

## Step 3: Run the Test

* In the Host field, enter:

```
Your IP Address
```

* Click Start

## Step 4: Let It Run

* Allow the test to run for \~15 minutes

## Step 5: Export Results

* Click Export TEXT
* Save the file and attach it in your reply

# Mac OS

## Step 1: Install Homebrew (if needed)

* Open Terminal and run:

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

## Step 2: Install MTR

```
brew install mtr
```

## Step 3: Run the Test

```
sudo mtr Your IP Address
```

## Step 4: Let It Run

* Let the test run for \~15 minutes
* Press Ctrl + C to stop

## Step 5: Save Results

* Copy the output from Terminal
* Paste it into a text file and share it

# Linux

## Step 1: Install MTR

Debian/Ubuntu:

```
sudo apt-get install mtr
```

CentOS/RHEL/Fedora/Alma/Rocky:

```
sudo yum install mtr
```

## Step 2: Run the Test

```
sudo mtr Your IP Address -c 1000 -r --no-dns
```

## Step 3: Wait for Completion

* The command will automatically complete after \~1000 cycles (\~15 minutes)

## Step 4: Save Results

* Copy the output
* Paste it into a text file and share it
