Why DigitalOcean DNS?
- Free DNS hosting — included with any DigitalOcean account.
- Simple interface — easy-to-use control panel.
- Reliable infrastructure — built on DigitalOcean’s global network.
- Fast propagation — quick DNS updates.
- API access — automate DNS management.
Prerequisites
Before you begin:- ✅ A registered Stackryze Domain on domain.stackryze.com.
- ✅ A DigitalOcean account — sign up here.
Step 1 — Sign in to DigitalOcean
- Sign in to the DigitalOcean dashboard.
- Open Networking in the left sidebar.
Step 2 — Open the Domains tab
- Click Domains.
- If this is your first time, add a payment method to continue.
- Click Add a domain.
Step 3 — Add your domain
- In the domain field, enter your full subdomain (for example
yourname.indevs.in— or whichever of the four Stackryze namespaces you registered under). - Click Add Domain.
Step 4 — Copy the DigitalOcean nameservers
After adding the domain, DigitalOcean shows your nameservers:-
You’ll see three nameservers:
- Copy all three — you’ll need them in the next step.
DigitalOcean uses the same nameservers for every domain. Always copy the values shown in your dashboard.
Step 5 — Update nameservers in Stackryze Domains
- Open domain.stackryze.com.
- Go to My Domains.
- Click your domain.
- In DNS Configuration, click Edit.
- Replace the nameservers with your DigitalOcean ones.
- Click Save.
DNS changes propagate within 24–48 hours globally.
Step 6 — Create an A record
Add your DNS records in DigitalOcean:- Open your domain’s DNS management page.
- Click Create a record.
- Select A as the record type.
- Fill in the form:
- Hostname:
@(for the root domain) or your subdomain name. - Will direct to: your server’s IP address (for example
192.0.2.1). - TTL:
3600(one hour), or your preferred value.
- Hostname:
- Click Create Record.
That’s it — all steps are complete.
SSL configuration
DigitalOcean DNS provides DNS only — SSL certificates must be managed by your hosting provider. For common hosting platforms:- Vercel / Netlify — automatic SSL provisioning.
- GitHub Pages — automatic SSL after DNS verification.
- DigitalOcean App Platform — free automatic SSL.
- Custom server — use Let’s Encrypt or a commercial certificate.
Common issues
Domain not added
- Confirm you entered the complete subdomain.
- Confirm you have an active DigitalOcean account.
- Confirm the subdomain format is correct.
- Refresh the page and retry.
DNS not resolving
- Confirm nameservers are correct in the Stackryze Domains dashboard.
- Wait 10–30 minutes for propagation.
- Check DNS records in DigitalOcean.
- Verify with DNS Checker.
- Confirm all three nameservers are entered.
Records not updating
- Check the TTL value — changes may be cached.
- Verify record syntax is correct.
- Confirm there are no conflicting records.
- Wait for the TTL period to expire before expecting changes.
Domain not working after setup
- Confirm nameservers in the Stackryze Domains dashboard match DigitalOcean.
- Check DNS records in DigitalOcean.
- Clear browser and DNS cache.
- Wait up to 48 hours for full propagation.
Advanced features
- API access — manage DNS programmatically.
- IPv6 support — full AAAA support.
- CAA records — Certificate Authority Authorization.
- SRV records — service records.
- Bulk operations — manage multiple records efficiently.