This script assumes that the DNS server you are preparing is an empty / fresh installed system with nothing in it. -please inspect setup script first if you like-
The script below will check and install the appropriate packages automatically in any EL system like Rocky Linux, Almalinux, Centos, RHEL, Cloudlinux or Oracle Linux.
wget https://repo.nixpal.com/scripts/node-install.sh chmod +x node-install.sh ./node-install.sh
You can inspect the script or run the commands manually, script downloads nixpal.rpm, which is nixpal’s repo, then creates files needed for named, and finally downloads zcloudnode and named.
After enabling zcloudnode you should edit the /etc/zcloudnode.conf and add
- The Controller’s URL
- Token from the Controller web interface
- License string from our site
And start it:
systemctl start zcloudnode
You can check it with status:
systemctl status zcloudnode