Click the Generate button to generate a random RCON password to use on your Jedi Academy server.
The password will consist of numbers, upper-case letters, lower-case letters, and random symbols that can be contained in a RCON password.
The easiest way to setup the RCON password is to add a line to your server.cfg file like so:
set rconPassword "PasswordGoesHere"
Always use the set
command for the RCON password, never seta
, setu
, nor sets
!
For better security you can also set your RCON password directly on the command line like so:
jampded.exe +set fs_game "makermod" +set net_port "29070" +set rconPassword "PasswordGoesHere" +exec server.cfg
If you are using a game service provider, they might not let you use this method.
Typing the RCON password in by hand is cumbersome for admins to do every time they want to use RCON. For their benefit, they can do this:
set rconPassword "PasswordGoesHere"
Now if they want to use RCON on your server, all they need to do is type /exec rcon/YourServerName
into their in-game console to set the password.
If you don't need RCON access to be available on your server, simply set the password to empty.
set rconPassword ""
An empty password will disable RCON entirely so no one will be able to use it.