Permissions
Getting player license
Fivem ID & License ID & Steam ID:
To access the txAdmin page, use the
/txcommand on your server and press theTABkey twice.
Navigate to the
Playerssection of your panel and locate the target player.

Click on their name to view their
FiveM ID,License IDandSteam ID

Discord ID:
Open Discord and go to
User Settings
Navigate to
App Settings>Advancedand enableDeveloper Mode
Right-click on the desired user's profile, select
Copy User ID, and the ID will be copied to your clipboard.

Giving permissions to
Specific group:
You have to add the following line to your server.cfg file <GroupName> is your target group <Permission> is your target permission
add_ace group.<GroupName> <Permission> allow
# EXAMPLE to give admin permission to the admin group:
add_ace group.admin admin allowSpecific player:
You have to add the following line to your server.cfg file <PlayerLicense> is your target group <Permission> is your target permission
add_ace identifier.<PlayerLicense> <Permission> allow
# EXAMPLE to give admin permission to the player with 708684751279620128 discord id:
add_ace identifier.discord:708684751279620128 admin allowLast updated

