Dsnakes Community

Full Version: Updating Teamspeak 3 server on Ubuntu 18.04 and 20.04
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This guide gives u step-by-step instructions to update your Teamspeak 3 server to version (3.13.7) 64 bit on Ubuntu 18.04 and 20.04.
I presume you followed my install setup guide here.


Step 1:
Login to SSH as root

Step 2:

Stop your current Teamspeak 3 Server!

Code:
service ts3server stop

Step 3:
Change user to your teamspeak user

Code:
cd /home/teamspeak/;su teamspeak

Step 4:
Download Teamspeak, extract, update and remove junk!

Code:
wget https://files.teamspeak-services.com/releases/server/3.13.7/teamspeak3-server_linux_amd64-3.13.7.tar.bz2
Code:
tar xvfj teamspeak3-server_linux_amd64-3.13.7.tar.bz2
Code:
cd teamspeak3-server_linux_amd64
Code:
cp * -R /home/teamspeak
Code:
cd ..
Code:
rm -r teamspeak3-server_linux_amd64
Code:
rm teamspeak3-server_linux_amd64-3.13.7.tar.bz2

Step 5:
Return to the root user and start the Teamspeak server

Code:
exit
Code:
service ts3server start

Step 6:
Check to make sure you can connect to the server!

if you did everything right, the server should be running again!

PS: THIS GUIDE WILL BE UPDATED WHEN A NEW  STABLE VERSION IS RELEASED!

sources: TeamSpeak and Gazblog
wow, it is a long time since teamspeak released a new version of the servers