BeamMP provides in-game admin commands for server management. Admins can kick and ban players directly from the game chat.
Prerequisites
Before using admin commands, you need:
- A BeamMP Forum account
- Your forum username added to the server's admin list
Admin management is done through server configuration files or plugins, not through in-game commands. Contact your server administrator or use a moderation plugin to manage admin access.
Basic Admin Commands
All commands are entered in the in-game chat.
| Command | Description |
|---|---|
/id | Display all connected players with their IDs |
/kick [id] | Kick a player by their ID |
/kban [id] | Kick and ban a player by their ID |
Using Admin Commands
Step 1: Get Player IDs
- Open the in-game chat.
- Type
/idand press Enter. - A list of connected players with their IDs will appear.
- Note the ID number of the player you want to manage.
Step 2: Kick or Ban
To kick a player:
/kick 2
This kicks the player with ID 2 from the server. They can rejoin immediately.
To kick and ban a player:
/kban 2
This kicks player ID 2 and adds them to the ban list. They cannot rejoin until unbanned.
Advanced Moderation
For more advanced moderation features, consider installing a moderation plugin:
AMTKit
- Kick and ban players
- Staff slot reservations
- Multi-server support
- GitHub Repository
Nickel
- Kick, ban, and IP ban
- Staff management
- Unban functionality
- GitHub Repository
Managing Bans
By default, bans are stored in server files. To unban a player:
- Stop your server.
- Locate the ban list file in your server directory.
- Remove the player's entry.
- Start your server.
With moderation plugins like Nickel, you can use in-game commands like ;unban [name].
You now have a complete reference for BeamMP admin commands. Use these tools to effectively moderate your server.

