FiveM ACE permissions and principals
ACE is FiveM's built-in permission system. It decides who can use admin commands, who can restart resources, and who can ban players. It works the same on every server - vanilla, ESX, QBCore, Qbox - because it's part of FiveM itself, not any framework.
Build it
Understand the three parts
Every ACE line has three parts:
add_ace <principal> <permission> <allow|deny>
- Principal - who. A group (
group.admin), an individual (identifier.license:abc123), or everyone (builtin.everyone) - - what. , , , or custom like