Two circular download icons and many orange-to-purple gradient circles overlaid on a dark grey background

Download

Latest Version | 1.12.2

    ZeroTier works on the devices and platforms you love

    Microsoft Windows

    Be sure to approve installation of the driver during the install process. Note: Windows 7 and Server 2012 users, please download ZeroTier 1.6.6, as there is no Windows 7 support in ZeroTier 1.8 or later.

    If you are installing via a remote desktop session read this knowledge base entry.

    MacOS

    MacOS 10.13+ or newer is supported.

    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

    FreeBSD

    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

    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

        ZeroTier One for Western Digital MyCloud EX2/4/Ultra NAS and personal cloud devices, with packages at download.zerotier.com. Once installed you can join virtual networks from the ZeroTier One command line interface. See the ZeroTierNAS repository for more information.

          Community OpenWRT Port

          Community ports are not supported directly by ZeroTier, Inc. Contact the maintainer of the port for help or to report port-specific bugs.

          Docker

          The repository contains a Dockerfile that can be used to create a containerized ZeroTier for use with pure container-only Linux distributions.

          Open Source

          libzt on GitHub

          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.

          https://github.com/zerotier/libzt

          ZeroTier One on GitHub

          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.

          https://github.com/zerotier/ZeroTierOne

            Older Versions

            Older versions of ZeroTier can be found here.