Install TeamSpeak 3 Server ​
We recommend the program "PuTTY" for SSH connections with servers.
update your system and install the necessary programs
apt update && apt upgrade -yapt update && apt upgrade -yapt install sudo bzip2apt install sudo bzip2create a subuser for the server and log in
adduser teamspeak --disabled-loginadduser teamspeak --disabled-loginsu teamspeak -lsu teamspeak -lcopy the link for the latest 64 bit Linux server version on the TeamSpeak downloads page
download the file, unzip it and navigate to the directory, for example with v3.13.7
wget https://files.teamspeak-services.com/releases/server/3.13.7/teamspeak3-server_linux_amd64-3.13.7.tar.bz2wget https://files.teamspeak-services.com/releases/server/3.13.7/teamspeak3-server_linux_amd64-3.13.7.tar.bz2tar xvfj teamspeak3-server_linux_amd64-3.13.7.tar.bz2tar xvfj teamspeak3-server_linux_amd64-3.13.7.tar.bz2rm teamspeak3-server_linux_amd64-3.13.7.tar.bz2rm teamspeak3-server_linux_amd64-3.13.7.tar.bz2cd teamspeak3-server_linux_amd64cd teamspeak3-server_linux_amd64accept licenses and start server
touch .ts3server_license_acceptedtouch .ts3server_license_acceptedchmod +x ts3server_startscript.shchmod +x ts3server_startscript.sh./ts3server_startscript.sh start./ts3server_startscript.sh start
INFO
./ts3server_startscript.sh also works with stop, restart or status.