zerotier-cli join <network_id>.
we no longer support Windows 7/Server 2012 R2
Older versions of ZeroTier can be found here: https://download.zerotier.com/RELEASES/
latest version supported on Server 2012 Is 1.4.6?
- Install Zero tier on linux : curl -s https://install.zerotier.com | sudo bash
remove
How to Clear/Reset your ZeroTier Address – ZeroTier Knowledge Base – Confluence (atlassian.net)
sudo systemctl stop zerotier-one
or
sudo service zerotier-one stop
sudo apt remove zerotier-one
cd /var/lib/
sudo rm zerotier-one -r
How to Clear/Reset your ZeroTier Address
If you would like to clear or reset ZeroTier’s address on a device (the 10-digit address node ID) or you have cloned a device and you want to prevent it from using the same address, follow these instructions:
- Stop the service.
- On Windows this is done with the service manager. (Open the Start Menu and start typing “service”)
- On Mac you can open a terminal and useStop Mac Service
sudo
launchctl unload /Library/LaunchDaemons/com.zerotier.one.plist
. - On Linux this is usually
sudo
systemctl stop zerotier-one
orsudo
service zerotier-one stop
- Delete the files
identity.public
andidentity.secret
from ZeroTier’s working directory.- On Windows this is usually
"\ProgramData\ZeroTier\One"
. - On Mac this is
"/Library/Application Support/ZeroTier/One"
.- in your terminal, type
open /Library/Application Support/ZeroTier/One
to open the folder in Finder.
- in your terminal, type
- On Linux this is usually
"/var/lib/zerotier-one"
.
- On Windows this is usually
- Restart the service
- starting via the service manager on Windows
- On Mac
sudo
launchctl load /Library/LaunchDaemons/com.zerotier.one.plist
- On Linux
sudo
systemctl start zerotier-one
orsudo
service zerotier-one start
When started without identities ZeroTier will generate new ones.
You will need to authorize this new identity on any networks.
