Serverdoc

[About] [Getting Started] [Userguide]

NOTE: For installation examples please download the installation examples in downloads section.

Getting started
Installing Serverdoc
Create a folder called serverdoc and unzip the latest zip into this folder.
If you have a pro or donation key also copy serverdoc.key to this folder.
Setting up your first server:
Run SDCONTROL.EXE and press "ADD"
Enter the name of the configuration folder. Entering something meaningful here will help you manage your servers.
Click on "Create Folder"

Now enter the command line you wish serverdoc to run.
Recommended - Copy your game server to a subfolder of the configuration folder called server (once copied press "refresh folders" to see the new folders).
Once your command line is complete press "save and exit"
You now see the server configuration you just created.

If you want remote web access now click on wwwconfig.cfg. Enter the required port, user values. Save and exit notepad.

In Serverdoc Pro you can create your own web interface. It is strongly recommended you create a structure of templates using *SDINCLUDE=filename* so you only need to update one file to "update" all your interfaces.

To start your server press "start" You can issue commands to multiple servers by pressing "multi-select"
To start all your servers (ie at boot up) run "start all.bat".



Without SDControl.exe
Creating the config folder: Create a folder in c:\serverdoc, in this case we are using the clients name Gary Brown.
optional copy the game server to a subfolder in the config folder, we will create a folder called hl2. Doing this simplifies the path to the servers. (.\hl2\srcds.exe Vs g:\servers\hl2server002\srcds.exe)
In the config folder (gary_brown) Create a file called wwwconfig.cfg and enter the following:
port 2081
user myname mypass
run .\hl2\srcds.exe -console +game cstrike +map de_dust

Adjust the run line as required. If you have installed the server as a subfolder of the config folder you may use .\ if you have not be sure to enter the full path.

Thats it, now double click start all.bat (or shortcut to sdcontrol.exe /start) to start the new serverdoc. Your server should now be running, if its not click "open" in serverdoc window to check the mini-log for the problem. The remote access url is http://ipaddress:2081 and user/password is per the wwwconfig.cfg settings.

Creating your second, third etc server:
Create a new config folder this time we will use "Tim Roberts" . Copy the wwwconfig.cfg from a current config folder in to the new config folder you just created. Edit port, user and run values in wwwconfig.cfg to suit. Save this file and click start all.bat (or shortcut to sdcontrol.exe /start) to start the new serverdoc and server.