Contents   Index   Previous   Next



Installing the server

 

Installing the server under linux is really easy. We will walk you through it here. The linux server was compiled for the i386 architecture. Systems running linux under a different architecture will not be able to run these binaries.

After downloading the package could have a .tar.tar extension. You can easily fix it by renaming the archive with:

mv server_linux_version_number.tar.tar server_linux_version_number.tar.bz2

You can also completely disregard the extension and extract it with tar –jxvf.

 

You need to unpack it with the following command:

tar –jxvf server_linux_version_number.

A number of files will be unpacked in a tss_rc2 directory. Unpacking is installing in the case of the linux server. So if you’re done extracting, you have installed the server.

 

We recommend making a special user for running the TeamSpeak server instead of running it under root. You can do this with this command:

adduser tss.

This user will have a dir named /home/tss. Move the archive to that directory and unpack the files there or move the files to this directory if you already have extracted the archive. Make sure that all the files have the correct owner. If you are not sure do:

chown tss:tss *

when in the directory containing the files.