Server RCON question

dbanimal

2008-09-16 05:25:43

Hello ladies and gents,

Once again I am far away from home (Cleveland, OH) and was wondering how I get rcon to work? I have my steam ID added in the mani config file on the server and was always able to rcon while playing LAN but now that I'm 700+ miles away from home, it is not working. What needs to be done?

Thanks in advance!

<kyle>

2008-09-16 05:39:32

ma_rcon command

dbanimal

2008-09-16 05:54:15

Actually, to be more specific, I have my steam ID in the adminlist within the mani config folder and the rcon_password is in my server.cfg. Will this still work?

s0iz

2008-09-16 06:05:48

Use original RCON

rcon_password "put password here"
rcon command

Or ma_rcon as well.

You need to set your privileges in that config.

Paradox

2008-09-17 03:59:15

admin with mani is tied to your steam id so yea it should still work of you are using that steam account.

dbanimal

2008-09-18 08:08:29

OK, so in my server.cfg I have my rcon_password "password"
In my autoexec.cfg folder on my client PC I have rcon_password "password"
In my mani admin cfg folder, adminlist.txt on the server I have my steam ID.
rcon while playing via LAN always works.
Now I am 700+ miles away from home and unable to connect via LAN (obvious) and rcon does not work. What am I missing?

Walking Target

2008-09-18 08:41:19

Variable: rcon_address
Description: Allows you to set the address of the server you wish to take remote control of.
Default: N/A
Valid values: server_ip:port
Tested: Yes
Recommendation/Notes: This can be used to admin a server without joining it by just bringing up the console. You can even use this to admin a server while you are playing in another.

Example:

rcon_address 73.5.250.233:27015
rcon_password mypassword
rcon mp_teamplay 1
rcon changelevel dm_lockdown
rcon exec cal2v2

PS: not recommended to store rcon password in your autoexec, there is risk of compromise.

Paradox

2008-09-18 21:57:18

also the file for admins in a mani is clients.txt not adminlist. I am about 400 miles from home this week not only does admin work on my server with mani but I can use rcon on my CAL server. Not sure why you are having difficulty.

BuckyKatt

2008-09-18 23:10:59

Paradox wrote:also the file for admins in a mani is clients.txt not admin list.
Adminlist.txt was the old way mani maintained its admin list. I believe that you can still edit it and mani will pick up the edits and convert them into the clients.txt file it currently uses (overwriting your existing clients.txt file in the process).

Keeper

2008-09-18 23:14:07

But doesn't it only work if your clients.txt file is deleted? Otherwise I don't think it checks it.

BuckyKatt

2008-09-19 00:01:37

Keeper wrote:But doesn't it only work if your clients.txt file is deleted? Otherwise I don't think it checks it.
Could be... that's why I said "I believe". :wink:

It has been a while since I used adminlist.txt. I stuck with it after the change to clients.txt for a while because it had what each of the permission codes meant in it and I was too lazy to cut and paste the comments over to the clients.txt file. :lol: Eventually the power of using clients.txt to maintain groups (both admin and immunity) won out.

I will test it here shortly to see if you need to delete the clients.txt file before making changes to adminlist and report back.

dbanimal

2008-09-19 06:55:01

Thanks everyone for the information, I'll give it a shot. I know the adminlist.txt is being read as the server always says "autokick disabled for dbanimal".

Walking Target

2008-09-19 09:19:52

I think server always says that when you do rcon commands, mani or not, listed in file or not.

dbanimal

2008-09-19 21:54:59

Well I tried it with rcon_address and I still can't use rcon. Any other ideas?