Quick answer

Hover the domain's status icon on the Domains page. "Nameservers Pending" means Winnr can't see your new nameservers yet: check they match exactly at your registrar, then click Re-check Nameservers. "DNS Records Pending" means you're on the manual method: the hover card lists every record, with a button to copy each value. Click Verify DNS Records and each record gets a check or a cross. Most failures are typos in the value, a record added at the wrong name, or an old conflicting record overriding Winnr's.

First, which method are you on?

Hover the status icon on the domain's row on the Domains page:

If you used a Cloudflare API token and the connect step failed, it's almost always the token. Create a new one with Zone:DNS:Edit and Zone:Zone:Edit permissions on the right zone and try again.

Nameserver method

  1. At your registrar, confirm the domain's nameservers are exactly the ones Winnr shows, with every old nameserver removed.
  2. If your registrar has DNSSEC turned on from a previous DNS host, turn it off.
  3. Click Re-check Nameservers (or select several domains and click Re-check NS in the action bar).

Once the check passes, Winnr creates all the records itself. There's nothing else to verify.

Manual method: per-record diagnosis

A record (at inbound)

SPF (TXT at the domain itself)

DKIM (TXT at dkim._domainkey)

DMARC (TXT at _dmarc)

MX (at the domain itself)

Waiting is sometimes the answer

DNS answers are cached for a while. If the records are correct at your DNS provider and Winnr still marks them red:

  1. Wait 15 minutes.
  2. Click Verify DNS Records again.
  3. If they're still failing after an hour, contact support@winnr.app with the domain name and a screenshot of your DNS records.

The cache time (TTL) on your old records decides how long stale answers can linger. If your provider defaults to a long TTL, changes can genuinely take that long. A TTL of 3600 (1 hour) or lower is a good setting while you're making changes.

What's next

Frequently asked questions

How do I know which record is failing?

On a domain connected with manual records, hover its yellow status icon on the Domains page ("DNS Records Pending") and click Verify DNS Records. Each record turns green (verified) or red (not found or not matching), and a message tells you how many are still missing. You can verify many domains at once by selecting them and clicking Verify DNS in the action bar.

Which records have to verify before the domain goes Active?

The inbound A record, the MX record, the SPF record at the domain itself, and the DKIM record. Add the DMARC record (and any extra records listed) too, but they don't hold up activation.

What if I can't tell what's wrong even after comparing?

Use the copy button next to each record in the hover card to copy Winnr's value, and compare it character by character with what's at your DNS provider. DKIM values especially can look nearly identical but have one character off.

DKIM specifically won't verify. Why?

DKIM values are long, often 300+ characters. Common issues are a value copied without its last characters, line breaks introduced by your DNS provider's editor, or the value split across two separate records when it should be one long TXT record.

The SPF record includes something else. Do I remove that?

You can only have one SPF record at the domain. On a standard connect, Winnr's SPF record replaces any existing one. If another service still needs to send from this domain, connect in subdomain format or use a separate domain for cold sending instead of merging them.

MX record won't verify.

Almost always because your registrar added a default MX pointing at its own mail service. Delete the default record and add Winnr's MX with priority 10.

My nameservers are right but the domain still says Nameservers Pending.

Give it time and re-check. Nameserver changes are usually live within minutes but can take up to 48 hours. Also make sure you replaced all the old nameservers (not added Winnr's alongside them), and that your registrar has no leftover DNSSEC setting from your previous DNS host, which can stop the new nameservers from working.

Was this article helpful? Yes · No