How to Add Admins to Your FiveM Server
Getting Player Steam ID
- Player joins your FiveM server
- Open server console
- Type:
status
- Copy their Steam ID (example:
steam:110000103fd1bb1
)
Adding Admin Permissions
Method 1: Console Command
- Open server console
- Type:
add_ace identifier.steam:[steamid] command allow
- Replace
[steamid]
with their Steam ID
add_ace identifier.steam:110000103fd1bb1 command allow
Method 2: server.cfg File
- Login to your FiveM server hosting control panel
- Open File Manager → server.cfg
- Add line:
add_ace identifier.steam:[steamid] command allow
- Save and restart server
Basic Admin Commands
kick [id] [reason]
- Kick playerban [id] [reason]
- Ban playertp [id1] [id2]
- Teleport playerrestart [seconds]
- Restart server
Remove Admin Access
Use:remove_ace identifier.steam:[steamid] command allow
Or remove the line from server.cfg and restart.
Need help? Chat with us or join our community Discord server.