Skip to content

owopeachy/zerotier-ctl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroTier Controller CLI

GitHub license GitHub release Github All Releases Status

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 ✌️

Features

  • Always built from source
  • Docker powered
  • Written in pure Shell
  • No elevated permissions required
  • Easy to manage

How it works

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.

Usage

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!

Credits

This project is powered by the ZeroTier One API.
Go ahead and say thank you!

About

Run your own ZeroTier Controller!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%