Adding DNS Records
3 min read
Adding records yourself
Once your domain's name servers have propagated and SiteGlowUp is managing your DNS, you can add any record you need directly from the dashboard. No support ticket, no change request — the record is live in Route53 within seconds.
How to add a record
- Log into your dashboard and open the DNS section
- Scroll to Add DNS Record and click the button to open the form
- Pick a Record Type — the dropdown supports A, AAAA, CNAME, MX, TXT, CAA, and SRV
- Enter a Name — see "The Name field" below
- Enter the Value — the target IP, hostname, or text string provided by whoever needs the record
- Adjust the TTL if you need to — defaults to 3600 seconds (one hour), acceptable range is 60 to 86400
- Click Add Record
The Name field
- To put a record on the root domain (for example,
yoursite.comitself), enter@or leave the name blank - To put a record on a subdomain, enter just the subdomain label — for example,
blogcreates the record atblog.yoursite.com - For deeper subdomains, include the full path — for example,
_acme-challenge.wwwcreates a record at_acme-challenge.www.yoursite.com
Record types explained
- A — points a name to an IPv4 address (e.g.,
192.0.2.1) - AAAA — points a name to an IPv6 address
- CNAME — points a name to another hostname (e.g., pointing
shopatmyshop.shopify.com) - MX — tells other mail servers where to deliver your email
- TXT — stores a text value, used for verification records, SPF, DKIM, and DMARC
- CAA — controls which certificate authorities are allowed to issue SSL certs for your domain
- SRV — advertises a service (port + priority), used by some chat and VoIP services
When to ask for help instead
Use the change request feature (or email support) if:
- You need to replace existing records managed by SiteGlowUp (like the root CNAME that points
yoursite.comat your website) — the direct form only adds records - You're merging SPF records — a domain can only have one SPF TXT record, and merging it safely requires care
- You're modifying records we created during migration to keep your email working (MX, SES DKIM, Proton DKIM, etc.)
For everything else — verifications, new subdomains, redirects, third-party integrations — the Add DNS Record form is the fastest path.
