diff options
author | Legonzaur <34353603+Legonzaur@users.noreply.github.com> | 2022-01-13 16:35:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 16:35:54 +0100 |
commit | 4f4afe1164905dbab14a9816caf7dd3d4f4ee3f8 (patch) | |
tree | b799ccc3c6d7f117f1bb63f2ca84fdd83d17acfd | |
parent | 384c90ea0c5fedf620cfcc085bf37f34688a4f28 (diff) | |
download | NorthstarWiki-4f4afe1164905dbab14a9816caf7dd3d4f4ee3f8.tar.gz NorthstarWiki-4f4afe1164905dbab14a9816caf7dd3d4f4ee3f8.zip |
Syntax fixes, added alternative port checking
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md b/docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md index 8644759..c53f567 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md @@ -14,7 +14,9 @@ Check that your server is running on the latest Northstar release as it can some #### Mastserver is down -Check Northstar's Discord for annoucements. if https://northstar.tf gives you a HTTP 523 error, that means that the masterserver is offline. +Check Northstar's Discord for annoucements. + +https://northstar.tf giving you a HTTP 523 error means that the masterserver is offline. #### Ports are not the same @@ -60,4 +62,7 @@ Here are some examples : - (CLI)[nmap](https://nmap.org/download.html) - (GUI)[PortQryUI](https://docs.microsoft.com/fr-FR/troubleshoot/windows-server/networking/portqry-command-line-port-scanner-v2) -Your server **must** be running while you scan the port. +Alternatively, one can check if the server's port is open using their browser. +(example : `http://127.0.0.1:8081/verify`) should answer you `I am a northstar server!` + +Your server **must** be running while you check if the port is open. |