User panel stuff on forum
  9 posts on 1 page  1
Server Talk
2007-11-18, 05:42
Member
103 posts

Registered:
Apr 2007
I can't seem to get the rcon password to work. I have it set in pwd.cfg, but when I start ezquake and try to log-in it says bad password.

sv_crypt_rcon 0 // rcon encryption (0 = off, 1 = on)
rcon_password "edit" // rcon
master_rcon_password "edit" // master rcon

set k_admins 1 // allow admins on server (0 = no, 1 = yes)
set k_admincode "xxxxxx" // ktx admin code

Also...What's k_admincode?
House of Fragenstein | FFA
hof.servegame.com:27500
2007-11-18, 07:05
News Writer
493 posts

Registered:
Jan 2006
cl_crypt_rcon 0
2007-11-18, 11:22
Member
950 posts

Registered:
Apr 2006
k_admincode let you specify a password for a player to gain admin rights.
Several possibilities:

Password is alpha numeric
set k_admincode "1337pwdhaha"

User then has to use "admin 1337pwdhaha"

Password is numeric AND contains 6 digits
set k_admincode "477238"

User then has the option to:
type "admin" then use bound impulses corresponding to the numbers in the password: switch to ng, switch to rl, switch to rl, swith to sg, swith to sgg then finally switch to lg
type "admin" then type the numbers 1 by 1 in console: "4" "7" "7" "2" "3" "8"
set an alias xxxx "impulse 4;wait;impulse 7;wait;impulse 7;wait;impulse 2;wait;impulse 3;wait;impulse 8" and use it
or just ype "admin 477238"
2007-11-18, 12:50
Administrator
2058 posts

Registered:
Jan 2006
admincode is not rcon though?
2007-11-18, 13:13
Member
950 posts

Registered:
Apr 2006
Nope.
2007-11-19, 08:41
Administrator
1864 posts

Registered:
Feb 2006
empezar wrote:
admincode is not rcon though?

Up2 already gave the answer for why he can't use rcon, and he did also ask what k_admincode was

Up2nOgOoD wrote:
cl_crypt_rcon 0
2007-11-19, 08:43
Member
950 posts

Registered:
Apr 2006
To be precise, client and server value must match so

cl_crypt_rcon = sv_crypt_rcon
2007-11-19, 13:47
Administrator
2058 posts

Registered:
Jan 2006
Zalon wrote:
empezar wrote:
admincode is not rcon though?

Up2 already gave the answer for why he can't use rcon, and he did also ask what k_admincode was

Up2nOgOoD wrote:
cl_crypt_rcon 0


ah yeah i didn't see the admincode question
2007-12-02, 00:40
News Writer
280 posts

Registered:
May 2006
Better to set sv_crypt_rcon 1 on server (MVDSV) and cl_crypt_rcon 1 on client (ezQuake) - more secure.
  9 posts on 1 page  1