For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/guides/connect-domain/providers/namesilo.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

NameSilo

Verify your domain on NameSilo with Reloop.

NameSilo can use Reloop Auto-populate when nameservers match. Manual steps are always available as a fallback.

Add a domain in Reloop

  1. Log in to Reloop and add a domain.
  2. Keep that tab open — every host and value you paste must match Reloop exactly (especially the DKIM key).

Reloop works with the root domain, a subdomain, or both — for example example.com, mail.example.com, or updates.example.com.

NameSilo supports Reloop Auto-populate (Domain Connect). This is usually the fastest path.

1

Open the domain in Reloop

Go to Domains and open the domain you added.

2

Enable receiving first (optional)

If you need Reloop to receive mail on this hostname, turn receiving on in the domain settings before Auto-populate so the correct MX rows are included. See Sending vs receiving.

3

Click Auto populate

Reloop opens NameSilo for consent. Sign in if asked, review the records, and approve.

4

Verify

Return to Reloop and click Verify. Status should move to active within a few minutes (see propagation).

If Auto-populate fails or you prefer full control, use Manual setup below. Details: Auto-populate DNS and Auto-populate failed.

Manual setup

Log in to NameSilo

Open NameSilo and go to DNS for the domain whose nameservers match dnsowl.com / hostsilo.com.

NameSilo → Domain Manager → DNS Manager.

If Reloop or dig NS yourdomain.com shows a different host, stop and edit that host instead — see Wrong nameservers.

Field mapping

ReloopNameSilo fieldExample
TypeTypeTXT / MX / CNAME
Name / HostName@, reloop._domainkey, _dmarc, link, …
Value / ContentValueExact value from Reloop
TTLTTLAuto or provider default
Priority (MX only)PriorityAs shown in Reloop (often 10)

Omit your domain from the Name/Host field when the provider appends it automatically. Paste reloop._domainkey or link, not reloop._domainkey.example.com.

Add the records from Reloop

For each required row on the Reloop domain page:

1

Choose the type

Match Reloop’s type: TXT, MX, or CNAME.

2

Set the name / host

Copy the host from Reloop (@, reloop._domainkey, _dmarc, link, …).

3

Paste the value

Copy the value exactly. For MX, also set Priority as shown (often 10). If priority 10 is already used by another MX you must keep, use the next free value only when Reloop’s UI allows it — otherwise use a subdomain.

4

Save

Save the record, then continue with the next Reloop row.

Typical Reloop rows (always confirm in the dashboard):

PurposeTypeHost (typical)Value (typical)
SPFTXT@v=spf1 include:reloop.sh -all (or merge into existing SPF)
DKIMTXTreloop._domainkeyv=DKIM1; k=rsa; p=… (unique per domain)
DMARCTXT_dmarcv=DMARC1; p=reject; (or your existing policy)
TrackingCNAMElinklink.reloop.sh
Receiving MXMX@ or subdomain hostinbound.reloop.sh (when receiving is enabled)

Never create a second SPF TXT on the same host. Merge include:reloop.sh into the existing SPF. See SPF conflicts.

NameSilo-specific notes

  • NameSilo syncs Domain Connect templates from the public registry — prefer Auto-populate when offered.
  • Confirm you are editing DNS at NameSilo (not a different host pointed to by custom NS).

Receiving emails

If you enable Receiving on the domain in Reloop, you must publish the inbound MX Reloop shows (typically inbound.reloop.sh).

When Reloop’s MX is active on a hostname, Reloop receives mail for that hostname according to MX priority. That can conflict with another inbox already using MX on the same name — use a separate hostname for Reloop receiving if needed. See MX conflicts and Sending vs receiving.

Complete verification

  1. Return to Domains in Reloop.
  2. Open the domain and click Verify.
  3. Wait until status is active. Most providers update within minutes; allow up to 48–72 hours in rare cases (propagation).

Troubleshooting

Was this page helpful?

Edit this page