• tfTeam Fortress 2

    SnipeZilla -Sz- Snipin's a good job, mate!
    SnipeZilla -Sz- You call that snipin'?
  • tfCounter-Strike Source

    SnipeZilla -Sz- DeathMatch Adventure [DM][AWP][ALL]
    SnipeZilla -Sz- Point And Click Adventure [AWP]
  • tfCounter-Strike 2

    SnipeZilla -Sz- Famous Sniping Server
SnipeZilla Srcds Manager

TOOL SnipeZilla Srcds Manager 1.4.0

No permission to download

cedde

Snipin's a good job, mate!
Staff member
Administrator
Admin.Sʐ
SNIPEZILLA
-Sʐ-
Sʐ Tournament
cedde submitted a new resource:

SnipeZilla Srcds Manager - Ultimate Srcds Manager for Windows. Update and Monitor multiple instance of srcds game server.

This is a php script to completely manage a source dedicated server.
Since no good server manager is available (exception to Forlix -but incomplete), I decide to write my own script.

This is for Windows only (>=Vista), SzMgr depends of:
  • xcopy
  • wmic
  • cmd

logo_small.png


At the moment Sz Manager is setup for:
  1. Team Fortress 2
  2. Counter-Strike: Global Offensive
  3. Counter-Strike: Source
  4. Day of Defeat: Source
...

Read more about this resource...
 
Suggestion"
1. Since it it to manage multiple servers of same game asa well, so server hostname or maybe manual naming of servers to be used so we know which server of csgo or other game am i looking at in first page of server setup list and server identification in in server status list as well
2. Used it a little, as far as I understand, It can't hook to already running server and needs to run server on its own , meaning i set it up but my game server had 24 players so need to run server through it so it starts monitoring
3. If 4 servers are being monitored by it, and if i add a 5th server, do i have to close and run the program again, hence, closign all serves and running again?
 
Suggestion"
1. Since it it to manage multiple servers of same game asa well, so server hostname or maybe manual naming of servers to be used so we know which server of csgo or other game am i looking at in first page of server setup list and server identification in in server status list as well
2. Used it a little, as far as I understand, It can't hook to already running server and needs to run server on its own , meaning i set it up but my game server had 24 players so need to run server through it so it starts monitoring
3. If 4 servers are being monitored by it, and if i add a 5th server, do i have to close and run the program again, hence, closign all serves and running again?
1. It will come, probably with hostname, simple.
I'm currently adding users management, online mode and rcon command.
2.You can! same root directory (where srcds.exe), same IP and PORT, once you save it will show online.
3. this is a bug. It was fixed but I have never upload this version for some reason. I will upload later the fix (need to remove the users section, as it is fare to be ready yet)

Everytime there is a new config, the task have to be end and run manually (from 'install').
I will do it automatically on new config when I have more feedback.
 
Last edited:
1. If i start server manually through command line, values are fine as per server.cfg and it works fine:
"START srcds -game csgo -console -usercon -ip 182.176.55.55 -port 27015 +game_type 0 +game_mode 1 +mapgroup group_maps_all +map de_dust2 +sv_lan 0 -nohltv"
but
If i use this SZ SRCDS Manager, many values of server.cfg are not taken, here is what i put in window of wrbpage for additional commands:
-console -usercon +game_type 0 +game_mode 1 +mapgroup group_maps_all +sv_lan 0 -nohltv
Example: sv_alltalk turns to 1 if i use your program, if i start manually sv_alltalk is 0 which is what i set in server.cfg very strange
2.Max Players are set through gamemodes_server.txt so that gives more versatility, is it possible to disable that option making it optional
3. An option to put complete command line instead of selecting from drop down or entering value in boxes
 
1. If i start server manually through command line, values are fine as per server.cfg and it works fine:
"START srcds -game csgo -console -usercon -ip 182.176.55.55 -port 27015 +game_type 0 +game_mode 1 +mapgroup group_maps_all +map de_dust2 +sv_lan 0 -nohltv"
but
If i use this SZ SRCDS Manager, many values of server.cfg are not taken, here is what i put in window of wrbpage for additional commands:
-console -usercon +game_type 0 +game_mode 1 +mapgroup group_maps_all +sv_lan 0 -nohltv
Example: sv_alltalk turns to 1 if i use your program, if i start manually sv_alltalk is 0 which is what i set in server.cfg very strange
2.Max Players are set through gamemodes_server.txt so that gives more versatility, is it possible to disable that option making it optional
3. An option to put complete command line instead of selecting from drop down or entering value in boxes
Maybe your server.cfg doesn't load? I'm not very familiar with csgo.
your start will looks like that with sz:
path\srcds.exe -game csgo -ip 182.176.55.55 -port 27015 -console -usercon -maxplayers 2 +game_type 0 +game_mode 1 +mapgroup group_maps_all +map de_dust2 +sv_lan 0 -nohltv
And -maxplayers is not used for csgo, -maxplayers_override is the correct cmd (game,ip,port,console,usercon are always overwriten by default, maxplayers I'm not sure but it is not use for csgo if I'm correct); so I'm not sure what could be the problem since both cmd are very close.
 
Maybe your server.cfg doesn't load? I'm not very familiar with csgo.
your start will looks like that with sz:
path\srcds.exe -game csgo -ip 182.176.55.55 -port 27015 -console -usercon -maxplayers 2 +game_type 0 +game_mode 1 +mapgroup group_maps_all +map de_dust2 +sv_lan 0 -nohltv
And -maxplayers is not used for csgo, -maxplayers_override is the correct cmd (game,ip,port,console, usercon are always overwritten by default, maxplayers I'm not sure but it is not use for csgo if I'm correct); so I'm not sure what could be the problem since both cmd are very close.
1. Here is the exact command which I use to launch server and it works fine:
"c:\servers\csgo1\srcds.exe -game csgo -console -usercon -ip 182.176.65.10 -port 27015 +game_type 0 +game_mode 1 +mapgroup group_maps_all +map de_dust2 +sv_lan 0 -nohltv"
but not when done through program. Can we see what actual exact parameters it sends like in log or somewhere? or dynamic complete command being written in it.
1. Can it have an option to not use the dropdown and enter complete command line manually as from what i see, your and mine may be the same except max playes which i dont define through command line but through config
 
1. Here is the exact command which I use to launch server and it works fine:
"c:\servers\csgo1\srcds.exe -game csgo -console -usercon -ip 182.176.65.10 -port 27015 +game_type 0 +game_mode 1 +mapgroup group_maps_all +map de_dust2 +sv_lan 0 -nohltv"
but not when done through program. Can we see what actual exact parameters it sends like in log or somewhere? or dynamic complete command being written in it.
1. Can it have an option to not use the dropdown and enter complete command line manually as from what i see, your and mine may be the same except max playes which i dont define through command line but through config
In the folder 'logs' there wil be the exact launch cmd.
 
In the folder 'logs' there wil be the exact launch cmd.

I've found the issue. Although, i've added "+game_type 0 +game_mode 1" in command parameters through your program but in logs it does not pass on the parameters to command to run, see below, its missing. Also, -maxplayers 22 is additional in your command and in mine it isnt required.

My Manual Command: srcds.exe -game csgo -console -usercon -ip 182.176.65.10 -port 27015 +mapgroup group_maps_all +sv_lan 0 -nohltv +map de_dust2 -maxplayers 22
Log of Your Program: srcds.exe -game csgo -console -usercon -ip 182.176.65.10 -port 27015 +mapgroup group_maps_all +sv_lan 0 -nohltv +map de_dust2 +game_type 0 +game_mode 1
 
There is a typo which may be the problem. If your enter the same cmd in the status page instead it should take the value (different parsing). Otherwise until a fix you still can do with an autoexec.cfg
 
Back
Top