How to install gDNS DirectAdmin Transfer server

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

# grep disable_functions $(php --ini | grep Loaded | awk '{print $NF}') | grep -ic shell_exec

 

If the output is: 1 then execute the commands below.

# cp -p $(php --ini | grep Loaded | awk '{print $NF}'){,-$(date +%s)}

sed -i 's/shell_exec,//g' $(php --ini | grep Loaded | awk '{print $NF}')

 

Directly install from DirectAdmin Control Panel.

* Login to DirectAdmin panel ==> Click on Extra Features ==> Click on Plugin Manager

* Click on ADD button for adding our plugin.

* Here we have two options for installing the plugin:

1.  URL method

 Enter the public URL of the plugin: http://rep0.admin-ahead.com/sources/gDNS/DirectAdmin/gdns-transferserver.tgz

2.  File method

Download the plugin from the public URL: http://rep0.admin-ahead.com/sources/gDNS/DirectAdmin/gdns-transferserver.tgz

* We will now need to provide the DirectAdmin admin password for starting the installation.

* Wait for a few moments, once the installation completes successfully the gDNS Transfer Server plugin will list on the Plugin Manager page.

* Now we can access the plugin interface from Extra Features ==> gDNS Cluster (Transferserver).

  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

How to install gDNS Plesk Transfer server

Install From Plesk Extensions Catalog Login to Plesk panel ==> Click on Extensions ==>...

How to setup your DNS cluster using gDNS

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

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 Edge server

How to setup gDNS Edge To install the gDNS Edge follow the instructions below:    * Do a...

How to install gDNS Failover Controller

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