TeamSpeak Server no working

Hello, I hope you are all well. I’ve spent quite a bit of time reading other posts trying to fix the problem I have. Supposedly, you should already have the server running TS3 but when you start the boot process for some reason it stops.


Log 1

Log 2

the installation files

I am doing the installation on Linux and installing the latest version for the date. They could help me because it’s not working.

You have a license problem.
I assume you made a backup, so the old license remains.
You need to change your license.

Thank you very much for responding. Could you tell me how I’m supposed to do that?It’s my first time doing this

Did you do any backup?

No, just download the installation file from the official page and do the installation process based on this guide Tutorial: How to Install a TeamSpeak 3 Server on Linux - Bennet Richter

Oh sorry my bad…
what system are you trying to install ts3 server on?

TeamSpeak Downloads | TeamSpeak Just download the 64 bit version of linux

Did you change the version during installation from 3.13.6 to 3.13.7 or you copied all the steps as written on that link?

Don’t worry I have installed the latest version. I know the document has an older version just walk me through the steps using the latest version

Centos:

yum -y install bzip2 wget nano
yum -y update

Ubuntu:

apt-get update
apt-get upgrade

Make the ts3 user

useradd -m ts3
cd /home/ts3
su ts3

Download ts3

wget https://files.teamspeak-services.com/releases/server/3.13.7/teamspeak3-server_linux_amd64-3.13.7.tar.bz2

Extract the files.

tar -jxvf teamspeak3-server_linux_amd64-3.13.7.tar.bz2
rm teamspeak3-server_linux_amd64-3.13.7.tar.bz2

Accept the license.

cd teamspeak3-server_linux_amd64
chmod 777 ts3server_startscript.sh
touch .ts3server_license_accepted

Start your ts3 server.

./ts3server_startscript.sh start

Edit: i forgot chmod 777 ts3server_startscript.sh sorry :stuck_out_tongue:

1 Like

Make sure to copy the server query admin account and token key!

Yeah, it’s working thanks a lot man.

1 Like

You’re welcome, I’m glad I helped you.

1 Like