Skip to content

Commit

Permalink
Fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyaTea committed Feb 12, 2024
1 parent 75ae15e commit 2e032bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions docs/FAQ/perform-winmtr.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@
In order to troubleshoot any connection problems that you may experience with your server(s), our support team will often require information regarding how data travels from your computer to our network.
While a traceroute can be used to understand where the issue may exist, WinMTR results provide all the required information with some extra troubleshooting points. Here is how to fetch such results:



**For an accurate diagnosis, it is necessary that you provide us with the WinMTR results instead of traceroute results!**


### Performing a WinMTR

- Download WinMTR from here: [https://sourceforge.net/projects/winmtr/files/WinMTR-v092.zip/download](https://sourceforge.net/projects/winmtr/files/WinMTR-v092.zip/download "https://sourceforge.net/projects/winmtr/files/WinMTR-v092.zip/download")
- On the input field, insert your server's IP address or hostname without the port at the end, afterwards hit the _"Start"_ button.
- On the input field, insert your server's IP address or hostname without the port at the end, afterwards hit the **Start** button.

![WinMTR](images/winmtr.png "WinMTR")

- Leave the scan running for a while (at least 10 minutes), click **Stop** button then press the _"Copy Text to clipboard"_ button.
- Leave the scan running for a while (at least 10 minutes), click **Stop** button then press the **Copy Text to clipboard** button.

![Copy Text to clipboard](images/clipboard.png)

Expand All @@ -31,7 +28,7 @@ While a traceroute can be used to understand where the issue may exist, WinMTR r

1. On your Windows OS, click on the start menu and search for Command Prompt (or cmd)
2. Open the Command Prompt
3. In the Command Prompt window, type in tracert <YOUR SERVER IP> without the port at the end, and then hit enter.
3. In the Command Prompt window, type in tracert `your server's IP address` without the port at the end, and then hit enter.
4. You will start getting data on your Command Prompt window.
5. Once it's done, copy the data by right-clicking on the title bar and going to "Edit → Select all → and then "Edit → Copy" 
6. Include the result along with your computer's IP address on your next support ticket reply.
Expand Down
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ const sidebars = {
'FAQ/change-server-location',
'FAQ/manage-server-files-via-ftp',
'FAQ/setup-time',
'FAQ/upgrade-downgrade-server'
'FAQ/upgrade-downgrade-server',
'FAQ/perform-winmtr'
]
},
]
Expand Down

0 comments on commit 2e032bf

Please sign in to comment.