Skip to main content
This guide walks you through adding a custom domain — one you bought at any registrar — to a Stackryze product (DNS, Domains, or the API).

Prerequisites

To add a custom domain, you’ll need:
  • A Stackryze account (free — see quickstart)
  • A domain you own
  • Access to your registrar’s DNS settings

Domain Setup

1

Sign in to Stackryze

Open dns.stackryze.com and sign in.
2

Create your domain

Click Domains → Add Domain, then enter the apex (for example example.com). Stackryze creates an empty zone and provisions four globally-distributed nameservers.
3

Get your nameservers

Stackryze assigns four nameservers. Copy them — you’ll need them in the next step.
ns1.stackryze.com
ns2.stackryze.com
ns3.stackryze.com
ns4.stackryze.com
4

Delegate at your registrar

At your registrar (Namecheap, Cloudflare Registrar, GoDaddy, Porkbun, etc.) set the nameservers to the four above. Save.
Propagation typically completes within 30 minutes but can take up to 24 hours.
5

Verify delegation

Run:
dig NS example.com @1.1.1.1 +short
You should see the four Stackryze nameservers.

Next steps