DNS Zone Management

    Master the Cloud DNS Zone Editor with these essential tips and best practices

    Overview

    This guide covers common issues and best practices when using the DNS Zone Editor in our Cloud Control Panel. The domain example.com will be used for examples.

    Important Rule

    When entering a fully qualified domain name in the DNS Zone Editor, you should always end the domain with a '.' character (e.g., test.example.com.).

    Nameservers

    Use these nameservers with our cloud DNS Zones:

    1
    dns1.ramnode.com
    2
    dns2.ramnode.com
    3
    dns3.ramnode.com

    Creating Records for the Root Domain

    Some DNS software allows you to use the @ character as a shortcut to example.com., but for the Cloud DNS Zone Editor, you must specify the entire fully qualified domain name instead.

    Incorrect
    @
    Correct
    example.com.
    DNS Root Domain Example

    Creating Records with Spaces

    SPF and DMARC records often require spaces to separate entries. For records with spaces, you must enclose the entire record in double quotes.

    Incorrect
    _dmarc.example.com. 3600 TXT v=DMARC1; rua=mailto:admin@example.com; fo=1; p=none;
    Correct
    _dmarc.example.com. 3600 TXT "v=DMARC1; rua=mailto:admin@example.com; fo=1; p=none;"
    DNS Record with Spaces Example

    Creating Multiple MX Records

    When creating a second or backup MX record (or other record type with an existing entry), use the correct plus (+) button to avoid overwriting existing records.

    Important

    Click the plus (+) sign on the right side of the existing record, NOT the plus (+) at the bottom of the page. Using the bottom plus will overwrite existing records with the same root and type.

    Secondary MX Record Example

    Pro Tip

    Always test your DNS records after making changes. Use tools like dig or nslookup to verify that records are propagating correctly. DNS changes can take up to 48 hours to propagate globally.