Ubuntu
curl -s [<https://install.zerotier.com>](<https://install.zerotier.com/>) | sudo bash
% zerotier-cli info
200 info 8af72edda7 1.10.2 ONLINE
% zerotier-cli join d5e04297a16fa690
200 join OK
Openwrt
Home
root@OpenWrt:~# opkg update
root@OpenWrt:~# opkg install zerotier
root@OpenWrt:~# uci delete zerotier.sample_config
root@OpenWrt:~# uci set zerotier.openwrt_network=zerotier
root@OpenWrt:~# uci set zerotier.openwrt_network=zerotier
root@OpenWrt:~# uci add_list zerotier.openwrt_network.join='xxxxx'
root@OpenWrt:~# uci set zerotier.openwrt_network.enabled='1'
root@OpenWrt:~# uci commit zerotier