Hello,
In the startup.sh file, the server.queryport and the rcon.port are set by the same environnement variable which is RCON_PORT.
STARTUP_ARGS+=(+server.queryport "${RCON_PORT}")
STARTUP_ARGS+=(+rcon.port "${RCON_PORT}")
It would have been very usefull to be able to set the server.queryport using an other environement variable (f.e QUERY_PORT).
I can connect to my server using the IP port (Locally and trough internet) but only by using the F1 menu of the game (connect IP:28015).
Maybe because of this conflict of two services using the same port ?
Best regards, Benjamin
PS: I have tried to modify manually the file but my modifications are erased once the server rebooted...
Hello,
In the startup.sh file, the server.queryport and the rcon.port are set by the same environnement variable which is RCON_PORT.
STARTUP_ARGS+=(+server.queryport "${RCON_PORT}")
STARTUP_ARGS+=(+rcon.port "${RCON_PORT}")
It would have been very usefull to be able to set the server.queryport using an other environement variable (f.e QUERY_PORT).
I can connect to my server using the IP port (Locally and trough internet) but only by using the F1 menu of the game (connect IP:28015).
Maybe because of this conflict of two services using the same port ?
Best regards, Benjamin
PS: I have tried to modify manually the file but my modifications are erased once the server rebooted...