Skip to content

Conflict between RCON and QUERY port #3

Description

@benjip49

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions