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

交易
充值流量我的订单
工具
提交工单镜像收录一键安装
Npm 源Pip 源Homebrew 源
帮助
常见问题轩辕镜像免费版
其他
关于我们网站地图
热门搜索:
teamspeak3-server

ertagh/teamspeak3-server

ertagh

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

24 次收藏下载次数: 0状态:社区镜像维护者:ertagh仓库类型:镜像最近更新:2 年前
轩辕镜像,加速的不只是镜像。点击查看
镜像简介
标签下载
镜像标签列表与下载命令
轩辕镜像,加速的不只是镜像。点击查看

![]([]

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 镜像推荐

fgracia/teamspeak3-server logo

fgracia/teamspeak3-server

fgracia
Docker image for Teamspeak3 Server
2 次收藏1万+ 次下载
2 个月前更新
linuxserver/code-server logo

linuxserver/code-server

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

linuxserver/openssh-server

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

mailserver/docker-mailserver

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

linuxserver/sonarr

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

linuxserver/jackett

linuxserver
这是由LinuxServer.io提供的Jackett容器,其中Jackett是一款实用的种子索引聚合工具,能够整合多个torrent追踪器的搜索结果,为qBittorrent、Deluge等各类P2P下载客户端提供统一的搜索接口,帮助用户更便捷地查找和获取所需资源;而LinuxServer.io团队凭借专业的容器化技术,确保该Jackett容器具备稳定的运行环境、简便的部署流程以及持续的更新支持,可满足用户在不同系统环境下高效使用Jackett的需求。
1.2千 次收藏10亿+ 次下载
6 天前更新

查看更多 teamspeak3-server 相关镜像

轩辕镜像配置手册

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式

Docker 配置

登录仓库拉取

通过 Docker 登录认证访问私有仓库

专属域名拉取

无需登录使用专属域名

K8s Containerd

Kubernetes 集群配置 Containerd

K3s

K3s 轻量级 Kubernetes 镜像加速

Dev Containers

VS Code Dev Containers 配置

Podman

Podman 容器引擎配置

Singularity/Apptainer

HPC 科学计算容器配置

其他仓库配置

ghcr、Quay、nvcr 等镜像仓库

Harbor 镜像源配置

Harbor Proxy Repository 对接专属域名

Portainer 镜像源配置

Portainer Registries 加速拉取

Nexus 镜像源配置

Nexus3 Docker Proxy 内网缓存

系统配置

Linux

在 Linux 系统配置镜像服务

Windows/Mac

在 Docker Desktop 配置镜像

MacOS OrbStack

MacOS OrbStack 容器配置

Docker Compose

Docker Compose 项目配置

NAS 设备

群晖

Synology 群晖 NAS 配置

飞牛

飞牛 fnOS 系统配置镜像

绿联

绿联 NAS 系统配置镜像

威联通

QNAP 威联通 NAS 配置

极空间

极空间 NAS 系统配置服务

网络设备

爱快路由

爱快 iKuai 路由系统配置

宝塔面板

在宝塔面板一键配置镜像

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

镜像拉取常见问题

使用与功能问题

配置了专属域名后,docker search 为什么会报错?

docker search 限制

Docker Hub 上有的镜像,为什么在轩辕镜像网站搜不到?

站内搜不到镜像

机器不能直连外网时,怎么用 docker save / load 迁镜像?

离线 save/load

docker pull 拉插件报错(plugin v1+json)怎么办?

插件要用 plugin install

WSL 里 Docker 拉镜像特别慢,怎么排查和优化?

WSL 拉取慢

轩辕镜像安全吗?如何用 digest 校验镜像没被篡改?

安全与 digest

第一次用轩辕镜像拉 Docker 镜像,要怎么登录和配置?

新手拉取配置

轩辕镜像合规吗?轩辕镜像的合规是怎么做的?

镜像合规机制

错误码与失败问题

docker pull 提示 manifest unknown 怎么办?

manifest unknown

docker pull 提示 no matching manifest 怎么办?

no matching manifest(架构)

镜像已拉取完成,却提示 invalid tar header 或 failed to register layer 怎么办?

invalid tar header(解压)

Docker pull 时 HTTPS / TLS 证书验证失败怎么办?

TLS 证书失败

Docker pull 时 DNS 解析超时或连不上仓库怎么办?

DNS 超时

docker 无法连接轩辕镜像域名怎么办?

域名连通性排查

Docker 拉取出现 410 Gone 怎么办?

410 Gone 排查

出现 402 或「流量用尽」提示怎么办?

402 与流量用尽

Docker 拉取提示 UNAUTHORIZED(401)怎么办?

401 认证失败

遇到 429 Too Many Requests(请求太频繁)怎么办?

429 限流

docker login 提示 Cannot autolaunch D-Bus,还算登录成功吗?

D-Bus 凭证提示

为什么会出现「单层超过 20GB」或 413,无法加速拉取?

413 与超大单层

账号 / 计费 / 权限

轩辕镜像免费版和专业版有什么区别?

免费版与专业版区别

轩辕镜像支持哪些 Docker 镜像仓库?

支持的镜像仓库

镜像拉取失败还会不会扣流量?

失败是否计费

麒麟 V10 / 统信 UOS 提示 KYSEC 权限不够怎么办?

KYSEC 拦截脚本

如何在轩辕镜像申请开具发票?

申请开票

怎么修改轩辕镜像的网站登录和仓库登录密码?

修改登录密码

如何注销轩辕镜像账户?要注意什么?

注销账户

配置与原理类

写了 registry-mirrors,为什么还是走官方或仍然报错?

mirrors 不生效

怎么用 docker tag 去掉镜像名里的轩辕域名前缀?

去掉域名前缀

如何拉取指定 CPU 架构的镜像(如 ARM64、AMD64)?

指定架构拉取

用轩辕镜像拉镜像时快时慢,常见原因有哪些?

拉取速度原因

查看全部问题→

用户好评

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

用户头像

oldzhang

运维工程师

Linux服务器

5

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

轩辕镜像
镜像详情
...
ertagh/teamspeak3-server
博客Docker 镜像公告与技术博客
热门查看热门 Docker 镜像推荐
安装一键安装 Docker 并配置镜像源
镜像拉取问题咨询请 提交工单,官方技术交流群:1072982923。轩辕镜像所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
镜像拉取问题咨询请提交工单,官方技术交流群:。轩辕镜像所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
商务合作:点击复制邮箱
©2024-2026 源码跳动
商务合作:点击复制邮箱Copyright © 2024-2026 杭州源码跳动科技有限公司. All rights reserved.