Install Teamspeak

Installing a teamspeak server is a very simple process, once the actual installation is done you can manage servers with the user friendly interface.

Lets go ahead and add the user teamspeak, then install teamspeak. Please install this under the user and start the servers under a non privileged user.

adduser teamspeak
su teamspeak
cd /home/teamspeak
wget ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/ts2_server_rc2_20201.tar.bz2
tar -xvjf ts2_server_rc2_20201.tar.bz2
cd tss2_rc2
./teamspeak2-server_startscript start


Get your password information from server.log

grep "password" server.log

You should see something like

12-06-06 13:32:48,WARNING,Info,SERVER, admin account info: username: admin password: rh7z85
12-06-06 13:32:48,WARNING,Info,SERVER, superadmin account info: username: superadmin password: q4voxx


Now visit the web interface
http://serverip:14534

Click on SuperAdmin Login, then fill in the details that were provided in server.log

Now it's time to add a server,

Select servers from the left menu,
Click The Add Server Button
Fill in the boxes and set the port at the bottom.


Now you will have to start the server,

Select servers from the left menu,
For the recently added server, click Start


You should now be able to connect to the server via your teamspeak client.


User Comments