Teamspeak Server Setup Linux[VPS][Dedicated Server][TSR]
Описание
To install Teamspeak 3 on your linux VPS first you need to open PuTTy or any other SSH client. Connect to your server, if you do not know how to, look at one of the stuck threads at the top of Tutorials.
Once you are logged in, you are going to create a new user for the teamspeak server unless you want to use root skip to step 4 (It is not recommended to use root).
Step 1. Create a new user/directory.
useradd -d /home/teamspeak teamspeak
or
mkdir /home/teamspeak
Step 2.
go to the main directory
cd ..
cd /home/teamspeak/
Step 3. Get Teamspeak Server
32 bit Linux -
Code:
wget http://teamspeak.gameserver.gamed.de/ts3/releases/3.0.1/teamspeak3-server_linux-x86-3.0.1.tar.gz
64 bit -
Code:
wget http://teamspeak.gameserver.gamed.de/ts3/releases/3.0.1/teamspeak3-server_linux-amd64-3.0.1.tar.gz
Step 4. Extract the Server
Code:
tar -xvf teamspeak3-server_linux-amd64-3.0.1.tar.gz
or
Code:
tar -xvf teamspeak3-server_linux-x86-3.0.1.tar.gz
Step 5. Go into Teamspeak 3 Server Directory
Code:
cd teamspeak3-server_linux-amd64
or
Code:
cd teamspeak3-server_linux-x86
Step 6. Start the Server
For the first start use =
Code:
./ts3server_minimal_runscript.sh
RECORD THE SERVER ADMIN PASSWORD AND TOKEN
Contact : taranpreet@taranpreetsingh.com, 126226taran@gmail.com
Рекомендуемые видео


















