RCON Password Generator

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.

Where to put the 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!

Advanced

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.

For your admins

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:

  1. Create a new folder in their GameData\Base folder named rcon.
  2. Create a file in this new rcon folder named YourServerName.cfg
  3. Paste this into the new file: set rconPassword "PasswordGoesHere"
  4. Save the file.

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.

Also...

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.