AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   [replaced by seDirector] SRCDS Admin (https://forums.alliedmods.net/showthread.php?t=155951)

br5dy 04-28-2011 15:30

[replaced by seDirector] SRCDS Admin
 
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:

http://ashersoftware.com/screenshots...Admin/Main.png

http://ashersoftware.com/screenshots...Admin/Edit.png

http://ashersoftware.com/screenshots...n/Settings.png

http://ashersoftware.com/screenshots...dmin/About.png


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

Bacardi 04-28-2011 16:28

Re: SRCDS Admin - Version 1 released!
 
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


br5dy 04-28-2011 16:43

Re: SRCDS Admin - Version 1 released!
 
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.

Bacardi 04-28-2011 16:57

Re: SRCDS Admin - Version 1 released!
 
Quote:

Originally Posted by br5dy (Post 1459732)
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.

:mrgreen:
Ok, it's working!
Thanks for info.

bluechester 04-28-2011 18:02

Re: SRCDS Admin - Version 1 released!
 
Good job.

nightrider 04-28-2011 19:09

Re: SRCDS Admin - Version 1 released!
 
Fantastic.
I personally use FireDaemon Pro
however the update feature built into SRCDS Admin is very intriguing.

br5dy 04-28-2011 23:57

Re: SRCDS Admin - Version 1 released!
 
I'm working on detecting Valve's updates and automatically doing it instead of on a schedule.

br5dy 05-07-2011 14:17

Re: [v2.0.0.0] SRCDS Admin - manage your Source servers
 
Updated.

Falco 05-07-2011 15:47

Re: [v2.0.0.1] SRCDS Admin - manage your Source servers
 
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

SmackDaddy 05-07-2011 18:53

Re: [v2.0.0.1] SRCDS Admin - manage your Source servers
 
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!


All times are GMT -4. The time now is 06:42.

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