How do I install TeamSpeak?

Installing Teamspeak for voice chat requires a Dedicated IP and SSH access. We do not in any way support teamspeak. This article is here for your convenience only. We do not support the setup, or troubleshooting of it.

Download the latest Teamspeak server binary for linux from goteamspeak.com.
Upload the tar.bz2 to your home directory.
Follow these steps:

tar xjf ts2_server_rc2_20201.tar.bz2
cd tss2_rc2
./teamspeak2-server_startscript start
./teamspeak2-server_startscript stop

This will extract your Teamspeak server, start your Teamspeak server and stop it.
You need to start it once so it will create an admin password and a superadmin password which will be located in your server.log file.
You need to edit the server.ini file, and change the line BoundToIp1= to show your dedicated IP. Now that you have edited your server.ini file, you need to start your TeamSpeak server by typing:

./teamspeak2-server_startscript start
  • 25 Users Found This Useful
Was this answer helpful?

Related Articles

SSH Commands

Common SSH Commands or Linux Shell Commands:ls : list files/directories in a directory,...

Can I compile my code programmed in C?

Yes, you can use the gcc compiler to do this.

How do I install Ventrilo?

We do not in any way support ventrilo. This article is here for your convenience only. We do not...

What version of Python are you running?

Iwebhosting.com.my currently runs Python 2.3.4.

Changing File Permissions

Setting file permissions is very important in getting CGI scripts to work on your web site....