Installing Zerotier Client Linux/Windows
ZeroTier Network
Linux Client Install
Open Terminal with SUDO privileges
With persistent Sudo privileges
sudo -s
curl -s https://install.zerotier.com/ | bash
With in-line sudo privileges
curl -s https://install.zerotier.com/ | sudo bash
Activate agent with Network ID:
zerotier-cli join 35c192ce9b175a0c
You will get a 200 join OK message
Go to the Zerotier server and Authorize the client
Click the Edit button and give the client a meaningful Name and Description
The client is now active and is assigned an IP Address within the Zerotier Network




