Post4VPS Forum | Free VPS Provider

Full Version: How to install TS3 server on VPS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First you need to update software:
Code:
apt-get update
apt-get upgrade

Then you need to download server files.
64  bit version:
Code:
wget http://dl.4players.de/ts/releases/3.0.12.3/teamspeak3-server_linux_amd64-3.0.12.3.tar.bz2
32 bit version:
Code:
wget http://dl.4players.de/ts/releases/3.0.12.3/teamspeak3-server_linux_x86-3.0.12.3.tar.bz2
And extract archives:
64 bit version:
Code:
tar -xjf teamspeak3-server_linux_amd64-3.0.12.3.tar.bz2
32 bit version:
Code:
tar -xjf teamspeak3-server_linux_x86-3.0.12.3.tar.bz2

Now we can run server:
64 bit version:
Code:
cd teamspeak3-server_linux_amd64
chmod -R 777 ts3server_startscript.sh
./ts3server_startscript.sh start
32 bit version:
Code:
cd teamspeak3-server_linux_x86
chmod -R 777 ts3server_startscript.sh
./ts3server_startscript.sh start


Useful commands:
Code:
./ts3server_startscript.sh start
./ts3server_startscript.sh stop
./ts3server_startscript.sh status
Very useful indeed, It helped me setup my server, could you also possibly make a tutorial on updating the TS Server? Ty
(05-16-2016, 05:54 AM)Honey Wrote: [ -> ]Very useful indeed, It helped me setup my server, could you also possibly make a tutorial on updating the TS Server? Ty

I can try to make tutorial but i think it will take few days.
well last time i try to do that but it didn't work.. idk why ? but i'll try again if i got same errors i'll pm you Smile