PowerDNS

PowerDNS

Carrier-grade open source DNS used by ISPs and telcos: authoritative server, recursor and load balancer in one GPLv2 codebase. EU-owned via Open-Xchange. The management UI and support are a paid tier.

🩺 Vitals

What do these metrics mean?
  • Last active: when code was last pushed, as of our last check. The dot is green when that was recent, grey otherwise. A long gap can mean a tool is finished and stable, not only unmaintained.
  • Latest release: the most recent tagged, packaged version the maintainers published. Not every healthy project tags releases.
  • Open issues: unresolved reports and requests. A high number is normal for a popular project and is not a warning on its own.
  • Stars: how many people bookmarked the project on its forge. A rough popularity signal, not a measure of quality.

🏗️ Profile

1. The Executive Summary

What is it? PowerDNS is the DNS stack that large service providers run. The single repository ships three separate daemons: an Authoritative Server that serves zones from a database backend, a Recursor that resolves queries, and dnsdist, a DNS load balancer that sits in front of both. That modular design, backed by PostgreSQL, MySQL, LMDB, or plain zonefiles and driven through a full HTTP API, is why ISPs, telcos, and large enterprises use it to answer DNS at a scale where a single-binary tool would not fit. It is the opposite end of the category from the all-in-one Technitium server: more moving parts and more required expertise, in exchange for the flexibility and throughput that carrier operations demand. It is developed by PowerDNS.COM BV, a subsidiary of the German open-source vendor Open-Xchange.

The Strategic Verdict:

2. The "Hidden" Costs (TCO Analysis)

Cost Component Infoblox (Proprietary) PowerDNS (Self-Hosted)
License Fee Appliance plus per-server licensing $0 (GPLv2 core daemons)
Infrastructure Proprietary appliances (Grid) Commodity servers plus a SQL or LMDB backend
Management and Support Bundled and vendor-locked DIY, or an optional support and ZoneControl subscription

With a proprietary DDI platform the DNS engine, the appliance, and the management plane are a single locked purchase. PowerDNS unbundles them: the engine is free and open, the backend is a database your team already knows how to operate, and the management UI and support are a subscription you take only if you want them. The cost you cannot design away is expertise. Running authoritative DNS and its backend well is a skill, not a setup wizard, and that is the real line item to budget against the licence you save.

3. The "Day 2" Reality Check

🚀 Deployment & Operations

🛡️ Security & Governance (Risk Assessment)

4. Market Landscape

🏢 Proprietary Incumbents

🤝 Open Source Ecosystem