Post by Wolfeye on Nov 11, 2015 6:16:52 GMT
So, you're a young aspiring server admin? Good to hear! Well, if you're going to be an admin, you'll have to learn what Rcon is. Welcome to Admining 101!
*Please note, this list is for basejk rcon management. JA+ and other mods have their own separate admin features that are not listed here and unrelated.*
What is Rcon?
"Rcon" is short for "Remote Control." This is the basic way of controlling the server while in it. Assuming you don't have something like SecureHost or are home hosting a server with direct access to the console, you'll most likely use Rcon to do.. well.. everything.
How is it used?
First, you'll have to log into the Rcon. In the server configuration file, you can set what will be your Rcon password. Once you have it, you log in using the command "/Rconpassword xyz" where "xyz" is replaced by whatever your password of choice is.
So, now that you're officially an admin there.. Time to learn some commands. Here is a list of all the most basic Rcon commands and what they do:
/Rconpassword x - Logs you in, obviously.
/Rcon status - This is your most basic command. This tells you the IP of every client, their client number, their rate, and their access port. It also says things you'd normally see from serverstatus such as ping.
/Rcon quit - Ends the server exe. On servers where an autorestart script exists, it'll restart the server. On manual restart servers, this will simply end the server.
/Rcon clientkick x - Replace "x" with any given client number to kick someone.
/Rcon addip x - Replace "x" with any IP (Ex. /rcon addip 123.456.789)
/Rcon removeip x - Replace "x" with an IP you wish to remove.
/Rcon listip - Lists all banned IPs on the server.
/Rcon map x - Replace "x" with any given map (if you need to know the map name, it is NOT the same as a pk3 file name. Open the pk3 with winrar or 7zip, go to the "maps" folder, and the name of the .bsp file is the name you need to use.
/Rcon devmap x - Same as map, except devmap creates the map with cheats enabled.
/Rcon exec x - Replace "x" with the name of any .cfg file. For example, on most servers, the basic .cfg for defaults is server.cfg. So to reset the server to its default settings, do /rcon exec server (the .cfg is optional).
/Rcon map_restart x - Replace "x" with any number to give a count down for the server to restart. "x" is a value in seconds.
/Rcon say x - Replace "x" with your message. This will show up in the console.
/Rcon svsay x - Replace "x" with your message. This will show up in the regular chat.
/Rcon sv_timeout - This is a godsend. Default is 200. If you lower it to 1, people time out upon connecting and cannot enter the server (I have a bind for sv_timeout 1 and sv_timeout 200).
/Rcon forceteam x y - This command will send a given player to a specified team. Replace "x" with the client number. Replace "y" with the team you want them to join (spectator, blue, red, or scoreboard if you feel like being evil).
/Rcon addbot x - Adds a bot (No, really?!?!). Replace "x" with the name of the bot (e.g. reborn)
/Rcon forcetoggle x - Turns on/off individual force powers by number. When you type this command with no "x" value, a list of numbers appears and you will be able to see what force powers are what numbers.
Okay Okay, I got the commands. How about settings?
Well, server settings are personal preference. Random Server Standards are set with these settings:
/Rcon sv_fps 30 - This setting changes the smoothness of the server, as it would be. For the most part, higher server fps = better server registry. In other words, things like more damaging hits, potential for two people killing each other at the same time, and the ability of people to use the cartwheel slope glitch are all effected by this setting. Default on servers is 20. Slope glitch reaches its maximum potential at 80. Also keep in mind, on an individual level, you generally want your snaps higher than the sv_fps. So you may consider setting your snaps to 40.
/Rcon dmflags 8 - This setting changes the fall damage. On 8, you wont take any.
/Rcon g_saberdamagescale .85 - This effects the damage of a saber (No, really?!). We decrease it to compensate for a higher sv_fps. Default is 1.
/Rcon g_locationbaseddamage 1 - This determines if damage is scaled base off which body part hitzone the saber strikes. 1 is on, 0 is off. Default is 1.
Think I missed a command? Then Rcon-mend things in the comments and I'll take a look (and also avoid making any more horrible puns)!
*Please note, this list is for basejk rcon management. JA+ and other mods have their own separate admin features that are not listed here and unrelated.*
What is Rcon?
"Rcon" is short for "Remote Control." This is the basic way of controlling the server while in it. Assuming you don't have something like SecureHost or are home hosting a server with direct access to the console, you'll most likely use Rcon to do.. well.. everything.
How is it used?
First, you'll have to log into the Rcon. In the server configuration file, you can set what will be your Rcon password. Once you have it, you log in using the command "/Rconpassword xyz" where "xyz" is replaced by whatever your password of choice is.
So, now that you're officially an admin there.. Time to learn some commands. Here is a list of all the most basic Rcon commands and what they do:
/Rconpassword x - Logs you in, obviously.
/Rcon status - This is your most basic command. This tells you the IP of every client, their client number, their rate, and their access port. It also says things you'd normally see from serverstatus such as ping.
/Rcon quit - Ends the server exe. On servers where an autorestart script exists, it'll restart the server. On manual restart servers, this will simply end the server.
/Rcon clientkick x - Replace "x" with any given client number to kick someone.
/Rcon addip x - Replace "x" with any IP (Ex. /rcon addip 123.456.789)
/Rcon removeip x - Replace "x" with an IP you wish to remove.
/Rcon listip - Lists all banned IPs on the server.
/Rcon map x - Replace "x" with any given map (if you need to know the map name, it is NOT the same as a pk3 file name. Open the pk3 with winrar or 7zip, go to the "maps" folder, and the name of the .bsp file is the name you need to use.
/Rcon devmap x - Same as map, except devmap creates the map with cheats enabled.
/Rcon exec x - Replace "x" with the name of any .cfg file. For example, on most servers, the basic .cfg for defaults is server.cfg. So to reset the server to its default settings, do /rcon exec server (the .cfg is optional).
/Rcon map_restart x - Replace "x" with any number to give a count down for the server to restart. "x" is a value in seconds.
/Rcon say x - Replace "x" with your message. This will show up in the console.
/Rcon svsay x - Replace "x" with your message. This will show up in the regular chat.
/Rcon sv_timeout - This is a godsend. Default is 200. If you lower it to 1, people time out upon connecting and cannot enter the server (I have a bind for sv_timeout 1 and sv_timeout 200).
/Rcon forceteam x y - This command will send a given player to a specified team. Replace "x" with the client number. Replace "y" with the team you want them to join (spectator, blue, red, or scoreboard if you feel like being evil).
/Rcon addbot x - Adds a bot (No, really?!?!). Replace "x" with the name of the bot (e.g. reborn)
/Rcon forcetoggle x - Turns on/off individual force powers by number. When you type this command with no "x" value, a list of numbers appears and you will be able to see what force powers are what numbers.
Okay Okay, I got the commands. How about settings?
Well, server settings are personal preference. Random Server Standards are set with these settings:
/Rcon sv_fps 30 - This setting changes the smoothness of the server, as it would be. For the most part, higher server fps = better server registry. In other words, things like more damaging hits, potential for two people killing each other at the same time, and the ability of people to use the cartwheel slope glitch are all effected by this setting. Default on servers is 20. Slope glitch reaches its maximum potential at 80. Also keep in mind, on an individual level, you generally want your snaps higher than the sv_fps. So you may consider setting your snaps to 40.
/Rcon dmflags 8 - This setting changes the fall damage. On 8, you wont take any.
/Rcon g_saberdamagescale .85 - This effects the damage of a saber (No, really?!). We decrease it to compensate for a higher sv_fps. Default is 1.
/Rcon g_locationbaseddamage 1 - This determines if damage is scaled base off which body part hitzone the saber strikes. 1 is on, 0 is off. Default is 1.
Think I missed a command? Then Rcon-mend things in the comments and I'll take a look (and also avoid making any more horrible puns)!