Server Connection
Determine the MTR target
This guide can be followed for testing your connection to an authentication server, a web server, an instance server, or more besides. Before running any tests, we need to determine what to test.
When you see REPLACEME in the next section of the article, use www.pathofexile.com
When you see REPLACEME in the next section of the article, use patchcdn.pathofexile.com
What you should use in place of REPLACEME in the next section of the guide depends on the gateway you're trying to use. Please refer to the table below.
l
for the number 1
.Gateway | Use in place of REPLACEME |
---|---|
Amsterdam | ams01.login.pathofexile.com |
Auckland | akl01.login.pathofexile.com |
Australia | mel01.login.pathofexile.com |
California | sjc01.login.pathofexile.com |
Canada | tor01.login.pathofexile.com |
Frankfurt | fra01.login.pathofexile.com |
Japan | tok01.login.pathofexile.com |
London | lon01.login.pathofexile.com |
Milan | mil01.login.pathofexile.com |
This server has been removed. It may or may not be available again in future. | |
Paris | par01.login.pathofexile.com |
São Paulo | sao01.login.pathofexile.com |
Singapore | sng01.login.pathofexile.com |
Stockholm | sto.login.pathofexile.com |
South Africa | zaf01.login.pathofexile.com |
Texas | dal01.login.pathofexile.com |
Washington, D.C. | wdc01.login.pathofexile.com |
Each time you leave town, or enter a map, you are connecting to an instance server. GGG can have dozens - or even more - instance servers housed within the data centre for each gateway.
Helpfully, your game client's log file will tell you the IP address of the server you have connected to - and you can use this for the test. You want to open LatestClient.txt, scroll all the way down to the bottom, and find the most recent line that looks like the following;
2025/07/03 01:33:28 43034102 ca3a6b37 INFO Client 5644 Connecting to instance server at 69.41.173.237:6112.
Now, that last bit of punctuation is a colon, not a period - and what follows that is the port number, which isn't a part of the IP address. You want everything prior to the colon, which in this example would be 69.41.173.237
. The test may not work if you include the " : 6112 ".
Install MTR and run the test
Install WinMTR
Download WinMTR
It can be found here: https://sourceforge.net/projects/winmtr/
Click the green Download
button on the left
After a few seconds you may be prompted to allow the download
Go to your Downloads folder
%UserProfile%/Downloads
Extract the files from the zip archive
- Find
WinMTR-v092.zip
- Right-click on it
- Click on
Extract All...
- Click the
Extract
button to confirm
Open the WinMTR-v092
folder
Open the WinMTR-v092
folder inside that one
Open the WinMTR_x64
folder
Run WinMTR
Check whether MTR is installed
mtr -v
mtr: command not found
.Install MTR
mtr 0.9.5
.brew install mtr
Run MTR
sudo mtr REPLACEME
Copy the information
Snt
column will slowly increment. Wait until it reaches 500.In the menu bar, click on Edit
and then Select All
. Then click Edit
again, and click Copy
.
Paste it into a forum post
Now that you've copied the test, you can paste it into a forum post!
Quote
button, and then paste your MTR results.