Brink Server Admin

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
Colt
This is my homepage
This is my homepage
Posts: 99
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon May 09, 2011 7:17 am

Brink Server Admin

Post by Colt »

I guess I'll post a topic on just admin/RCON...didnt see one already.

Please let us know when a TC Admin or admin tool becomes available for rented servers.
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Brink Server Admin

Post by Edge100x »

I posted about this here earlier today: http://www.nfoservers.com/forums/viewto ... 8&start=45
Rcon doesn't use a standard, existing protocol, so it's resisting my efforts to add it. I am hoping that they'll release more information on that.
Right now, rcon just works in-game, per the documentation.

TCAdmin doesn't apply here, as we use our own control panel.
Colt
This is my homepage
This is my homepage
Posts: 99
Joined: Mon May 09, 2011 7:17 am

Re: Brink Server Admin

Post by Colt »

Sorry bout that, i thought that thread was support on brink to host servers, not necessarily admin tools.

I'll keep an eye out there.
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Brink Server Admin

Post by Edge100x »

There are enough Brink threads that it's hard to keep track of them, so I can't blame you :).
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Brink Server Admin

Post by Edge100x »

I've added this support to our control panel now. It turned out that there was just a minor bug in my implementation of the id Tech 4 rcon protocol there.
Terwax
A semi-regular
A semi-regular
Posts: 21
Joined: Sun Mar 06, 2011 1:43 am

Re: Brink Server Admin

Post by Terwax »

Code: Select all

// Set the server name and rcon password.
set si_name "Terwax #2 dedicated server"
set net_serverRemoteConsolePassword "S2rQyreyeyeye4yeyok"

// Execute a standard, included .cfg file to set up a basic game.
exec server_objective_standard_vs.cfg

// Without this line, the server won't be set up for the map.
wait 1000

// Launch the first map.
spawnServer mp/aquarium.entities

bot_enabled 0


Is it correct way to disable bot?
Terwax
A semi-regular
A semi-regular
Posts: 21
Joined: Sun Mar 06, 2011 1:43 am

Re: Brink Server Admin

Post by Terwax »

Code: Select all

// Set the server name and rcon password.
set si_name "Terwax #1 dedicated server"
set net_serverRemoteConsolePassword "lblYLI"

// Execute a standard, included .cfg file to set up a basic game.
exec server_objective_standard_vs.cfg

// Without this line, the server won't be set up for the map.
wait 1000
bot_enabled 0

// Launch the first map.
spawnServer mp/aquarium.entities
User avatar
TimeX
Staff
Staff
Posts: 1791
Joined: Thu Jul 22, 2004 12:24 am
Location: Big Bear, CA

Re: Brink Server Admin

Post by TimeX »

Your last post should be the correct way.
TimeX
Pickerd
A semi-regular
A semi-regular
Posts: 24
Joined: Sat Mar 19, 2011 9:18 am

Re: Brink Server Admin

Post by Pickerd »

You guys may want to remove your rcon passwords from your posts.
Post Reply