-
Notifications
You must be signed in to change notification settings - Fork 3
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.
-
install build dependencies, basically you should install
build-essential
andlibsqlite3-dev
in a ubuntu 14.04 server. -
get the code with
git clone
or download source code from github release page. -
in the code folder, run
make ZT_ENABLE_NETWORK_CONTROLLER=1
-
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.