View Full Version : How to make Personal Rcon acces
Mister Bloody
04-24-2009, 03:40 PM
Could anybody explain me how you can make a personal rcon for Ea. admin in a clan.
thx
Hellsonix
04-26-2009, 06:37 AM
Not sure what you mean exactly.
Server Admin has '/RCON LOGIN **password**' access anyway.
But you must set this up in your server config file.
set rcon_password "***********"
If you want to make it so other players can also have access to some admin commands like map_rotate, fast_restart or player kick etc you need to setup their guid in the system for it to recognise them when they are on the server. You can give these players as much or as little power as you want.
The command to register them and give them power is:
pb_sv_powerguid [guid] [power points] [optional - name]
/pb_sv_powerguid 32digitstring 50 [clantags]ikillyou
Its best NOT to give anyone on your server 100 power points (even the main Admin).
99 is usually the max amount used by server Admins.
A good way to set this up is to have several levels for example:
50 - clan members
75 - junior or trainee server admins
99 - server owner or main trusted admins
Then you setup a list of commands to be used by power players that have specific values attached to them. Only players who have a matching amount of power points or more will be able to call these commands.
The command to setup a command like this is:
pb_sv_rcon [min power points required] [command]
So for example:
/pb_sv_rcon 50 map_rotate
..means that only players with 50 power points or more can use the map_rotate command on your server.
Finally, once a player is registered with powerguid on the server, to be able to use any commands on the 'pb_sv_rlist' they have to add the following to the start of the command:
/pb_rcon [command]
This also means the main admins can use commands without typing in the /rcon password which prevents some accidents and typing the password into chat by mistake for example.
Check which commands have been added to the powerguid database by typing
/pb_sv_rlist
Mister Bloody
04-26-2009, 07:03 AM
Not sure what you mean exactly.
Server Admin has '/RCON LOGIN **password**' access anyway.
But you must set this up in your server config file.
set rcon_password "***********"If you want to make it so other players can also have access to some admin commands like map_rotate, fast_restart or player kick etc you need to setup their guid in the system for it to recognise them when they are on the server. You can give these players as much or as little power as you want.
The command to register them and give them power is:
pb_sv_powerguid [guid] [power points] [optional - name]
/pb_sv_powerguid 32digitstring 50 [clantags]ikillyou
Its best NOT to give anyone on your server 100 power points (even the main Admin).
99 is usually the max amount used by server Admins.
A good way to set this up is to have several levels for example:
50 - clan members
75 - junior or trainee server admins
99 - server owner or main trusted admins
Then you setup a list of commands to be used by power players that have specific values attached to them. Only players who have a matching amount of power points or more will be able to call these commands.
The command to setup a command like this is:
pb_sv_rcon [min power points required] [command]
So for example:
/pb_sv_rcon 50 map_rotate
..means that only players with 50 power points or more can use the map_rotate command on your server.
Finally, once a player is registered with powerguid on the server, to be able to use any commands on the 'pb_sv_rlist' they have to add the following to the start of the command:
/pb_rcon [command]
This also means the main admins can use commands without typing in the /rcon password which prevents some accidents and typing the password into chat by mistake for example.
Check which commands have been added to the powerguid database by typing
/pb_sv_rlist
I mean Like A Personal Rcon for evry admin i have, So That I Can Give Evry single Person Specific Rights And See How They are handling with my server clients
Hellsonix
04-26-2009, 07:26 AM
I just explained how to do this. Please read again.
If you are asking how to make a seperate password for every admin, thats not possible.
/pb_sv_powerguid [guid of your admin] [power points]
Then this admin uses:
/pb_rcon [command]
Either use this system I have described OR you have to tell every admin the '/rcon login [password]' which is not advisable unless you trust all the admins %100.
You could also use something like RCON MAX (admin rcon panel), but you will have to again tell your admins the main admin password.
The way I first explained is the safest way to give some power to others on your server but still keep control.
You can keep record of the actions of your admins by checking the server logs.
Any commands used with /pb_rcon will be listed along with the names of the admins who used them.
Pendragon
04-26-2009, 07:58 AM
There are rcon programs that can give individual access and different levels of control.
Some require software to be installed on the server. I ones I have seen require the software to be running on a client PC for it to work.
Mister Bloody
04-26-2009, 02:43 PM
There are rcon programs that can give individual access and different levels of control.
Some require software to be installed on the server. I ones I have seen require the software to be running on a client PC for it to work.
Yeah So evrybody haves it own login name?so you can filter out who kicked by example. cooldude .
Thx Alot!
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.