VoIP software designed with security in mind, featuring crystal clear voice quality, endless customization options, and scalabilty up to thousands of simultaneous users.
Ports required to run the server in a table format.
| Port | default |
|---|---|
| Voice | 9987 |
| Query | 10011 |
| File | 30033 |
| Name | Tag |
|---|---|
| ghcr.io/ptero-eggs/yolks:box64 | ghcr.io/ptero-eggs/yolks:box64 |
The password for the server query admin user.
The version of Teamspeak 3 to use when running the server.
The Teamspeak file transfer port
The Teamspeak Query Port
#!/bin/ash
# TS3 Installation Script
#
# Server Files: /mnt/server
if [ -z ${TS_VERSION} ] || [ ${TS_VERSION} == latest ]; then
TS_VERSION=$(curl -sSL https://teamspeak.com/versions/server.json | jq -r '.linux.x86_64.version')
fi
cd /mnt/server
echo -e "getting files from http://files.teamspeak-services.com/releases/server/${TS_VERSION}/teamspeak3-server_linux_x86-${TS_VERSION}.tar.bz2"
curl -L http://files.teamspeak-services.com/releases/server/${TS_VERSION}/teamspeak3-server_linux_amd64-${TS_VERSION}.tar.bz2 | tar -xvj --strip-components=1| Installation Image | ghcr.io/pterodactyl/installers:alpine | Installation Entrypoint | ash |
|---|