poweradm/poweradm

Maintainers

Package info

github.com/PowerADM/PowerADM

Type:project

pkg:composer/poweradm/poweradm

Fund package maintenance!

lukasbableck

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

0.0.1 2025-05-10 07:54 UTC

This package is auto-updated.

Last update: 2026-03-10 10:10:58 UTC


README

About

PowerADM is a Symfony-based PowerDNS administration tool. It is designed to be a simple, easy-to-use, and lightweight tool for managing PowerDNS servers.

This project is still in the early stages of development and is not yet ready for production use.

Features

  • Forward and reverse DNS zone management
  • Zone templates
  • User management with per zone permissions and roles
    • Authentication:
      • Local
      • OIDC
  • Audit Log
  • View PowerDNS statistics and server configuration

Installation

Docker

TBD

Manual Installation

Requirements

  • PHP 8.2 or later
  • Composer
  • MariaDB (other DBMS may work but are untested)

Installation

composer create-project poweradm/poweradm path/to/install

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.