Skip to Content

Permissions

Configure access control to secure your server.

ACE (Access Control Entries)

Define permissions in server.cfg:

add_ace group.admin command allow add_ace group.moderator command.kick allow add_principal identifier.steam:110000100000000 group.admin

Identifiers

Common identifier types:

Safe Defaults

Deny by Default

add_ace group.everyone command deny add_ace group.everyone resource deny

Grant Specific Permissions

add_ace group.admin command allow add_ace group.admin resource allow

Best Practices