Skip to content

Using the server

Egor edited this page Jun 28, 2026 · 1 revision

Console

On start, there's a goroutine running server console. You can see help about using it with /help command. To exit console, you can do ^C, but note that its going to shutdown the server without any prompts. It does the same as /stop command.

Features

Config: (default values)

port = 4756
max_clients = 100
echo_messages = true # whether to print messages to console or not
log_dms = false
admin = "Server" # will show up in "report issues to". doesn't give admin rights

Commands:

  • info
  • online
  • who <uid/name>
  • ban <uid/name>
  • unban <uid/name>
  • stop

Clone this wiki locally