Installing TeamSpeak 3 Server On Your VPS

sagar_dps15

New Member
Messages
5
Reaction score
0
Points
1
Step 1:

Log into your VPS via/using SSH.

For Eg U Can Use PuTTy

Step 2:

Once logged in, Use the following command to download the server setup:-
Code:
[/B][/B]wget http://ftp.4players.de/pub/hosted/ts3/releases/3.0.7.2/teamspeak3-server_linux-x86-3.0.7.2.tar.gz[B][B]
Step 3:

Next, you will need to extract the file using the following command:-
Code:
[/B]tar -zxvf teamspeak3-server_linux-x86-3.0.7.2.tar.gz[B]
Step 4:

After the files have been extracted,

Use the following command to go to that directory:-
Code:
[/B][COLOR=#111111][FONT=tahoma]cd teamspeak3-server_linux-x86[/FONT][/COLOR][B]

Step 5:

Now you will now start the server by executing this command:-
Code:
[/B][COLOR=#111111]./ts3server_minimal_runscript.sh[/COLOR][B]

REMEMBER!!! YOU MUST COPY THE SERVERQUERY USERNAME, PASSWORD AND TOKEN.

Step 6:
You are now ready to start your server for the first time. To do this, use the following command:-
Code:
./ts3server_startscript.sh start

Step 7:
Everything is done! Enjoy your TeamSpeak 3 Server


 
Top