Skip to main content

Ubiquiti

Create directory to persist across firmware upgrades#

mkdir -p /config/data/firstboot/install-packages/

Download#

ER-4, ER-6P, ER-12, ER-12P, ERLite-3, ERPoe-5, ER-8, ERPro-8, EP-R8, USG, USG-Pro, USG-XG-8
curl https://download.zerotier.com/dist/ubiquiti/zerotier-one_mips64.deb \
--output /config/data/firstboot/install-packages/zerotier-one.deb

Note: The package must be placed and kept in /config/data/firstboot/install-packages/ so that your device can automatically re-install ZeroTier upon firmware upgrade.

Install#

sudo dpkg -i /config/data/firstboot/install-packages/zerotier-one.deb

Starting and stopping#

Note: the service will start automatically on system boot.

sudo systemctl status|start|stop zerotier-one.service

Uninstall#

sudo dpkg -r zerotier-one
sudo rm -rf /config/data/firstboot/install-packages/zerotier-one.deb
sudo rm -rf /config/zerotier-one
tip

Please report bugs or compatibility issues here.

More information about routing between physical and virtual ZeroTier networks can be found here