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:
如果你要重置,你的id, 即10位的my address ID,
- Stop the service.停止服务
- On Windows this is done with the service manager. (Open the Start Menu and start typing “service”) windows平台上,在服务管理中把服务停止。
- On Mac you can open a terminal and use Stop 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
#linux服上运行如下命令停止服务
- 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.