How to install gDNS Failover Controller

How to setup gDNS Failover Controller

To install the gDNS failover controller 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 -y

 

* Download gDNS Failover Controller installer

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

 * Set execution permission

 

* 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

# chmod +x gdns-failover-installer.sh

 * Run the installer and follow onscreen instructions

./gdns-failover-installer.sh

Then add the Failover on the Controller interface, this will activate replication of all DNS data from the Controller.

How to access the gDNS Failover Controller management interface?

gDNS controller can be accessed via https://<ip>/gdns-failover

Username: admin

Password: admin

  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

Getting started with Admin-Ahead gDNS cluster

Admin-Ahead gDNS cluster is an advanced DNS clustering solution that allows you to have the DNS...

How to install gDNS DirectAdmin Transfer server

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

gDNS Cluster -Sync Delay

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

How to setup your DNS cluster using gDNS

To setup up the DNS cluster using gDNS first install the Controller server, followed by the...

gDNS syncing issue troubleshooting and simple resolution

   gDNS syncing troubleshooting steps and simple resolution.• Connectivity checking1. Check some...