ESX Legacy includes admin commands for teleporting, jobs, vehicles, inventory, permissions and maintenance. The exact list depends on your installed es_extended version and additional admin resources. The commands below are documented by ESX itself.
ESX admin commands quick list
| Command | Purpose | Example |
|---|---|---|
/setcoords or /tp |
Teleport to coordinates | /setcoords 0 0 72 |
/tpm |
Teleport to your map marker | /tpm |
/goto |
Teleport to a player | /goto 12 |
/bring |
Bring a player to you | /bring 12 |
/setjob |
Set a player’s job and grade | /setjob 12 police 0 |
/car |
Spawn a vehicle model | /car adder |
/dv or /cardel |
Delete vehicles in a radius | /dv 10 |
/fix |
Repair a player’s vehicle | /fix 12 |
/noclip |
Toggle noclip | /noclip |
/freeze / /unfreeze |
Freeze or release a player | /freeze 12 |
/players |
List IDs, names, groups and identifiers | /players |
Money and inventory commands
/setaccountmoney [playerId] [account] [amount]/giveaccountmoney [playerId] [account] [amount]/removeaccountmoney [playerId] [account] [amount]/giveitem [playerId] [item] [amount]/clearinventory [playerId]/giveweapon [playerId] [weapon] [ammo]/giveammo [playerId] [weapon] [ammo]/clearloadout [playerId]
Current ESX documentation lists the standard accounts as bank, black_money and money. Custom inventory bridges can change which item and weapon commands behave as expected, so test them on a non-production character first.
Permissions and server maintenance
/setgroup [playerId] [group]changes the ESX group. The documented highest default group isadmin;superadminis not a valid default group./refreshjobsreloads known jobs./refreshitemsreloads known items./setbucket [playerId] [dimension]moves a player to a routing bucket; bucket0is the default./saveand/saveallexist, but ESX marks both as not recommended for routine use.
Why a command may be missing
Commands such as /ban, /warn, /godmode or an admin menu are commonly added by separate resources. They are not part of the current core command list simply because another ESX server has them. Check your resource manifest, server console and admin-resource documentation before changing permissions.
ESX admin access is controlled by configured admin groups and resource permissions. Keep production debug mode disabled and log sensitive admin actions where appropriate.
Official references and related tools
Verify syntax against the official ESX commands and ESX main configuration. For compatible additions, browse FiveM admin tools and ESX scripts. QBCore server owners should use the separate QBCore admin commands guide.