Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.berrybyte.net/llms.txt

Use this file to discover all available pages before exploring further.

How to Add Admins to Your FiveM Server

Getting Player Steam ID

  1. Player joins your FiveM server
  2. Open server console
  3. Type: status
  4. Copy their Steam ID (example: steam:110000103fd1bb1)

Adding Admin Permissions

Method 1: Console Command

  1. Open server console
  2. Type: add_ace identifier.steam:[steamid] command allow
  3. Replace [steamid] with their Steam ID
Example: add_ace identifier.steam:110000103fd1bb1 command allow

Method 2: server.cfg File

  1. Login to your FiveM server hosting control panel
  2. Open File Managerserver.cfg
  3. Add line: add_ace identifier.steam:[steamid] command allow
  4. Save and restart server

Basic Admin Commands

  • kick [id] [reason] - Kick player
  • ban [id] [reason] - Ban player
  • tp [id1] [id2] - Teleport player
  • restart [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.