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.
Brink Server Admin
-
- This is my homepage
- Posts: 99
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon May 09, 2011 7:17 am
Re: Brink Server Admin
I posted about this here earlier today: http://www.nfoservers.com/forums/viewto ... 8&start=45
TCAdmin doesn't apply here, as we use our own control panel.
Right now, rcon just works in-game, per the documentation.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.
TCAdmin doesn't apply here, as we use our own control panel.
Re: Brink Server Admin
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.
I'll keep an eye out there.
Re: Brink Server Admin
There are enough Brink threads that it's hard to keep track of them, so I can't blame you
.

Re: Brink Server Admin
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.
Re: Brink Server Admin
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
Re: Brink Server Admin
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
Re: Brink Server Admin
You guys may want to remove your rcon passwords from your posts.