Video coming soon…

💬 Setup TeamSpeak — Low-Latency Voice Chat Server

Deploy a TeamSpeak 3 server on Ubuntu with Docker — the classic low-latency, high-quality voice chat platform for gaming and communities, on UDP port 9987.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys a TeamSpeak server on UDP 9987. Grab the Server Admin token from the container logs to claim admin rights on first connect.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/teamspeak/teamspeak-ubuntu.sh
chmod +x teamspeak-ubuntu.sh
sudo bash teamspeak-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/teamspeak/teamspeak-ubuntu.sh

2 Make it Executable

chmod +x teamspeak-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts the TeamSpeak server, accepting the license via an environment variable, with voice on UDP 9987, the query interface on 10011, and file transfer on 30033. Data is stored in a mounted volume.

sudo bash teamspeak-ubuntu.sh

4 Get the Admin Token from the Logs

TeamSpeak prints a one-time Server Admin token on first start. Retrieve it from the logs, connect with the TeamSpeak client to your-server-ip, and paste the token to claim admin:

docker logs teamspeak 2>&1 | grep -i token

Ports Used

PortPurpose
9987/udpVoice — must be reachable by your users
10011Server query (keep off the public internet)
30033File transfer
admin tokenPrinted once in the logs — paste it in the client to claim admin

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions