Cutstuff Forum

Mega Man 8-bit Deathmatch => Tutorial Collection => Topic started by: HD_ on September 17, 2012, 08:36:02 PM

Title: The Casual's Guide to the Mysteries of RCON (UPDATED 9/18)
Post by: HD_ on September 17, 2012, 08:36:02 PM
Well, I'm sure everyone's at least heard of this, but for those of you who haven't or who don't really know what it is or how to use it, this topic is for you!

What is RCON?

RCON is pretty much the admin system of Skulltag and Zandronum. It allows you to give commands to the server using a specialized client or through the game itself instead of the main server window. It's great for those who aren't near the server itself or for setting up admins of your server.

How do I use RCON?

Well, first, the server needs to set RCON up:


OR (thanks to Messatsu for reminding me of this method)


Well, what do my admins do now?

Well, if your admin is doing everything from in-game:


On the other hand, if your admin is using an RCON client:


So...what do I do with RCON?

Well, RCON lets you manipulate server variables, kick and ban other users, change the music serverwide, and more. To do this (assuming you are doing this in-game) simply put "rcon" before the command and it will recognize it as a valid command; otherwise it'll give some sort of message along the lines of "Only the server host can do this!"

A list of server variables can be found at http://wiki.zandronum.com/Server_Variables (http://wiki.zandronum.com/Server_Variables)
A list of flags manipulatable via RCON can be found at http://wiki.zandronum.com/DMFlags (http://wiki.zandronum.com/DMFlags)
A list of console commands can be found at http://wiki.zandronum.com/Console_Commands (http://wiki.zandronum.com/Console_Commands)
Some other console variables can be found at http://wiki.zandronum.com/Console_Variables (http://wiki.zandronum.com/Console_Variables)

What is the Admin List?

(Thanks to Messatsu for clarifying some things for me)

The admin list is something I find quite interesting. If your IP is specified on this list (contained in a text file) then you:


If you want to set an existing text file as an admin list, just type  "sv_adminlistfile [DIRECTORY]" into the console, where DIRECTORY is where you want the file to be read from and what the file's name is.

Well, that's all for now! If I missed anything that you think I should add, let me know! I hope this helps!

Mandatory Credits:

Myself for composing the tutorial.
Messatsu for a minor addition and for clarification on the admin list.
Title: Re: The Casual's Guide to the Mysteries of RCON
Post by: Messatsu on September 18, 2012, 10:38:16 PM
Two quick things to add:

-You can specify (on the server) the RCON by using the command 'sv_rconpassword PASSWORDHERE'
-The adminlist file does not automatically grant you RCON and you do count towards the max players, however you can join even if the server is 'full' (though it does present you with a warning.)
Title: Re: The Casual's Guide to the Mysteries of RCON (UPDATED 9/1
Post by: HD_ on September 18, 2012, 11:00:27 PM
Ah, thanks!

Changes added.