SA-MP Forums Archive
[Tutorial] How to install Teamspeak 3 on linux - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: [Tutorial] How to install Teamspeak 3 on linux (/showthread.php?tid=311294)



[Tutorial] How to install Teamspeak 3 on linux - John Rockie - 15.01.2012

First off make sure you are connected to your VPS.

Step 1: Download the teamspeak 3 client into your Centos
Код:
wget http://teamspeak.gameserver.gamed.de/ts3/releases/3.0.1/teamspeak3-server_linux-x86-3.0.1.tar.gz
Step 2: open the file and extract it
Код:
tar xfv teamspeak3-server_linux-x86-3.0.1.tar.gz
Step 3: If you would like to remove the file you just downloaded. (Tar)
Код:
rm teamspeak3-server_linux-x86-3.0.1.tar.gz
Step 4: Now go into the folder that was extracted
Код:
cd teamspeak3-server_linux-x86
Step 5: Now you may start your server
Код:
./ts3server_startscript.sh start
It will give you some instructions to connect to your server

Happy installing!


Re: [Tutorial] How to install Teamspeak 3 on linux - Hal - 15.01.2012

You probably should put a script that will make it auto-start on server load.