Wiki

Clone wiki

PowerDNS_Admin / Home

PowerDNS Admin

This is a Grails based Web-UI tool, for managing DNS zones and records. It works with the PowerDNS DNS Server when using a MySQL or PostgreSQL backend. It requires a Java Servlet Container (eg. Tomcat or Jetty) to run.

Demo

You can try the demo at http://vps14.comin.dk/PowerDNS_Admin/, where you can login as hostmaster/secret

After creating a domain and some records, you can query the nameserver (eg. with the dig command):

$ dig www.test.com @vps14.comin.dk +short - which would output an IP-address if the record was found.

Requirements

  • Java SDK version 6 or later
  • Java application server such as Tomcat, Jetty, Glassfish ...
  • PowerDNS w. MySQL or PostgreSQL backend.

Installation

For installation instructions, please see Installation.

Configuration

For configuration options, please see Configuration.

Updated