Disclaimer: This guide was automatically translated by AI from the German original. Please verify commands and technical details before using them.
Back to overview: Debian guides
Update the system:
apt update && apt upgrade -y
Add a new user:
adduser --disabled-login ts3
Switch to the user:
su - ts3
Download TeamSpeak and extract it:
wget https://files.teamspeak-services.com/releases/server/3.13.2/teamspeak3-server_linux_amd64-3.13.2.tar.bz2
tar xfvj teamspeak3-server_linux_amd64-3.13.2.tar.bz2
Accept the license:
touch .ts3server_license_accepted
Start the server:
./ts3server_startscript.sh start
Create the autostart script and run it:
cd /home/ts3
wget https://raw.githubusercontent.com/kanuracer/scripts/main/linux/helper/ts3-autostart.sh
chmod 777 ts3-autostart.sh
./ts3-autostart.sh /home/ts3/teamspeak3-server_linux_amd64