DNSMigrator docs
Introduction
Learn DNS migration from planning through verified cutover. Preview every record, handle DNSSEC, migrate DNS safely, and keep a tested rollback path.
3 min read
On this page
DNS migration moves a zone’s records and authoritative service from one provider to another, while DNSMigrator keeps every provider write behind a record-by-record preview and explicit confirmation. You can inspect a migration for free, then download a translated zone file, apply to a connected destination, or manage the zone after the move.
creds.json, dnsconfig.js, preview, push, and get-zones to the app.CLICheck public DNS and translate, lint, diff, or export zone files without credentials.DNSControl parityLook up every supported command, function, record type, modifier, and known deviation.Free web toolsUse the checker, translator, validator, diff, propagation, and DNSSEC tools without signing in.What is DNS migration?#
A DNS migration changes where a zone is hosted without transferring the domain registration itself. A DNS migration tool should inventory the source, translate provider-specific behavior, compare the destination, verify its answers, and keep record apply separate from the nameserver cutover.
If you are moving one live zone, follow the first-migration quickstart. It takes you through the same order enforced by the app: connect, preview, apply, verify, then change delegation. Read DNSSEC transitions before changing nameservers for a signed zone.
If you already use DNSControl, start with Coming from DNSControl, then keep the parity reference nearby while importing dnsconfig.js. If you only have a BIND export, the zone translator and zone file validator run in your browser.
Popular providers: Cloudflare · Amazon Route 53 · Azure DNS · Google Cloud DNS · GoDaddy · Namecheap
How the docs are organized#
- Getting started explains the product model, your first migration, and DNSControl terminology.
- Migrations follows a zone from source discovery through translation, planning, apply, authoritative verification, rollback, and nameserver cutover.
- Zone management covers the saved draft, record editor, builders, ignore rules, multi-provider DNS, drift checks, backups, and config-as-code import and export.
- Providers lists current DNS and registrar support. Each provider page includes capabilities and, when available, a credential setup guide tied to the fields in the connect form.
- Workspace covers people, roles, notifications, reports, billing, and the activity trail.
- CLI and tools documents credential-free local commands and public web utilities.
- Reference contains the DNSControl parity matrix, glossary, and FAQ.