Octoprint and Zerotier

This post contains detailed instructions on how to set up zerotier on your octoprint instance on a raspberry pi. Install the required dependencies on the OctoPi: sudo apt install curl gnupg2 If you trust zerotier, copy the following command and paste it into your terminal: curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg' | gpg --import && \ if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi Wait for it to complete.