登录后需要切换到老的个人中心,输入 https://my.zerotier.com/ 即可
多版本下载地址:https://download.zerotier.com/RELEASES/

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 are 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/main/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.

安装后配置的命令

sudo zerotier-cli join   你的网络名称 

sudo zerotier-cli join NETWORK_ID