Search our documentation...

Simply enter what you are looking for!

NOTICE: Our WHMCS Addons are discontinued and not supported anymore.
Most of the addons are now released for free in github - https://github.com/jetserver
You can download them from GitHub and conribute your changes ! :)

WHMCS Resellers Auto Name Servers :: Installation

** This hook only works on cPanel/WHM servers **

First, you will need to login to your client area and download your copy of “Resellers Auto Name Servers“.

From the client’s area left menu click ” Services ” -> ” My Services “. Open the ” View Details ” box by click the arrow on the right, and click ” Downloads “, in the following screen click the ” Download ” link.

Unzip the file and upload it to your WHMCS hooks folder (“includes/hooks“).

Next, login to your WHMCS system as admin user, and edit the product (reseller hosting probebly) you want to activate this hook on.

Setup -> Product Services -> Products Services -> (Edit the desired product) -> Module Settings

A configuration box will be added to the product’s module settings tab –

resellers-auto-ns-01

That’s all ! Once a product is ordered and the “create” action was triggered, the hook will generate the necessary A records for each name servers.

Example –

  • An order for reseller account was placed for “reseller.com” domain.
  • Order was activated, created on the server.
  • Hook is triggered
  • Hook connects WHM server using API and asks: “What are the ips for your default nameservers ?”
  • Hook gets the results, creates an A record for each ip using the reseller’s main domain –
    1.1.1.1 ns1.reseller.com
    2.2.2.2 ns2.reseller.com

 

resellers-auto-ns-02