Home/Tools/FiveM ACE Permissions Builder
tools/fivem-ace-permissions

FiveM ACE Permissions Builder

Define your groups, what each can do, and who's in them — get a clean add_principal / add_ace block for your server.cfg. Updates live.

Quick start
Groups & inheritance
e.g. admin : mod → admin gets everything mod can do, plus its own.
Permissions (ACEs)
command = all commands · command.kick = one command · resource.es_extended.command = a resource's commands. Anything a script checks with IsPlayerAceAllowed.
Members (admins)
Identifier types: steam:110000…, license:abc…, fivem:1234567, discord:1234…, ip:1.2.3.4. Get them from txAdmin or in-game /players.
0 lines · permissions.cfg
Paste this into your server.cfg (or a separate permissions.cfg you exec). Put it after your resources are ensured.

    

Need a FiveM server for all this?

Solace runs FiveM on high-clock dedicated CPUs with NVMe storage, DDoS protection and pre-installed txAdmin. Live in 60 seconds.

View FiveM Hosting
ACE = Access Control Entry, FiveM's built-in permission system. Reference: docs.fivem.net. Found a bug? Tell us in Discord.