Post4VPS Forum | Free VPS Provider
How to install TS3 server on VPS - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials)
+--- Thread: How to install TS3 server on VPS (/Thread-How-to-install-TS3-server-on-VPS)



How to install TS3 server on VPS - kubanek_kuba - 04-02-2016

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



RE: How to install TS3 server on VPS - Honey - 05-16-2016

Very useful indeed, It helped me setup my server, could you also possibly make a tutorial on updating the TS Server? Ty


RE: How to install TS3 server on VPS - kubanek_kuba - 05-16-2016

(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.


RE: How to install TS3 server on VPS - YOuNeS_Dz - 11-04-2016

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