Step 1
Step 2
Download ZeroTier on any device to get a unique 10-digit node address and enter your 16-digit network ID into the join network field on the device to request access to your network.
Step 3
Check the Auth checkbox on your admin console when your 10-digit node address presents itself.
If a friend wants to join your network they can do so in the exact same way.
DOWNLOAD LINKS
Mac and Windows platforms have graphical interfaces that provide tray or task bar icons.
A detailed Getting Started guide is available at our Knowledge Base.
Visit our community board for help.
MICROSOFT WINDOWS
MAC OS
MacOS 10.13+ or newer is supported.
APPLE IOS
The iOS App runs on iOS 10 or newer.
ANDROID
The apk is also available for download. The app should work on Android 5 or newer, though more recent versions are recommended. LineageOS and GrapheneOS may have issues and unfortunately we’re not able to duplicate or debug them.
LINUX (DEB/RPM)
Debian and RPM based distributions including Debian, Ubuntu, CentOS, RHEL, Fedora, and others are supported via a script that adds the right repository and installs the package.
Other Linux distributions may have their own packages. If not try building and installing from source.
If you’re willing to rely on SSL to authenticate the site, a one line install can be done with:
curl -s https://install.zerotier.com | sudo bash
If you have GPG installed, a more secure option is available:
curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg' | gpg --import && \
if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi
After using the script, use apt or yum to manage future updates to zerotier-one
FREE BSD
The FreeBSD package is created and supported by the FreeBSD community and not by ZeroTier, Inc. Contact the package maintainer to report packaging related bugs.
NAS DEVICES
Synology
ZeroTier One for Synology NAS is available as a Docker container. See instructions here: docs.zerotier.com/devices/synology.
QNAP
Packages are available for x86, x64, and several ARM variants. Once installed ZeroTier can be controlled from the command line. Check the ZeroTierNAS repository for more information.
WD MyCloud
Others
Community ports are not supported directly by ZeroTier, Inc. Contact the maintainer of the port for help or to report port-specific bugs.
Open Source
The library version of ZeroTier.
The ZeroTier SDK brings your network into user-space. We’ve paired our network hypervisor core with a network stack (lwIP) to provide your application with an exclusive and private virtual network interface.
ZeroTier One can be compiled easily from source for use on OSes other than those that we support via pre-built packages. This includes less common versions of Linux, older FreeBSD, OpenBSD, NetBSD, etc.
Older Versions
Older versions of ZeroTier can be found here.