Comment on page
console
The
console
command allows access the output of the game server executable. Depending on which server you are running it allows you to see the current activity of the game server, check errors in real time, and input commands.Some game servers provide a verbose output in console.
Some game servers can be managed from the console.
Run the following command to access console:
Standard:
./gameserver console
Short:
./gameserver c
Answer y at the prompt.
To exit the console: Press CTRL + b, then, press d
Take your time as this can be confusing at first.
Last modified 4mo ago