Dnsimple DNS Setup Guide

Complete dnsimple dns setup guide with step-by-step instructions. Configure A, CNAME, MX, and TXT records for your domain correctly.

ReviewMyDNS is a free DNS propagation checker that queries 50+ global DNS servers to verify your DNS records. Check A, AAAA, MX, CNAME, TXT, NS, and SOA records instantly.

How to Configure DNS Records in DNSimple

DNSimple is a developer-friendly DNS provider focused on simplicity and automation. This guide covers DNSimple DNS setup and management.

Step-by-Step Setup Guide

  1. Create DNSimple Account Sign up and add your domain.
    • Visit dnsimple.com and create account
    • Add your domain to DNSimple
    • DNSimple generates nameservers for your domain
    • Copy nameservers for your registrar
  2. Change Nameservers at Registrar Point domain to DNSimple.
    • Log into your domain registrar
    • Update nameservers to DNSimple nameservers
    • Use exact values from DNSimple account
    • Wait 24-48 hours for propagation
  3. Add DNS Records Create A, MX, CNAME, TXT records.
    • Go to DNSimple zone editor
    • Click 'Add Record' to create new entry
    • Select record type and enter details
    • DNSimple saves records immediately
  4. Configure Advanced Options Use DNSimple advanced features.
    • Enable DNSSEC if needed
    • Set up email forwarding
    • Configure zone-level features
    • Use API for automation

Common DNS Record Types on DNSimple

  • A Record: Points domain to IPv4 address. DNSimple updates within minutes. Name: @, Type: A, Content: 192.0.2.1
  • MX Record: Routes email to mail server. Add multiple MX records for redundancy. Name: @, Type: MX, Priority: 10, Content: mail.example.com
  • CNAME Record: Creates subdomain alias. Cannot be used on root domain. Name: www, Type: CNAME, Content: example.com
  • TXT Record: Email authentication and verification records. Name: @, Type: TXT, Content: v=spf1 include:_spf.google.com ~all

Troubleshooting Common Issues

  • DNSimple nameservers not working: Verify nameservers at registrar exactly match DNSimple nameservers. Wait 24-48 hours for propagation. Check with DNS checker.
  • Email forwarding not working: Enable email forwarding in DNSimple. Ensure MX records point to DNSimple email forwarding service. May take 24 hours.
  • DNS changes not appearing: DNSimple updates within 30 seconds typically. Check you clicked 'Save' on the record. Refresh browser and try again.
  • Cannot add certain record types: Some record types may be restricted. Check DNSimple documentation for supported record types. Contact support for special cases.

Frequently Asked Questions

  • Is DNSimple good for beginners? Yes, DNSimple is designed for simplicity and automation. Great for developers and small businesses. Excellent documentation and support.
  • Does DNSimple offer API access? Yes, DNSimple has comprehensive REST API for automation. Great for infrastructure-as-code and automated DNS management.
  • How much does DNSimple cost? DNSimple starts at $5/month for first domain, $3/month for additional domains (annual billing). Includes unlimited DNS records and email forwarding.
  • Can I migrate my domain to DNSimple? Yes, add domain to DNSimple and update nameservers at registrar. Both registrar and DNSimple must work together during migration.