1. Install Zerotier Dependencies
First, the Linux host needs to install the necessary dependencies for Zerotier.
# Install dependencies
yum install wget gcc gcc-c++ git -y
yum install json-devel -y
# Download and install
curl -s https://install.zerotier.com/ | sudo bash