-
Hi there, I notice the instructions that says to add +1 to your port, to get what you should input to steam etc, but Im a bit stuck. I am running 2 servers, this one,
and this one
Those ports are reflected in portainer too, so I'm sure its all mapped correctly- but what I'm finding is that take that top one, I have Also, are there any other issues with running 2 at once? Anything else I should change to avoid a crossover, except ports & directories obviously. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
if you are looking to access the server Via in game by clicking join by ip make sure to use the :2456 port. However, if you are using the favorites method you will have to use port :2457. (unless you changed the env var, then its what ever you put in the env var is the game connection port and the +1 port is the steam favorites port.) The whole +1 schema is accurate, I run ~10-15 servers right now on my cluster with escalating port numbers. (ex 30010-30013, 30014-30016, etc) The steam connection port for steam related is based off the query port which is +1 of what you set in the env variable but the connection port for in game is the env variable port. |
Beta Was this translation helpful? Give feedback.
if you are looking to access the server Via in game by clicking join by ip make sure to use the :2456 port. However, if you are using the favorites method you will have to use port :2457. (unless you changed the env var, then its what ever you put in the env var is the game connection port and the +1 port is the steam favorites port.)
The whole +1 schema is accurate, I run ~10-15 servers right now on my cluster with escalating port numbers. (ex 30010-30013, 30014-30016, etc) The steam connection port for steam related is based off the query port which is +1 of what you set in the env variable but the connection port for in game is the env variable port.