ABOUT
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.
infoUse `journalctl -u teamspeak-server.service` inside Debian LXC console to check for admin credentials!
infoUse `cat /var/log/teamspeak.err.log` inside Alpine LXC console to check for admin credentials!
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM2 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/teamspeak-server.sh'; sha='4d3f6bf3a06f5588b0a437269a8cd5e510618229c1b301c29c230cf5539e057e'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/teamspeak-server.shSHA-256 4d3f6bf3a06f5588b0a437269a8cd5e510618229c1b301c29c230cf5539e057e alpineAlpine 3.24
Approved locally1 CPU256 MB RAM2 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-teamspeak-server.sh'; sha='d03b69ea27f66e8344edba7cc29ecfc91f47f055fcf64dacb308b1ddd6225c51'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-teamspeak-server.shSHA-256 d03b69ea27f66e8344edba7cc29ecfc91f47f055fcf64dacb308b1ddd6225c51 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.