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
-
Get the Source
- Download the release file or use git to clone the repository.
-
Change to the Directory
- Navigate to the directory where the files are located.
-
Build the Docker Image
- Run the following command to build the Docker image:
docker build --no-cache -t poweradmin .
- Run the Docker Container
- Execute the following command to run the Docker container:
docker run -d --name poweradmin -p 8080:80 poweradmin
-
Access Poweradmin
- Open your browser and go to http://localhost:8080.
-
Login
- Use the following credentials to log in:
- Username: admin
- Password: testadmin
- Use the following credentials to log in:
Note: This installation uses SQLite to store all the data.