Permissions

This only applies to servers running QBCore Framework...

  • If you can't open the admin panel even when you have the needed ranks (admin), is because you are missing some permissions in your server.cfg

  • Here are my permissions, compare it with yours and replace the identifiers with yours, restart the server and everything will work.

## Permissions ##
add_ace group.admin command allow # allow all commands
#add_principal identifier.{{principalMasterIdentifier}} qbcore.god <- doesn't exist yet, change the generated one below to qbcore.god
add_principal identifier.fivem:REPLACE_ME group.admin

# Resources
add_ace resource.qb-core command allow # Allow qb-core to execute commands

# Gods
add_ace qbcore.god command allow # Allow all commands

# Inheritance
add_principal qbcore.god group.admin # Allow gods access to the main admin group used to get all default permissions
add_principal qbcore.god qbcore.admin # Allow gods access to admin commands
add_principal qbcore.admin qbcore.mod # Allow admins access to mod commands

# Most servers are missing this permission line:
add_principal identifier.license:REPLACE_ME qbcore.god
  • But I have it exactly the same and still doesn't work: - Your identifier is wrong (use license instead). - You still missing the last permission, verify again. - There's no other reason why you can't open the admin menu, please DON'T open a ticket, verify your permissions and the qbcore docs, thanks.

Last updated