Linux Server
Discription:
The linux server is distributed in i386 binary form only. So for those running ppc S390 aplha and other "exotic" hardware, you are out of luck! :P The server will probably run on freebsd to when linuxemulation is used (can someone please verify this for us?)

To start the server you can use (and edit) one of the supplied startscript. Of course you can also use direct commands. An example start/stop:

linux:# ./tss
TeamSpeak Server Daemon started with PID 3433
linux:# kill 3433

or:
linux:# ./tss -PID=tss.pid
TeamSpeak Server Daemon started with PID 3442
linux:# kill `cat tss.pid`

the easies way to kill all servers:
linux: # killall tss