Monday, 31 August 2009

How to setup a Teamspeak on a Dedicated Server

** Please do't install this on a VPS system, as it may strain the system recourses.

** Sufficient linux shell knowledge required. The contents of this article are deemed to be correct, but we cannot garuntee it is error free, and therefore accept no responsibility for any damage it may cause to your server. INSTALL AT YOUR OWN RISK.

If you are interested in setting up Teamspeak on your  dedicated server, simple follow following  instructions:

First Login to SSH as root

# useradd ts

This should of automatically created a directory called /ts in /home (/home/ts) - if it hasn’t, run

#mkdir /home/ts

# chown -R ts /home/ts

# passwd ts

# su ts

# cd /home/ts/

# wget ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/ts2_server_rc2_202319.tar.bz2

# tar -jxvf ts2_server_rc2_202319.tar.bz2

# cd tss2_rc2

# mv * ../

# cd ../

# rm -rfv tss2_rc2 (BE CAREFUL WITH THIS COMMAND!)

# ./teamspeak2-server_startscript start

If you have any firewalls installed, you will need to open ports 8767, and possibly 14534.

No comments:

Post a Comment