PDA

View Full Version : rcon logs, please help!!


bigjohn
11-25-2002, 12:12 PM
please help!!
does anyone know if they're is a way to check who has used rcon on a server. eg. 10people have rcon, one of them keeps on doing n00b stuff like changing maps for fun and changing passwords, both rcon and server. its a barrys server. does anyone know of a way to log say the ips of people who have used rcon and what commands they typed??

please help lol!

thanks!

Hammer
11-25-2002, 01:51 PM
Enable logging with set logfile 1 and look for qconsole.log in the MOHAA main folder. To turn logging off, set logfile 0. The former replaces qconsole.log everytime, if you want to append to the log file, use set logfile 3. If you want to start logging from the moment the server is launched, add "+set logfile 1" the startup arguments. It's also nice to enable developer messages, set developer <1|2>, although I recommend turning them off, set developer 0, during normal operation.

Once you have a log file, search for rcon and you'll see the IP address, name (if playing), and command(s) issued by each rcon admin.

--[MC] Hammer

bigjohn
11-25-2002, 02:42 PM
thanks m8!!!