Ubiquiti
- [](/)
- OS / Platform Notes
- Routers
- Ubiquiti
On this page
Create directory to persist across firmware upgrades​
undefined mkdir -p /config/data/firstboot/install-packages/
Download​
- MIPS64
- ARM64
- ARM32
ER-4, ER-6P, ER-12, ER-12P, ERLite-3, ERPoe-5, ER-8, ERPro-8, EP-R8, USG, USG-Pro, USG-XG-8
undefined curl https://download.zerotier.com/dist/ubiquiti/zerotier-one_mips64.deb \--output /config/data/firstboot/install-packages/zerotier-one.deb
UniFi Dream Machine (all variants), UDM, UDM-Pro-SE, UXG-Pro, Cloud Key Gen2, UDR
undefined curl https://download.zerotier.com/dist/ubiquiti/zerotier-one_arm64.deb \--output /config/data/firstboot/install-packages/zerotier-one.deb
EP-S16
undefined curl https://download.zerotier.com/dist/ubiquiti/zerotier-one_armhf.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​
undefined sudo dpkg -i /config/data/firstboot/install-packages/zerotier-one.deb
Starting and stopping​
Note: the service will start automatically on system boot.
undefined sudo systemctl status|start|stop zerotier-one.service
Uninstall​
undefined sudo dpkg -r zerotier-onesudo rm -rf /config/data/firstboot/install-packages/zerotier-one.debsudo 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
Next steps
Click here to create your network and start adding devices.
Updated on: 12/07/2024
Thank you!