Raised This Month: $32 Target: $400
 8% 

[replaced by seDirector] SRCDS Admin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
br5dy
AlliedModders Donor
Join Date: Aug 2008
Old 04-28-2011 , 15:30   [replaced by seDirector] SRCDS Admin
Reply With Quote #1

SRCDS Admin is now seDirector. Click here to be taken to the new topic.
-----------------------------------------
SRCDS Admin v2.3.1.0

Now with auto-update feature

Manage all of your Source servers from this easy-to-use application. No need for a batch script to restart your server if it crashes, SRCDS Admin does it for you. No need to update your server manually - SRCDS Admin does that too! Yes, even when there is an update released. Run up to 50 servers at once, multiple directories supported.

Features:
  • Run up to 50 srcds.exe servers
  • Monitor current map and number of players
  • Use different IP addresses (if needed)
  • Choose your cfg file to execute
  • Automatically restarts your server upon crash (including "Not Responding")
  • Automatically update your server when Steam's content changes (plugin required)
  • Automatically update your server at the time you specify
  • Automatically restart your server at the time you specify
  • Monitor the status of your server from the main panel
  • Add additional command line parameters to your server
  • Monitor your CPU, memory, and network usage
  • Ability to start up with computer
  • Complete portability
  • Ability to e-mail you upon errors
  • Checks for program updates automatically on launch
  • Set processor affinity for each individual server
  • Supports Age of Chivalry, Alien Swarm, Counter-Strike: Source, D.I.P.R.I.P. Warm Up, Day of Defeat Source, Dystopia, Eternal Silence, Garry's Mod, Half-Life 2 Deathmatch, Insurgency, Left 4 Dead, Left 4 Dead 2, Pirates, Vikings, and Knights II, Synergy, Team Fortress 2, Zombie Panic! Source
Requirements:
  • (x86 and x64) Windows XP Service Pack 3, Windows Vista Service Pack 1 or later, Windows 7, Windows Server 2003 SP2, Windows Server 2008, Windows Server 2008 R2
  • Microsoft .NET Framework 4.0
  • Current installation of a Source server
Screenshots:










Installation:
SRCDS Admin requires no installation, just download and run! If you want to move SRCDS Admin to another directory, just make sure to copy the SRCDSAdmin.ini file along with it, as it contains your settings.

Plugin Installation:
Drop SRCDSAdmin.smx into your SourceMod plugins folder. Make sure to have the SourceTools extension installed - it will not work whatsoever unless SourceTools is installed. See plugin page for details.

Updates/Feature Requests:
The program checks for an updated version every time the program is launched. It doesn't bug you, it just tells you once, upon launch. I'd like to actively support this software, so if everyone would offer their suggestions, together we can make this application powerful and widespread across the admin community.

Bugs:
If you find a bug in the program, or something isn't working quite right, please let me know, I'd be happy to fix it and release an updated version. Send comments/questions/bugs through this page. Make sure to include the .log and .ini file when e-mailing for support. Screenshots of any error messages is a plus.

Change Log:
Code:
2.0.0.0
Initial Release

2.0.0.1
Fixed Counter-Strike: Source update bug, fixed Day of Defeat not showing up in game list

2.0.0.2
Fixed timing issue when hiding srcds.exe

2.0.0.3
Allowed update window to show/hide, fixed selection show/hide issue

2.1.0.0
Added system tray notification icon, added minimize to system tray, added ability to restart servers "Not Responding", added crash log, fixed various bugs

2.2.0.0
Added support for 64 players (will only work if the game supports it), fixed servers not saving over 10, added more thorough debug log, provided option to enable/disable logging, added ability to enable/disable Windows Error Reporting

2.3.0.0 - July 20, 2011
-added -nocrashdialog to start server
-changed stop server function from terminate process to close process
-fixed 0'd out players and map after stopping server
-added option to hide update and server windows
-added show update+server
-added textbox/dropdown selection for edit server
-added newer version available notification flasher
-added refresh all servers
-added support for automatic update of servers
-changed status refresh to 30 seconds
-reduced freezing by adding threading capabilities

2.3.1.0 - August 1, 2011
-added e-mail on error capabilities (can text you, too)
-added server connection testing, restarts server after two failed connection attempts
-fixed Alien Swarm directory location


Download:

CURRENT VERSION BROKEN - NEW VERSION UNDER DEVELOPMENT AS OF 1/12/13

Last edited by br5dy; 09-22-2013 at 12:00.
br5dy is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-28-2011 , 16:28   Re: SRCDS Admin - Version 1 released!
Reply With Quote #2

Looks great... not work for me. OS Windows 7
It show srcds console window and disapear immediatelly.
- I even disable all mods ...addons/ folder
- remove autoexec.cfg, server.cfg and map configs
Here crap SRCDS Admin ini file.

PHP Code:
[Settings]
HLDSUpdateToolLocation=F:\Valve\HLServer\HldsUpdateTool.exe
StartOnWindowsStartup
=False
StartAllServersOnStartup
=False
StartAsWindowsService
=False
UpdateServersAutomatically
=False
[Server1]
ServerName=Testing
SRCDSLocation
=F:\srcds\Counter-Strike Source\orangebox\srcds.exe
Game
=Counter-StrikeSource
Port
=27015
Map
=de_dust2
NumberOfPlayers
=10
Secure
=True
Cheats
=False
UpdateTime
=2:00:00 
Good old batch file still rocks!
But still not help when get popup-error on screen. Not even this SRCDS Admin

Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -game cstrike -console +maxplayers 10 +map de_dust2
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds

Last edited by Bacardi; 04-28-2011 at 16:58.
Bacardi is offline
br5dy
AlliedModders Donor
Join Date: Aug 2008
Old 04-28-2011 , 16:43   Re: SRCDS Admin - Version 1 released!
Reply With Quote #3

Sorry, should have explained. It's supposed to do that - flash the window then hide it. It still says "Running" though, right? If so, it should be working. And can you see the server in your Steam servers list? If you get an error message let me know.

Last edited by br5dy; 04-28-2011 at 16:55.
br5dy is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-28-2011 , 16:57   Re: SRCDS Admin - Version 1 released!
Reply With Quote #4

Quote:
Originally Posted by br5dy View Post
Sorry, should have explained. It's supposed to do that - flash the window then hide it. It still says "Running" though, right? If so, it should be working. And can you see the server in your Steam servers list? If you get an error message let me know.

Ok, it's working!
Thanks for info.
Bacardi is offline
bluechester
AlliedModders Donor
Join Date: Nov 2008
Old 04-28-2011 , 18:02   Re: SRCDS Admin - Version 1 released!
Reply With Quote #5

Good job.
bluechester is offline
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 04-28-2011 , 19:09   Re: SRCDS Admin - Version 1 released!
Reply With Quote #6

Fantastic.
I personally use FireDaemon Pro
however the update feature built into SRCDS Admin is very intriguing.
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!



Last edited by nightrider; 04-28-2011 at 19:16.
nightrider is offline
br5dy
AlliedModders Donor
Join Date: Aug 2008
Old 04-28-2011 , 23:57   Re: SRCDS Admin - Version 1 released!
Reply With Quote #7

I'm working on detecting Valve's updates and automatically doing it instead of on a schedule.
br5dy is offline
br5dy
AlliedModders Donor
Join Date: Aug 2008
Old 05-07-2011 , 14:17   Re: [v2.0.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #8

Updated.
br5dy is offline
Falco
SourceMod Donor
Join Date: Dec 2004
Location: CANADA
Old 05-07-2011 , 15:47   Re: [v2.0.0.1] SRCDS Admin - manage your Source servers
Reply With Quote #9

Thanks for the program, an issue when I try to show the console, it always brings up CSS when I select L4D2 to show. Should it not bring up two separate consoles?

Quote:
[Settings]
HLDSUpdateToolLocation=E:\SRCDS\HldsUpdateToo l.exe
StartOnWindowsStartup=True
StartAllServersOnStartup=True
StartAsWindowsService=False
UpdateServersAutomatically=False
[Server1]
ServerName=CSS
SRCDSLocation=E:\SRCDS\orangebox\srcds.exe
Game=Counter-Strike: Source
IPAddress=192.168.0.100
Port=27015
Map=de_dust2
Execute=server.cfg
NumberOfPlayers=16
Secure=True
UpdateTime=2:00:00 AM
ProcessorAffinity=All Processors
[Server2]
ServerName=L4D2
SRCDSLocation=E:\SRCDS\left4dead2\srcds.exe
Game=Left 4 Dead 2
IPAddress=192.168.0.100
Port=27016
Map=c1m1_hotel
Execute=server.cfg
NumberOfPlayers=12
Secure=True
UpdateTime=2:00:00 AM
ProcessorAffinity=All Processors
__________________
[DmZ|EPSILON CSS 70.75.139.92:27016
[DmZ|EPSILON GG 70.75.167.30:27015
[DmZ|EPSILON CS:GO Classic Casual 70.75.139.92:27013
[DmZ|EPSILON CS:GO Demolition 70.75.139.92:27014
[DmZ|EPSILON BF3 69.46.43.221:25203 (8-slot) Practice Server
www.dmzepsilon.ca
----------------------
Falco is offline
SmackDaddy
Veteran Member
Join Date: Oct 2009
Old 05-07-2011 , 18:53   Re: [v2.0.0.1] SRCDS Admin - manage your Source servers
Reply With Quote #10

Is there any way to add command line parameters? Such as setting the following:

CPU priority: /high
FPS Max setting: +fps_max 600
Tickrate: -tickrate 66
Maybe this: -console

Awesome job on this.....if I those features were added, I'd be using it and donating to your project without a doubt!
SmackDaddy is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode