Rcon

hello, i’m trying to use rcon in my server but i don’t know how to setup a rcon password, in server.cfg there is nothing about that

i’m now put in the server.cfg

rcon_password "MyPassword"

but if i connect with a app rcon (or the rcon from python) it doesn’t work

Note that there are different RCON protocols, you must look for ones that support the Quake III Protocol such as IceCon.

yes i’ve used this and for python i’m using one can support Quake 3

Do you get an connection error or a message back such as '‘This server must set a …’, ‘Invalid password’? Make sure you are connecting to the same port as the server.

i don’t get any error

how i can view the port? (but i think it’s the one of the default 30120)

it’s this because i’m not usin xampp and i’m hosting it in my own computer?
Edit: i’m just tryed to vps but he give me , no such command “status”

The default is 30120, check for a line endpoint_add_tcp in your server.cfg

Xampp is unrelated, hosting on your own computer should work as long as you use the right address

This means your RCON works, if you want the status command you need to ensure rconlog.

1 Like

Thanks, you, i’ve one last question: with the personalized command (example: revive, setjob etc.) i can use this rcon?