Experience unparalleled voice communication designed for competitive gaming. This platform delivers crystal-clear, lag-free audio combined with military-grade security to ensure your conversations remain private. You maintain complete control over your data by hosting your own servers anywhere.
Take advantage of features built for performance:
Customize your interface with hundreds of add-ons and themes to match your style.
services:
teamspeak:
image: teamspeak:latest
restart: unless-stopped
ports:
- "9987:9987/udp"
- "10011:10011"
- "30033:30033"
environment:
TS3SERVER_LICENSE: accept
TS3SERVER_SERVERADMIN_PASSWORD: ${TS3SERVER_SERVERADMIN_PASSWORD}
volumes:
- ./data:/var/ts3server/# Optional: Set a specific server admin password.
# If not set, check the container logs on first run for the auto-generated password and privilege key.
TS3SERVER_SERVERADMIN_PASSWORD=your_secure_passwordAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago