Skip to content

3. Adding Admins

Blue edited this page Feb 28, 2019 · 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:a2vg21asfd5 group.moderator

Layout of this command is

add_principcal 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