TeamSpeak is a voice over IP (VoIP) application, primarily used by gamers and teams to chat in real time on dedicated servers. It delivers crystal‑clear, low‑latency voice communication.
To create a new Proxmox VE Teamspeak-Server LXC, run the command below in the Proxmox VE Shell.
To Update Teamspeak-Server, run the command below (or type update) in the LXC Console.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/teamspeak-server.sh)"
As an alternative option, you can use Alpine Linux and the Teamspeak-Server package to create a Teamspeak-Server LXC container with faster creation time and minimal system resource usage. You are also obliged to adhere to updates provided by the package maintainer.
To create a new Proxmox VE Alpine-Teamspeak-Server LXC, run the command below in the Proxmox VE Shell.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-teamspeak-server.sh)"
Check for admin credentials inside Debian LXC console
journalctl -u teamspeak-server.service
Check for admin credentials inside Alpine LXC console
cat /var/log/teamspeak.err.log
Default settings
- CPU: 1vCPU
- RAM: 512MB
- HDD: 2GB
- Default Interface:
IP:9987
Alpine settings
- CPU: 1vCPU
- RAM: 256MB
- HDD: 2GB
- Default Interface:
IP:9987
