How to install gDNS Edge server

How to setup gDNS Edge

To install the gDNS Edge follow the instructions below:

 

 * Do a system update/upgrade before starting the installation

 * CentOS

 # yum -y update

 # yum install wget -y

 * Ubuntu

 # apt -y update && apt -y upgrade

 # apt install wget

 

 * Download  gDNS Edge installer

# wget http://rep0.admin-ahead.com/sources/gDNS/edge-installer.sh

* Before starting the installation, you should disable SELinux on your server machine by executing below command and reboot the server.

# sudo setenforce 0

# sed -i.bak '/SELINUX=/c\SELINUX=disabled' /etc/selinux/config

# shutdown -r now

 * Set execution permission

# chmod +x edge-installer.sh

 * Run the installer and follow the onscreen instructions

# ./edge-installer.sh

Post install instructions:

Add the Edge server IP on the Controller interface under the management cluster.  After sometimes all zone information will be automatically transferred to the Edge server.

 

  • 6 Users Found This Useful
Was this answer helpful?

Related Articles

How to install gDNS DirectAdmin Transfer server

Before going to install please check a PHP function has been enabled in DirectAdmin, check by...

How to install gDNS cPanel Transfer server

Install Admin-Ahead gDNS cPanel Transfer server Login to your remote cPanel server via SSH. *...

Supported operating systems and control panels

Controller Server OS - CentOS 7, 8, and 9, Ubuntu 20.04, 22.04, Debian 10, and 11 (64-bit...

gDNS Cluster -Sync Delay

After the new update of the plugin/extension and the gDNS controller version 4.1-11 you can...

How to install gDNS Failover Controller

How to setup gDNS Failover Controller To install the gDNS failover controller follow the...