RemarkableCloud Nameservers โ
Using RemarkableCloud nameservers lets you manage all DNS records โ A, MX, TXT, CNAME, and more โ directly from your server's control panel (WHM, DirectAdmin, or RemarkablePanel) without logging into your domain registrar each time.
Nameserver addresses โ
ns1.remarkablecloud.com
ns2.remarkablecloud.comBoth nameservers are authoritative for all zones managed on your server.
How to point your domain to these nameservers โ
- Log into your domain registrar (GoDaddy, Namecheap, Cloudflare Registrar, Google Domains, etc.).
- Find the DNS or nameserver settings for your domain.
- Replace the existing nameservers with:
ns1.remarkablecloud.comns2.remarkablecloud.com
- Save the change. Your registrar will update the delegation at your TLD registry (`.com`, `.net`, etc.).
- Wait for propagation โ nameserver changes typically take 1โ24 hours worldwide.
Propagation time
Nameserver changes are slower to propagate than individual record changes because they update the TLD registry (the authoritative source for `.com`, `.net`, etc.). Plan for up to 24 hours, though most resolvers pick up the change within a few hours. Verifying the nameservers are active โ
bash
# Check which nameservers are authoritative for your domain
dig yourdomain.com NS +short
# Should return:
# ns1.remarkablecloud.com.
# ns2.remarkablecloud.com.Or use dnschecker.org โ select NS from the record type dropdown and enter your domain.
Managing DNS once nameservers are set โ
Once the nameservers are pointing to RemarkableCloud, manage all DNS from your control panel:
- cPanel/WHM: WHM โ DNS Functions โ Edit DNS Zone
- DirectAdmin: Admin Level โ DNS Administration
- RemarkablePanel: Domains โ your domain โ DNS
Any records you create there are served by ns1 and ns2 automatically.
Using custom nameservers (vanity nameservers) โ
If you want to use your own branded nameservers (ns1.yourdomain.com instead of ns1.remarkablecloud.com):
- Create A records at your registrar for
ns1.yourdomain.comandns2.yourdomain.compointing to your server's IP - Register these as "glue records" at your registrar (required for nameservers in the same domain)
- In WHM: Server Configuration โ Basic WebHost Manager Setup โ set your nameservers
- Use
ns1.yourdomain.comandns2.yourdomain.comwhen pointing domains

