How to Run Console Commands for Your GMOD Server
Console commands give you real-time control over your server. You can use them to change maps, adjust gameplay settings, manage players, and more. You can do this without restarting or editing config files. If you're hosting a server, it's worth getting comfortable with the basics.
This guide walks you through where to enter commands and covers some of the most useful ones to start with.
Step 1: Log in
Log in to your Nexus Hosting Account.
Step 2: Select the Server
Once on the dashboard, find and select the intended Garry’s Mod server.
Step 3: Open the Console
Click on the Console tab in the sidebar. You’ll see the console log along with a text box where you can enter commands directly.
Step 4: Common Server Commands to Familiarize Yourself With
Here are some of the most useful commands to know. You can run them from your server console or in-game using rcon:
changelevel map_name
– Instantly switches the current map (Example: changelevel gm_flatgrass).
kick "PlayerName"
– Kicks a player from the server.
banid time SteamID
– Bans a player by SteamID for a set time (0 = permanent).
say message
– Sends a message to all players in the chat.
status
– Shows a list of connected players and their SteamIDs.
sv_gravity number
– Changes the in-game gravity. The default is 600. Lower values make jumps floatier.
sbox_noclip 0 or 1
– Enables or disables noclip in sandbox.
sbox_godmode 0 or 1
– Enables or disables godmode.
sv_cheats 1 or 0
– Turns cheats on or off (use with caution).
Updated on: 29/07/2025
Thank you!