Skip to content

3. Adding Admins

therealknight edited this page Aug 30, 2020 · 15 revisions

Using ACE

ACE uses your server config file or commands to add / remove admins and set permissions, here is an example:

add_principal identifier.ip:127.0.0.1 group.admin
add_principal identifier.license:aaaabbbbcccddeeeeeeffff group.moderator
add_principal identifier.steam:1100001021asfd5 group.moderator

Layout of this command is

add_principal identifier.STEAM/LICENSE/IP group.GROUP_NAME

Although it is not confirmed, i would recommend only using lowercase identifiers in this as ones with uppercase letters may not work correctly.

Clone this wiki locally