Dsnakes Community
Updating Teamspeak 3 server on Ubuntu 18.04 and 20.04 - Printable Version

+- Dsnakes Community (http://community.dsnakes.com)
+-- Forum: Category (http://community.dsnakes.com/forumdisplay.php?fid=1)
+--- Forum: Tutorials (http://community.dsnakes.com/forumdisplay.php?fid=10)
+--- Thread: Updating Teamspeak 3 server on Ubuntu 18.04 and 20.04 (/showthread.php?tid=13)



Updating Teamspeak 3 server on Ubuntu 18.04 and 20.04 - Kenionek - 01-10-2021

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


RE: Updating Teamspeak 3 server on Ubuntu 18.04 and 20.04 - bigosgangster05 - 07-11-2022

wow, it is a long time since teamspeak released a new version of the servers