Debriefing > General Goldeneye
Creating a server how do i have full access?
(1/1)
kingkoopa:
Ok so as some of you may know most of the Aussie servers have be pulled, i want to create my own small server but want to know how i have admin controls for when HIGH pingers join and stuff, i need to be able to do this while im in the game, i pretty much know it needs to be consol commands but do i need to login as admin if im already in the server? i dont think il be creating a dedicated server as il be playing most of the time anyway. And what are the basic commands for kicking people and temp banning people.
Cheers and thanks
mookie:
RCON
In your server.cfg, set your RCON password.
e.g.
--- Code: ---
rcon_password jackelope
--- End code ---
In-game, put in the password each time you join the server.
e.g.
--- Code: ---
] rcon_password jackelope
--- End code ---
When you need to kick someone, you can use RCON. You can also change any CVAR you want.
e.g.
--- Code: ---
] status
hostname: GES
version : 1.0.0.34/7 3264 secure
udp/ip : 192.168.0.3
map : ge_facility at: 0 x, 0 y, 0 z
players : 4 (8 max)
# userid name uniqueid connected ping loss state adr
#35 "I'm a jackass" STEAM_ID_WHATEVER blah blah blah active
] rcon kickid 35 gtfo
--- End code ---
Navigation
[0] Message Index
Go to full version