arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
678 stars 143 forks source link

Server stuck at 0/0 players #1199

Open SanHghost opened 2 years ago

SanHghost commented 2 years ago

trile to initiate an outbound connection to 153.254.86.181:27020,bound to local address 192.168.1.101:48850. an ephemeral local port should be used for outbound TCP connections! How does this work? This prevents me from entering the game,The number of players in the game is always 0/0

klightspeed commented 2 years ago

0 / 0 players typically means that either the server hasn't been able to bind to one of its ports (including the game port or RCON port), or a mod is preventing it from starting.

Your port 27020 suggests that you are running other servers on the same machine. Please make sure their game and RCON ports are different.

SanHghost commented 2 years ago

thank you