Build server.cfg permissions visually — no syntax guessing
FiveM's ACE permission system is powerful but the syntax trips up a lot of server owners. This tool lets you build your permission hierarchy visually and generates the exact add_ace and add_principal lines ready to paste into your server.cfg.
Group name
Inherits from (optional)
commandcommand.quitcommand.kickcommand.banPrincipal
Command
Action
# ── Principals (group hierarchy) ────────────────────────────── add_principal group.admin group.superadmin add_principal group.moderator group.admin # ── ACE permissions ─────────────────────────────────────────── add_ace group.admin command allow add_ace group.admin command.quit allow add_ace group.moderator command.kick allow add_ace group.moderator command.ban allow # ── Assign your Steam ID to admin ───────────────────────────── # add_principal identifier.steam:YOUR_STEAM_HEX group.admin # add_principal identifier.license:YOUR_LICENSE group.admin
add_principal A B — A inherits all permissions from Badd_ace GROUP COMMAND allow — grants the command to the groupadd_ace GROUP COMMAND deny — explicitly blocks the commandadd_principal identifier.steam:HEX group.admincommand (without suffix) to allow ALL commandsNeed admin scripts for your server?
Admin menus, ban systems and moderation tools — instant download.