Note: This documentation is still in progress, not reviewed properly, and might contain some errors or outdated images. It's intended for the upcoming 4.0.0 release, so configuration settings might be different from previous versions.

Docker Demo

The easiest way to evaluate Poweradmin without actually connecting to PowerDNS is to use a Docker image.

Steps to Evaluate Poweradmin Using Docker

  1. Get the Source

    • Download the release file or use git to clone the repository.
  2. Change to the Directory

    • Navigate to the directory where the files are located.
  3. Build the Docker Image

  4. Run the following command to build the Docker image:
docker build --no-cache -t poweradmin .
  1. Run the Docker Container
  2. Execute the following command to run the Docker container:
docker run -d --name poweradmin -p 8080:80 poweradmin
  1. Access Poweradmin

  2. Login

    • Use the following credentials to log in:
      • Username: admin
      • Password: testadmin

Note: This installation uses SQLite to store all the data.