Skip to content

Create your own controller

pandada8 edited this page May 16, 2016 · 1 revision

It's very easy to build a custom controller and manage your own zerotier network.

  1. install build dependencies, basically you should install build-essential and libsqlite3-dev in a ubuntu 14.04 server.

  2. get the code with git clone or download source code from github release page.

  3. in the code folder, run make ZT_ENABLE_NETWORK_CONTROLLER=1

  4. now, build the installer by make ZT_ENABLE_NETWORK_CONTROLLER=1 installer

ok, you can using the ZeroTierOneInstaller-linux-x64-<version> to install a zerotier controller.

Clone this wiki locally