These Miscreated commands can be used for common server administration tasks. Enter commands exactly as shown and use Steam64IDs where a player ID is required.
Before using commands
- Check whether the command belongs in the server console, RCON, or a configuration/startup value.
- Use Steam64ID values for commands that require a player ID.
- Restart the server after changing persistent configuration values if the change does not apply immediately.
Common admin commands
| Command | Description |
|---|---|
sv_servername "Server Name" | Sets the server name. |
wm_timeScale 3 | Changes how quickly time moves. |
wm_forceTime -1 | Forces the current time value. |
g_pinglimit 0 | Sets the ping required to join. |
g_pingLimitTimer 15 | Sets how long a player can exceed the ping limit before being kicked. |
g_gameRules_Camera 0 | Sets server camera rules. Common values are 0 for both, 1 for first-person only, and 2 for third-person only in vehicles. |
mis_ban_steamid STEAM64ID | Bans the player with the supplied Steam64ID. |
mis_ban_status | Shows the ban list. |
mis_ban_remove STEAM64ID | Removes the supplied Steam64ID from the ban list. |
mis_kick STEAM64ID | Kicks the player with the supplied Steam64ID. |
mis_whitelist_add STEAM64ID | Adds a player to the whitelist. |
mis_whitelist_remove STEAM64ID | Removes a player from the whitelist. |
mis_whitelist_status | Shows whitelist status. |
sv_say "Message" | Sends a server message. |
sv_motd "Message" | Sets the server message of the day. |
sv_url "https://example.com" | Sets the server website URL. |
do_shutdown SECONDS | Schedules a shutdown or restart after the supplied number of seconds. |
Using these commands safely
- Test messaging, time, and camera commands before using ban or whitelist commands.
- Keep a copy of any old configuration values before changing them.
- If a command does not apply, check the command context first. Some values are intended for startup/configuration rather than live chat.