专属
文档
插件
助手
邀请
顶部
快速返回页面顶部
收起
收起工具栏
轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像

交易
充值流量我的订单

文档

工具

功能
提交工单页面收录

帮助
轩辕镜像免费版

其他
关于我们网站地图
热门搜索:
teamspeak3-server

ertagh/teamspeak3-server

ertagh

TeamSpeak 3 server based on debian for everything (including arm!)

24 次收藏下载次数: 0状态:社区镜像维护者:ertagh仓库类型:镜像最近更新:2 年前
让 AI 帮你使用轩辕镜像? · 展开查看说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

轩辕镜像,加速的不只是镜像。点击查看
镜像简介
标签列表
镜像标签列表与下载命令
轩辕镜像,加速的不只是镜像。点击查看

![]([]

TeamSpeak for everything

Formerly known as TeamSpeak for arm (using QEMU or Box86)

Based on debian:bookworm-slim

Tested on an RPi3b+ running Raspbian
And RPi3b+ running Ubuntu 20.04 (aarch64)

Which tag should I use?

If you have a fast connection to "teamspeak.com" -> Use :latest-box
Otherwise -> Use :latest-box-predownloaded

Raspberry Pi 5 users have to use either :latest-box or :latest-box-predownloaded!

If you want to use QEMU instead of Box86/Box64 -> Use :latest / :latest-predownloaded

The only difference between images with and without predownloaded tag is that the images with predownloaded tag already have a predownloaded TeamSpeak 3 Server built in, while the other will download one during setup.

Overview:

:latest -> QEMU (arm32v5, arm32v7 and arm64v8 available), x86, x64
:latest-predownloaded -> QEMU (arm32v5, arm32v7 and arm64v8 available), x86, x64
:latest-box -> Box86/Box64 (arm32v7 and arm64v8)
:latest-box-predownloaded -> Box86/Box64 (arm32v7 and arm64v8)

:latest-box

Run example:

Use something like this and replace {path} and timezone to your liking:

shell
docker run -d --name TeamSpeak3_Server -e TS_UPDATE=1 -e TIME_ZONE=Europe/Berlin -p 9987:9987/udp -p 10011:10011/tcp -p 30033:30033/tcp -v {path}/:/teamspeak/save/ ertagh/teamspeak3-server:latest-box

Have patience after you started the container.

:latest-box-predownloaded

Run example:

Use something like this and replace {path} and timezone to your liking:

shell
docker run -d --name TeamSpeak3_Server -e TIME_ZONE=Europe/Berlin -p 9987:9987/udp -p 10011:10011/tcp -p 30033:30033/tcp -v {path}/:/teamspeak/save/ ertagh/teamspeak3-server:latest-box-predownloaded

Have patience after you started the container.



Server Admin Privilege Key

You can find the key in 3 different ways:

  • You can use the docker logs command and may be able to catch the key that way (Way easier if you're using e.g. Portainer)
  • Inside {path} is a 'logs' directory. Use for example 'cat' to show the content of the !first! log that ends with '_1.log'
  • As an alternative to the second way you can connect to the container directly: 'docker exec -it {NameOfContainer} /bin/bash'. Next go to the 'logs' directory and 'cat' the content of the first log that ends with '_1.log'


Notes:

  • With predownloaded tags you can update the server either by using the integrated updater OR you can pull the latest predownloaded image and redeploy your container.
  • QEMU will take some time to startup. During that time your CPU load will be pretty high.

Additional information:

ENVdefaultavailable
INIFILE00,1If set to 1, the system will generate an ini-file inside the "save"-folder and will use this file at startup
DIST_UPDATE00,1If set to 1, the system will apt update and upgrade on every restart
TS_UPDATE00,1If set to 1, an updater, which runs on every start of the container, checks & updates the server to the newest version if necessary.
TS_UPDATE_BACKUP10,1If set to 1, the updater will make an backup of the current server before updating to a newer version.
UID1000Set a custom UID (user)
GID1000Set a custom GID (group)
DEBUG00,1Container will enter debug mode ( -> no server will start, only the helper)
QEMU_OFFSET0x8000hex,intSpecify the offset of qemu (Only use if you're facing an error with the default value. Most likely try 0x*** instead) Not needed for Box86

TS_UPDATE

If you set the updater to 0, but you still want to update to a newer version, just put a empty file called "update" inside the "save"-folder and restart the container.

TS_UPDATE_BACKUP

The backup is located in the "backup"-folder within the "save"-folder. There will be no versioning inside the backup-script. If you want to keep more than just your previous version, you have to do this by yourself.

Update check

Every sunday the container will check if the installed version is still up-to-date. If not, there will be a message inside the log.

Recovery

If you made an update, but the new version doesn't work or you just want to go back to the old one, just put an empty file called "recover" inside the "save"-folder and restart the container.
You can run the "recover.sh" inside the container as well, it'll do the same.

Debug

If you want to enter debug mode you can either set the env for a permanent debug mode, or just create a empty file called "debug" inside the "save"-folder and restart the container.




You found a bug within the scripts?

You've got a problem with the container?

You are missing a feature?

Contact me!



Changelog

[2024-01-27]:

  • Downgraded s6 and Box64 to work on Raspberry Pi 5

[2024-01-23]:

  • Updated base image to debian bookworm
  • Updated s6 to 3.1.6.2
  • Updated Box64 to latest version
  • Reworked tags of images. Now older versions are still available

[2022-11-22]:

  • Fixed bug of box64 helper
  • Updated predownloaded images to 3.13.7

[2022-01-08]:

  • Added Box64 image
  • Added Tags :box-latest and :box-latest-predownloaded
  • Switch to Debian Bullseye for Box86/Box64 images

[2021-11-04]:

  • Updated the containers
  • Added arm32v5 image
  • Added x86 and x64 images

[2021-08-27]:

  • Updated the containers
  • Updated predownloaded images to TeamSpeak 3.13.6

[2021-04-06]:

  • Box86 now fully works
  • Added all features from QEMU to Box86
  • Reworked Box86 image

[2021-03-24]:

  • Added feature to use 'licensekey.dat'

[2021-03-20]:

  • Added check if all necessary packages are installed

[2021-03-15]:

  • Switched back to Debian Buster, due to errors
  • Added buster-backports repository

[2021-01-03]:

  • Updated from Debian Buster to Bullseye
  • Therefore updated qemu version
  • Removed ONLY_LOG_FILES & INTERVAL Envs
  • Reworked the whole scripts due to the updates
  • Added QEMU_OFFSET Env

[2021-01-02]:

  • Added debug env
  • Optimized Re-init phase
  • Optimized the helper

[2021-01-01]:

  • Updated S6 to 2.1.0.2
  • Updated predownload images to TeamSpeak 3.13.3
  • Fixed "ONLY_LOG_FILES=0" bug inside helper.sh

[2020-10-13]:

  • Updated the weekly version check

[2020-09-22]:

  • Added arm32v7-image based on Box86
  • Updated S6 to a newer version
  • Added ini-file support

[2020-06-14]:

  • Reworked the run script. Now you should see the actual cause why your container didn't start more easily.
  • Added :latest-predownload tag

[2020-06-02]:

  • Reworked the bug fix from 2020-05-09 for a more permanent solution
  • Connectivity check now pings teamspeak.com instead of google.com

[2020-05-09]:

  • Bug fixed: Server didn't show Server Query login credentials -> Server now enters new initialization process if there is no database available
  • Switched over to S6 (INTERVAL no longer needs to check if the server is running)
  • Images were renameded

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 teamspeak3-server 镜像标签

docker pull docker.xuanyuan.run/ertagh/teamspeak3-server:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull ertagh/teamspeak3-server:<标签>

更多 teamspeak3-server 镜像推荐

monadt/teamspeak3-server logo

monadt/teamspeak3-server

monadt
这个Docker镜像基于官方Teamspeak3服务器镜像修改,通过qemu适配ARM架构(如树莓派),保留官方核心功能,支持在ARM设备上部署语音服务器。
5万+ 次下载
6 年前更新
fgracia/teamspeak3-server logo

fgracia/teamspeak3-server

fgracia
用于部署TeamSpeak3服务器的Docker镜像,提供语音通信服务,支持持久化存储和端口映射配置。
2 次收藏1万+ 次下载
3 个月前更新
linuxserver/code-server logo

linuxserver/code-server

LinuxServer.io 社区镜像
linuxserver/code-server是VS Code服务器版Docker镜像,可在浏览器中运行完整VS Code开发环境,无需本地安装即可跨设备访问。支持全部VS Code扩展、代码同步与终端功能,适配远程开发、团队协作或低配置设备场景。镜像经linuxserver优化,兼容ARM/AMD架构,内置持久化存储与安全配置,开箱即用,轻松打造云端IDE,提升开发灵活性与效率。
737 次收藏5000万+ 次下载
10 天前更新
linuxserver/openssh-server logo

linuxserver/openssh-server

LinuxServer.io 社区镜像
提供OpenSSH服务器服务,支持远程登录与服务器管理,具备易于部署、配置灵活的特点,适用于各类需要安全远程访问的场景。
146 次收藏1000万+ 次下载
30 天前更新
mailserver/docker-mailserver logo

mailserver/docker-mailserver

mailserver
一个全栈且简单易用的邮件服务器,支持SMTP、IMAP协议,集成LDAP、反垃圾邮件及反病毒等功能。
263 次收藏1000万+ 次下载
12 天前更新
linuxserver/sonarr logo

linuxserver/sonarr

LinuxServer.io 社区镜像
由LinuxServer.io提供的Sonarr容器,是一款专为电视节目集管理设计的自动化工具,能够监控指定剧集的更新信息、自动从索引器获取下载链接并通过下载客户端(如Deluge、qBittorrent等)完成资源下载,同时支持按自定义规则整理文件结构、重命名剧集文件以保持媒体库整洁有序;LinuxServer.io作为专注于提供高质量容器化应用的团队,其构建的Sonarr容器基于轻量级Linux系统,优化了资源占用与运行稳定性,适合家庭媒体服务器或个人影视库的自动化管理场景使用。
2.1千 次收藏10亿+ 次下载
11 天前更新

查看更多 teamspeak3-server 相关镜像

轩辕镜像配置手册

按平台快速找到配置文档

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

一键安装

一键安装 Docker

Linux Docker 一键安装

需要其他帮助?请查看我们的 常见问题 Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

免费版与专业版区别

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
ertagh/teamspeak3-server
教程轩辕镜像功能与使用教程
价格查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
官方公众号:源码跳动|官方技术交流群:831623681
官方公众号:源码跳动|官方技术交流群:|问题咨询请:提交工单
商务合作:点击复制邮箱
©2024-2026 源码跳动
商务合作:点击复制邮箱Copyright © 2024-2026 杭州源码跳动科技有限公司. All rights reserved.