aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLegonzaur <34353603+Legonzaur@users.noreply.github.com>2022-01-13 16:18:07 +0100
committerGitHub <noreply@github.com>2022-01-13 16:18:07 +0100
commit631f1c2b6122a97d88b2683c29d1333908a63480 (patch)
tree80c1b0827c2bd951a9611949eed04ff2966a3bb7 /docs
parente7400b6d34f44ffec66332cf60d5a1547c3c101e (diff)
downloadNorthstarWiki-631f1c2b6122a97d88b2683c29d1333908a63480.tar.gz
NorthstarWiki-631f1c2b6122a97d88b2683c29d1333908a63480.zip
added Another program is using the port
Diffstat (limited to 'docs')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md8
1 files changed, 8 insertions, 0 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 db493f6..4bd3f55 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/troubleshoot.md
@@ -22,6 +22,14 @@ Your gameserver is configured to listen to a given TCP port.
Masterserver needs to be able to contact your gameserver though that same port.
+#### Another program is using the port
+
+Sometimes another program listens to the same tcp port as Northstar.
+
+You can check if that's the case by running `netstat -a -b` using CMD as admin
+
+As two programs cannot listen to the same port and IP at the same time, changing the TCP listen port can sometimes solve the problem.
+
## If a scan on your external IP isn't successfull
#### Windows Firewall is blocking tcp ports