ZeroTier isn’t available directly from the default depositories, so you have to install it by adding the ZeroTier repository.
c url -s https://install.zerotier.com | sudo bash
After the installation of the script you can use apt or yum to manage future updates to zerotier-one.
Join a ZeroTier Network:
sudo zerotier-cli join ###########
Replace ########### with your network ID from the ZeroTier Central web interface.
sudo zerotier-cli listnetworks
sudo systemctl start zerotier-one # Start zerotier-one
sudo systemctl stop zerotier-one # Stop zerotier-one
sudo systemctl restart zerotier-one #Restart zerotier-one
sudo systemctl enable zerotier-one #Setting ZeroTier to Launch at Boot