概要
- フル名
docker.io/keynetworks/ztncui- Registry
- docker.io
- 名前空間
- keynetworks
- リポジトリ
- ztncui
- キャッシュ Tag 数
- 19
- 最終同期
- 07/06/2026, 01:40 PM
概要
ZeroTier 自托管网络控制器 Web UI(ZTNCUI)镜像,管理虚拟局域网成员与路由规则,替代 ZeroTier Central 私有部署控制面。
詳細
keynetworks/ztncui 为 ZeroTier 控制器提供 React 管理界面,配合 ztnet 或自建 controller 进程创建 network、审批成员与配置 flow rules。典型用于企业内网 SD-WAN 或远程办公组网,数据面仍由 ZeroTier 客户端承载。与官方 Central SaaS 相比完全自控;生产应固定 tag、HTTPS 保护 UI 并备份 controller 数据目录,API token 经环境变量注入。
快速启动
docker run -d --name ztncui \
-p 3443:3443 \
-e NODE_ENV=production \
docker.io/keynetworks/ztncui:latest
推荐实践
docker run -d --name ztncui \
--restart unless-stopped \
-p 3443:3443 \
-v /data/ztncui:/opt/key-networks/ztncui/etc \
-e NODE_ENV=production \
-e HTTPS_HOST=zt.example.com \
docker.io/keynetworks/ztncui:0.8.14
核心参数说明
-p 3443:3443— HTTPS 管理界面端口-v .../etc:...— 控制器配置与 network 定义-e NODE_ENV=production— 生产模式-e HTTPS_HOST— TLS 证书 CN/SAN--restart unless-stopped— 控制面持续在线- 固定 tag — 与 ZeroTier controller 版本配套
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: ztncui
spec:
replicas: 1
selector:
matchLabels:
app: ztncui
template:
metadata:
labels:
app: ztncui
spec:
containers:
- name: ztncui
image: docker.io/keynetworks/ztncui:0.8.14
ports:
- containerPort: 3443
envFrom:
- secretRef:
name: ztncui-secrets
volumeMounts:
- name: config
mountPath: /opt/key-networks/ztncui/etc
volumes:
- name: config
persistentVolumeClaim:
claimName: ztncui-config
---
apiVersion: v1
kind: Service
metadata:
name: ztncui
spec:
selector:
app: ztncui
ports:
- port: 3443
targetPort: 3443
Ingress TLS 终止或 passthrough 3443;controller 数据 PVC 定期快照,与 zt controller Pod 同网通信。
最新 Tag(20 件)
すべての 19 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/keynetworks/ztncui :1.2.18 | linux/amd64 | 2025/03/27 10:53 | 106.0 MB | sha256:1f945c3feb8a… | |||
docker.io/keynetworks/ztncui :latest | linux/amd64 | 2025/03/27 10:53 | 106.0 MB | sha256:1f945c3feb8a… | |||
docker.io/keynetworks/ztncui :1.2.17 | linux/amd64 | 2024/07/06 13:58 | 105.8 MB | sha256:c866d1348acb… | |||
docker.io/keynetworks/ztncui :1.2.16 | linux/amd64 | 2023/08/30 18:59 | 99.5 MB | sha256:db32c0778b13… | |||
docker.io/keynetworks/ztncui :1.2.15 | linux/amd64 | 2023/05/08 16:55 | 100.9 MB | sha256:7b431f3166ad… | |||
docker.io/keynetworks/ztncui :1.2.14 | linux/amd64 | 2023/03/11 17:22 | 100.8 MB | sha256:23fa1149893d… | |||
docker.io/keynetworks/ztncui :1.2.13 | linux/amd64 | 2023/03/11 17:03 | 100.7 MB | sha256:ae9ffb53923f… | |||
docker.io/keynetworks/ztncui :1.2.12 | linux/amd64 | 2023/02/26 13:33 | 100.7 MB | sha256:98f4d0a57f31… | |||
docker.io/keynetworks/ztncui :1.2.11 | linux/amd64 | 2022/01/03 09:58 | 95.7 MB | sha256:d65638287ab8… | |||
docker.io/keynetworks/ztncui :1.2.10 | linux/amd64 | 2021/12/22 19:50 | 95.7 MB | sha256:1e18718c8e6f… | |||
docker.io/keynetworks/ztncui :1.2.8 | linux/amd64 | 2021/03/10 22:36 | 118.1 MB | sha256:53cbdd7ae4d0… | |||
docker.io/keynetworks/ztncui :1.2.7 | linux/amd64 | 2021/01/26 16:17 | 128.6 MB | sha256:76e7ab08f52e… | |||
docker.io/keynetworks/ztncui :1.2.6 | linux/amd64 | 2021/01/23 17:46 | 128.6 MB | sha256:1217bae125f9… | |||
docker.io/keynetworks/ztncui :1.2.5 | linux/amd64 | 2021/01/16 15:48 | 111.3 MB | sha256:082f803cb246… | |||
docker.io/keynetworks/ztncui :1.2.4 | linux/amd64 | 2019/08/17 21:25 | 128.0 MB | sha256:2ca6fe7eeefb… | |||
docker.io/keynetworks/ztncui :1.2.3 | linux/amd64 | 2019/07/04 17:14 | 125.7 MB | sha256:bb81ec46f253… | |||
docker.io/keynetworks/ztncui :1.2.2 | linux/amd64 | 2018/09/30 20:02 | 123.9 MB | sha256:c649549d2193… | |||
docker.io/keynetworks/ztncui :1.2.1 | linux/amd64 | 2018/09/30 15:47 | 120.0 MB | sha256:ec8068a1365e… | |||
docker.io/keynetworks/ztncui :v1.1 | linux/amd64 | 2018/07/08 20:31 | 118.8 MB | sha256:df4d554b50e4… |