Remote Console Access
To setup remote console access to the server:
- On the server create a new plain text document in \admin\ called default.cfg
- Enter the following text into the new file:
port=4711
password=YourPassword
- Save the file, and start the server.
Now you can access the server remotely by using the following commands from a client:
- rcon login
Use this command to login to the server.
- rcon users
This command lists all the users connected to the server. Very similar to admin.listPlayers
- rcon exec
Replace with a console command you would like to execute on the server. For example: rcon exec admin.kickPlayer 3