Skip to content

DNS Manager

DNS Manager

Manage DNS records for your domains without leaving FlyWP.

DNS manager overview

The DNS Manager lets you create, edit, and delete DNS records for domains connected through your DNS provider integrations. Instead of switching between provider dashboards, you can manage everything from a single interface inside FlyWP.

Supported Providers

ProviderFeatures
CloudflareFull record management, proxy toggle (orange/gray cloud) for A, AAAA, and CNAME records
AWS Route 53Full record management, hosted zone support

Connect your DNS provider through Team Integrations before using the DNS Manager.

Integrations View

The top-level view shows all connected DNS integrations. If you have multiple Cloudflare accounts or Route 53 configurations, select the one you want to manage.

Domains (Zones)

After selecting an integration, you see all domains (zones) under that account. Click a domain to view and manage its DNS records.

Records List

The records table displays every DNS entry for the selected domain:

ColumnDescription
TypeRecord type (A, AAAA, CNAME, MX, TXT, SRV)
NameHostname or subdomain
ContentRecord value (IP address, hostname, or text)
TTLTime to Live in seconds (1—86400, default 300)
ProxyCloudflare only — whether traffic is proxied through Cloudflare

Supported Record Types

TypePurpose
AMaps a domain to an IPv4 address
AAAAMaps a domain to an IPv6 address
CNAMEAliases one hostname to another
MXDirects email to a mail server (includes priority)
TXTStores text data for verification, SPF, DKIM, etc.
SRVDefines service locations with priority, weight, and port

Managing Records

Adding a Record

  1. Click Add Record on the records page.
  2. Select the record type.
  3. Enter the name (use @ for the root domain).
  4. Enter the content (value).
  5. Set the TTL (default is 300 seconds).
  6. For Cloudflare A/AAAA/CNAME records, toggle the proxy setting.
  7. Click Save.

Editing a Record

Click Edit next to any record, update the fields, and click Save.

Deleting a Record

Click Delete next to the record and confirm.

Deleting A, CNAME, or MX records can immediately make your site or email unreachable. Verify before removing any critical records.

Provider-Specific Notes

Cloudflare

  • The proxy toggle controls whether traffic passes through Cloudflare’s network (orange cloud) or goes directly to your server (gray cloud). Proxied records hide your server’s real IP address.
  • Proxying is only available for A, AAAA, and CNAME records.

AWS Route 53

  • TTL is optional — if omitted, Route 53 uses its default.
  • Records are managed within hosted zones that correspond to your domains.