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
- Open your app in the Wasmer dashboard.
- Click Settings.
- Select Domains in the sidebar.
- Enter the domain you want to use and click Add.
- Choose the routing option you want.
- Mark the domain as the default once verified if you want it to be your primary hostname.
In most cases, the recommended option is to add www.yourdomain.com and redirect the root domain to it.


Point DNS records
After the domain is added, follow the DNS records shown in the modal.
- Copy the exact values shown by Wasmer.
- Create the required records at your DNS provider.
- Wait for DNS propagation.
- Return to the Wasmer dashboard and click Refresh.

In the common setup shown above:
- The root domain uses an
Arecord - The
wwwdomain uses aCNAMErecord
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