Installation Overview¶
Poweradmin can be installed on various operating systems and with different database backends. This section provides installation guides for different environments.
Operating Systems¶
- Debian - Installation guide for Debian
- Ubuntu - Installation guide for Ubuntu
- CentOS/RHEL - Installation guide for CentOS, Rocky Linux, AlmaLinux, and Red Hat Enterprise Linux
- FreeBSD - Installation guide for FreeBSD
Installation Methods¶
- Web Installer Wizard - Recommended for first-time installs; an 8-step browser-based walkthrough
- Manual Installation - Set everything up by hand without the wizard (suitable for automated deployments)
- Composer Installation - Installing Poweradmin using Composer
- Docker - Run Poweradmin in a container
- Docker Secrets - Use Docker / Swarm secrets for credentials
- Reverse Proxy - Front Poweradmin with nginx, Traefik, or Caddy as a reverse proxy
- Remote Setup Guide - Install Poweradmin and PowerDNS on separate hosts
Database Setup¶
- MySQL/MariaDB - Setting up with MySQL or MariaDB
- PostgreSQL - Setting up with PostgreSQL
- SQLite - Setting up with SQLite
Choose the installation method that best fits your environment and requirements.