install zerotier raspberry pi
run this to install: curl -s https://install.zerotier.com | sudo bash to enable 'start zerotier-one' on boot, run sudo systemctl enable zerotier-one Check if everything is working properly sudo zerotier-cli status
Here is what the above code is Doing:
1. Installing the Zerotier repository
2. Updating the package list
3. Installing Zerotier
4. Enabling Zerotier to start on boot
5. Checking if Zerotier is working properly