Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jonnyan404/zerotier-planet
一分钟自建zerotier-planet
https://github.com/Jonnyan404/zerotier-planet
Last synced: about 1 month ago
JSON representation
一分钟自建zerotier-planet
- Host: GitHub
- URL: https://github.com/Jonnyan404/zerotier-planet
- Owner: Jonnyan404
- License: gpl-3.0
- Created: 2021-11-29T03:20:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T02:25:44.000Z (about 2 months ago)
- Last Synced: 2024-10-26T15:57:43.424Z (about 2 months ago)
- Language: Shell
- Homepage: https://mrdoc.fun
- Size: 1.83 MB
- Stars: 1,354
- Watchers: 15
- Forks: 270
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - Jonnyan404/zerotier-planet - 一分钟自建zerotier-planet (Shell)
README
~TG群(号没了🙃🙃🙃)~
# 一分钟自建zerotier-planet
私有部署zeroteir-planet服务
基于 [ztncui](https://github.com/key-networks/ztncui-aio) 整理成 docker-compose.yml 文件.**特别感谢** 这个issue中各位用户的贡献,基于此issue中 `@jqtmviyu` 的步骤和`kaaass`的 [mkmoonworld](https://github.com/kaaass/ZeroTierOne/releases/tag/mkmoonworld-1.0) 制作成目前的patch(集成planet和moon)。
# 必要条件
- 具有公网ip的服务器
- 安装 docker
- 安装 docker-compose
- 防火墙开放TCP端口 4000/9993/3180 和UDP端口 9993# 用法
```
git clone https://github.com/Jonnyan404/zerotier-planet
OR
git clone https://gitee.com/Jonnyan404/zerotier-planetcd zerotier-planet
请修改docker-compose.yml内的IP地址为你自己的
docker-compose up -d
# 以下步骤为创建planet和moon
docker cp mkmoonworld-x86_64 ztncui:/tmp
docker cp patch.sh ztncui:/tmp
docker exec -it ztncui bash /tmp/patch.sh
docker restart ztncui
```然后浏览器访问 `http://ip:4000` 打开web控制台界面。
浏览器访问 `http://ip:3180` 打开planet和moon文件下载页面(亦可在项目根目录的`./ztncui/etc/myfs/`里获取)。
- 用户名:admin
- 密码:mrdoc.fun# 各客户端配置planet
限于篇幅,请到 或者 [客户端配置说明](https://github.com/Jonnyan404/zerotier-planet/blob/main/%E5%AE%A2%E6%88%B7%E7%AB%AF%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95.md) 查阅
# 关联云服务器(带公网IP)
[【腾讯云】云产品限时秒杀,爆款2核4G云服务器,首年74元](https://curl.qcloud.com/S2Db7PLK)
### 私有 zerotier-planet 的优势:
- 解除官方 25 的设备连接数限制
- 提升手机客户端连接的稳定性# 同类型项目推荐
- https://tailscale.com/
- wireguard
- openvpn
- frp
- n2n# FAQ
1. 为什么不支持ARM?
因为依赖的补丁 mkmoonworld 没有arm版本.
2. 为什么不支持更改9993端口?
因为依赖的补丁 mkmoonworld 没有提供更改端口的变量,如需更改,可自行研究打包更改.
3. 其它问题请多翻阅 issue# Reference Link
- [zerotier的planet服务器(根服务器)的搭建踩坑记](https://www.emengweb.com/p/zerotier%E7%9A%84planet%E6%9C%8D%E5%8A%A1%E5%99%A8%EF%BC%88%E6%A0%B9%E6%9C%8D%E5%8A%A1%E5%99%A8%EF%BC%89%E7%9A%84%E6%90%AD%E5%BB%BA%E8%B8%A9%E5%9D%91%E8%AE%B0%E3%80%82%E6%97%A0%E9%9C%80zerotier%E5%AE%98%E7%BD%91%E8%B4%A6%E5%8F%B7%E3%80%82)
-
-