diff options
author | Legonzaur <34353603+Legonzaur@users.noreply.github.com> | 2022-01-13 16:57:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 16:57:05 +0100 |
commit | b883e77bb98b57bbb9abde174ca927f3d4a55585 (patch) | |
tree | 53a0e4df08c0202b92ef5e13bd1bb4bcc5c61120 | |
parent | 4926dea8ac46c5b48d73de24b9c266b5d81d4fe7 (diff) | |
download | NorthstarWiki-b883e77bb98b57bbb9abde174ca927f3d4a55585.tar.gz NorthstarWiki-b883e77bb98b57bbb9abde174ca927f3d4a55585.zip |
small syntax changes
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md | 8 |
1 files changed, 4 insertions, 4 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 79f3a35..e109475 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md @@ -1,18 +1,18 @@ # Document is empty `[error] Failed reading masterserver authentification response: encountered parse error 'The document is empty.'` -The masterserver needs to request your gameserver for it to be authentified and registered. +Masterserver needs to request your gameserver for it to be authentified and registered. This error means that masterserver can't access your server's tcp port. -It can come from many reasons, but you can narrow them down by checking if your server is reacheable from the outside. +Multiple problems can cause this error, but you can narrow it down by checking if your server is reacheable from the outside. ## Check if server is reachable -One can check if the server is reachable using their browser. +You can check if the server is reachable using your internet browser. example : `http://{server_ip}:{server_tcp_port}/verify` should answer you `I am a northstar server!` -Your server **must** be running while you check if the port is open. +Your server **must** be running while you check if the server is reachable. ## If server is reacheable using external IP |