RCON Setup and Commands for Quake Live
Set up RCON remote administration and send commands to your Quake Live dedicated server from in-game or externally.
This guide provides step-by-step instructions on how to set up and manage your Quake Live server using RCON.
Enabling RCON
By default, Quake Live servers have remote administration turned off so you need to activate it. You can do this by setting an RCON password.
Open the Panel Console
Access the XGamingServer Panel.
Set Your RCON Password
In the console type \seta rconpassword "your_password".
Sending RCON Commands From In Game
There are a few ways you can send commands to the server using RCON.
-
Sending the password with each remote command, for example:
\rcon "your_password" status -
You can also set the
rconpasswordon your client, similar to the server setup. Subsequent commands can omit the password, for example:\rcon status -
To manage a server without connecting to it, players should set the
rconaddressvariable to the server's IP address.
RCON Commands
With remote access configured, players can now issue various commands to manage the server effectively. Some of the essential commands include:
- Changing the map -
\rcon map "map_name" - Removing a player from the server -
\rcon kick "user_name" - Adding a bot to the game -
\rcon addbot "bot_name" "skill_level [1-5]"
How is this guide?
Using Steam Workshop Maps on Your Quake Live Server
Add custom Steam Workshop maps to your Quake Live dedicated server and configure them in your map pool.
Performing a Full Reset on Your Quake Live Server
Completely reset your Quake Live dedicated server to a fresh install, removing all files and configurations.