Skip to Content
WordPress HostingDomains & DNS

Domains and DNS

You can attach your own domain to a WordPress app from the dashboard and then point the required DNS records at Wasmer.

Add the domain in Wasmer

  1. Open your app in the Wasmer dashboard.
  2. Click Settings.
  3. Select Domains in the sidebar.
  4. Enter the domain you want to use. A dialog opens with two routing options.
  5. Choose a routing option: add www.yourdomain.com and redirect the root domain to it (recommended), or add the domain exactly as entered.
  6. Check Make this domain the default once verified if you want it to be your primary hostname.
  7. Click Add.

Apex domains cannot be added without redirection: if you enter a root domain such as yourdomain.com, you must redirect it to a subdomain like www.yourdomain.com. Support for apex domains without redirection is coming soon.

If your domain has existing AAAA records at your DNS provider, remove them. Stale AAAA records break domain verification and traffic routing.

Domain settings page with a custom domain being added
Add domain modal with the recommended www domain option selected

Point DNS records

After the domain is added, follow the DNS records shown in the modal.

  1. Copy the exact values shown by Wasmer.
  2. Create the required records at your DNS provider.
  3. Wait for DNS propagation.
  4. Return to the Wasmer dashboard and click Refresh.
DNS instructions showing the root A record and www CNAME record

In the common setup shown above:

  • The root domain uses an A record
  • The www domain uses a CNAME record

If you use Cloudflare, disable the Cloudflare proxy during validation to avoid verification issues.

For the generic Edge custom domain flow, see Using custom domains with Wasmer Edge.

Last updated on