Skip to content
DNS-Editor — zone view with record sets

DNS-Editor

Your entire DNS landscape in one place — no matter which provider hosts each individual domain. Manage, keep in sync, and see deviations immediately.

DNS-Editor manages DNS zones across provider boundaries: one interface for all your domains, whether a zone lives at Hetzner, IONOS, Cloudflare, Route 53, or your own PowerDNS. This documentation covers the Community Edition (CE) — the freely available core for running your own instance.

Example: A team looks after 40 domains, grown historically across four providers. The mail server moves — instead of touching MX records 40 times in four different web consoles, you change one Sync Group and every zone follows. And anyone who edits directly at the provider doesn’t get burned: the deviation shows up as Drift and can be deliberately adopted or overwritten.

You always edit a Record Set (RRset): all entries sharing the same name and type form a single unit that is stored and written to the provider as a whole. www of type A with three addresses is one record set with three values — not three rows.

The stored state is the desired state. If the provider deviates from it, the reconciliation reports this as Drift instead of silently overwriting it.

TermMeaningExample
AccountAccess to a provider (credentials)“Hetzner Production”
ZoneA managed domain; identity = account + zone nameexample.com at “Hetzner Production”
ProjectContainer for zones, accounts, and tools; carrier of access grants”Customer Meyer GmbH”
Record SetAll records of the same name and type as one unitwww A203.0.113.10, 203.0.113.11
Sync GroupLiving synchronization of shared entries across many zones”Mail setup” in 40 zones
TemplateOne-time stamp — applies a set of entries, then independentInitial setup of new customer domains
SourceNamed endpoint (IPs); entries bind to itedge-lb203.0.113.10
Community (CE)Enterprise (EE)Cloud
Zones, Record Sets, Sync Groups, Templates
Sources, DynDNS, certificates, Drift
Users, teams, projects, roles (incl. per-zone)
Inventory & cross-provider search
Guided provider migration
Audit history, zone restore, security scan
Single sign-on (OIDC)
Tenants, plans, operator panel

The Enterprise Edition has its own documentation, as does the Cloud layer for the operator.

  1. Quick Start — instance up in minutes, including demo mode
  2. Configuration — all environment variables with examples
  3. Getting Started — create an account, adopt your first zone
  4. API and Automation — every feature also via REST, with generated reference