The following Commandline paramters exists:
-ini=inifile.ini (default: tsserver.ini)
-log=logfile.log (default: tsserver.log)
-pid=pidfile.pid (only linux)IniFile settings:
[Version] ServerVersion=v1.2.0 This string is for internal use only, chaning does no effect for you [Passwords]
ServerPassword= Here you can set the ServerPassword which is needed to login to your server AdminPassword=admin Here you can set the AdminPassword which is needed to admin your server [General]
Servername=TeamSpeak Server If you want to give your server a special name, do it here MaxClients=16 Set here how many clients can maximal connect to your server (maximum is 255) [Networking]
TCPPort=8765 On which tcpport is your server listening? IP= If you have more than one ip available on your computer and want that the server bind one explicit, enter the ip here. [Ping]
MaxPingTries=3 Maximal ping tries before the server kicks an not responding client PingWaitTime=15000 How many millisec's to wait for each try IdleTimeBeforePing=5000 After how many millisec's of inactivity we start to ping [WebStatus]
Active=0 If you enable this the webstatus engine is activated. for all options below you need to set this to 1. If you want to help the Team speak team, please do this. TeamSpeakSite_Active=0 If this is option is enabled (set to 1), the server will send a VERY short tcp packet to teamspeak website every 3 minutes to update your current server statistics. If you want to help the Team speak team, please do this. TeamSpeakSite_DisplayInWebList=0 If not activated, your server will be reported to us, but isn't displayed at the public serverlist WebPostURL=http:// Here you can enter your own url for receiving update messages e.g: http://www.tkkg-club.net/tsstat.php
The following variables will come over a http post
serverport
servername
clients
maxclients
serverversion
passwordprotected
if you use php, you can access them like $serverport, $clients.... if you need more help bout this topic be free to contact us.