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

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...

How to install gDNS cPanel Transfer server

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

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

How to setup gDNS Controller To install the gDNS controller follow the instructions below:...

How to setup your DNS cluster using gDNS

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