Skip to main content
Setting up a custom domain takes two parts: adding the subdomain in Qwairy, then creating a CNAME record at your DNS provider.

Add Your Domain in Qwairy

1

Open White Label settings

Go to Team Settings > White Label in your Qwairy dashboard.
2

Add your custom domain

In the custom domain section, enter the subdomain you want to use (e.g. analytics.yourcompany.com) and save.
3

Copy the CNAME target

Qwairy displays the CNAME target to point your subdomain to. Keep this value handy for the next step.
Use a subdomain (e.g. analytics.yourcompany.com). Apex (root) domains are not supported.

Create the CNAME Record

In your DNS provider (Cloudflare, Route 53, GoDaddy, etc.), add a new CNAME record:
Type: CNAME
Name: analytics            (your subdomain)
Value: <the value shown in your White Label settings>
  • Name — the subdomain you added in Qwairy (for analytics.yourcompany.com, the name is usually analytics)
  • Value — the CNAME target shown in your White Label settings
DNS providers label these fields differently. Name may appear as Host or Record, and Value may appear as Target, Points to, or Content. Use the exact target shown in your White Label settings.
DNS propagation can take some time — usually minutes, but it can take up to 48 hours depending on your provider.

Next Step

Once the record is in place, head to Verification to confirm your configuration and activate the domain.