Permissions
Getting player license
Fivem ID & License ID & Steam ID:
To access the txAdmin page, use the
/tx
command on your server and press theTAB
key twice.Navigate to the
Players
section of your panel and locate the target player.

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

Discord ID:
Open Discord and go to
User Settings
Navigate to
App Settings
>Advanced
and 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 allow
Specific 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 allow
Last updated