Run your own ZeroTier Controller!
This is a laboratory project and will be replaced by a new tool (incl. Web UI), after version 1.2.0
is released.
Check out the awesome work the nice folks at ZeroTier are doing.
Peer-to-Peer Networks FTW!
Feel free to open a Pull Request and help us, to improve the project and add more features.
Also check out https://makersphere.org & follow us on https://twitter.com/makerspherehq ✌️
- Always built from source
- Docker powered
- Written in pure Shell
- No elevated permissions required
- Easy to manage
This Docker app contains a special build of ZeroTier One
with ZT_ENABLE_NETWORK_CONTROLLER
enabled.
It allows you to run your own private (or public) ZeroTier network.
Make sure to read the official documentation before you start the setup.
Clone the repository and build the Docker image using docker build -t makerspherelabs/zerotier-ctl:1.1.14 .
on your server.
You need to cd
into the cloned repo before you run the docker build
command.
Start the container with e.g. docker run -dit -p 9993:9993/udp --name=zerotier-ctl --restart=unless-stopped makerspherelabs/zerotier-ctl:1.1.14
.
Alright, your very own ZeroTier Controller is up and running.
Have fun!
This project is powered by the ZeroTier One API.
Go ahead and say thank you!