: Open these essential ports on your router or VPS firewall: 9987 (UDP) : Voice traffic (most critical). 30033 (TCP) : File transfers. 10011 (TCP) : ServerQuery (remote management).
If you are searching for a guide that covers everything from hardware requirements to advanced security, you have found it. This guide will walk you through installing a TeamSpeak 3 server on Windows, Linux, and even a Raspberry Pi.
| Problem | Likely Solution | | :--- | :--- | | | You forgot port forwarding. Check if your ISP uses CGNAT (Carrier-Grade NAT). You may need a VPS or VPN. | | No privilege key shown | Check the log file: /usr/local/teamspeak/logs/ts3server_*.log . The key is in there. | | Virtual server running but no voice | UDP port 9987 is blocked. Ensure your router and PC firewall allow UDP. | | Server keeps crashing on Pi | The Raspberry Pi power supply is insufficient. Use an official 2.5A+ power adapter. | | I lost my admin key | Stop the server. Add serveradmin_create=1 to the ts3server.ini file. Restart. A new key will generate. |
: Use the Permissions menu to create "Server Groups" (e.g., Moderator, Member, Guest). You can restrict certain channels to specific groups, such as an "Officer Chat". teamspeak server install
15 MB for basic installation, but more is needed for avatars and file transfers.
cd /usr/local/teamspeak sudo -u teamspeak ./ts3server_startscript.sh start
Save (Ctrl+X, Y, Enter). Then enable the service: : Open these essential ports on your router
Windows 8.1+, macOS 10.14+, or any recent Linux distribution. How to Install TeamSpeak Server on Windows
Setting up a TeamSpeak server (whether the classic TeamSpeak 3 or the new TeamSpeak 6
tar -czf /backup/teamspeak_$(date +%Y%m%d).tar.gz /usr/local/teamspeak/sql/ /usr/local/teamspeak/files/ If you are searching for a guide that
Installing a TeamSpeak server involves setting up the host machine (Linux, Windows, or macOS), configuring network ports, and connecting with a client to claim administrative rights. Operating System Linux (Ubuntu/Debian)
cd teamspeak3-server_linux_amd64