# BeamMP Server Console Commands (/docs/beammp/command-list)



Server Console Commands [#server-console-commands]

Type these in the server terminal/console:

Administration [#administration]

| Command              | Description                                   |
| -------------------- | --------------------------------------------- |
| `help`               | List all available commands                   |
| `exit`               | Shut down the server                          |
| `status`             | Show server status and Lua stats              |
| `version`            | Display server version                        |
| `clear`              | Clear console output                          |
| `settings [command]` | Get/set server settings (use `settings help`) |

Player Management [#player-management]

| Command                | Description                           |
| ---------------------- | ------------------------------------- |
| `list`                 | List all connected players with info  |
| `kick <name> [reason]` | Kick a player                         |
| `say <message>`        | Broadcast chat message to all players |

Mods [#mods]

| Command                          | Description                               |
| -------------------------------- | ----------------------------------------- |
| `reloadmods`                     | Reload all client mods without restarting |
| `protectmod <name> <true/false>` | Prevent a mod from being removed          |

Lua [#lua]

| Command          | Description                                                |
| ---------------- | ---------------------------------------------------------- |
| `lua [state_id]` | Open live Lua interpreter (optionally for specific plugin) |

In-Game Chat Commands [#in-game-chat-commands]

Type these in the game chat:

| Command      | Description                         |
| ------------ | ----------------------------------- |
| `/id`        | List all connected players with IDs |
| `/kick <id>` | Kick a player (they can rejoin)     |
| `/kban <id>` | Kick and ban a player               |

Related Guides [#related-guides]

* [Server Configuration](/docs/beammp/server-config)
* [Lua Plugins](/docs/beammp/mod-setup)
