Domains
Manage authoritative DNS for your domains directly in ZCP. Add a domain, point your registrar at ZSoftly’s name servers, and manage all your records from one console.
Overview
Section titled “Overview”The DNS section lets you host your domain’s DNS zone on ZSoftly infrastructure. After you add a domain and point your registrar at ZSoftly’s name servers, ZCP becomes the authoritative DNS provider for that domain.
Typical workflow:
- Add your domain to ZCP (for example,
example.com). - Update name servers at your domain registrar to point to ZSoftly.
- Add DNS records (A, AAAA, CNAME, MX, TXT, and others) to route traffic.
- Verify propagation and you’re live.
Add a Domain
Section titled “Add a Domain”- Navigate to DNS → Domains in the ZCP console.
- Click Add Domain.
- Enter your domain name (for example,
example.com) and confirm. - ZCP creates the DNS zone and shows the name servers you must configure at your registrar.
ZSoftly Name Servers
Section titled “ZSoftly Name Servers”After adding a domain, ZCP assigns two authoritative name servers. Point your domain’s name server (NS) settings at these values from your registrar’s control panel:
| Name server | Value |
|---|---|
| Primary | ns1.zsoftly.ca |
| Secondary | ns2.zsoftly.ca |
Update Name Servers at Your Registrar
Section titled “Update Name Servers at Your Registrar”To make ZSoftly authoritative for your domain, replace the name servers at the registrar where you purchased the domain with both ZSoftly values. The general process is the same everywhere:
- Sign in to your domain registrar.
- Find the Nameservers (or DNS / Name server) settings for your domain.
- Switch from the default/registrar-managed name servers to custom name servers.
- Enter both ZSoftly name servers (primary and secondary) exactly as shown in the ZCP console.
- Remove any leftover name servers so only the two ZSoftly values remain.
- Save your changes.
Registrar Quick Reference
Section titled “Registrar Quick Reference”Find your registrar below and follow its official guide. Steps and menu names change over time, so the vendor’s own documentation is always the source of truth.
| Registrar | Official guide for changing name servers |
|---|---|
| GoDaddy | Change my domain nameservers |
| Namecheap | How to change DNS for a domain |
| Squarespace Domains (formerly Google Domains) | Making changes to nameservers |
| Amazon Route 53 | Adding or changing name servers and glue records |
| IONOS | Using your own name servers for a domain |
| Name.com | Changing nameservers for DNS management |
| Hover | Changing your domain nameservers |
| Porkbun | How to change nameservers |
| Bluehost | How to change your Bluehost nameservers |
| HostGator | Change name servers with other registrars |
| Cloudflare Registrar | See the Cloudflare exception below. Direct name server changes are not supported. |
Example: GoDaddy
Section titled “Example: GoDaddy”- Sign in to your GoDaddy Domain Portfolio.
- Select your domain, then choose Domain Edit Options → Edit Nameservers (or the ⋯ menu → Edit Nameservers).
- Choose I’ll use my own nameservers (Enter my own nameservers).
- Replace the existing values with the two ZSoftly name servers from the ZCP console.
- Click Save.
Example: Namecheap
Section titled “Example: Namecheap”- Sign in to Namecheap and open Domain List in the left sidebar.
- Click Manage next to your domain.
- In the Nameservers section, select Custom DNS from the drop-down.
- Enter both ZSoftly name servers in the fields provided.
- Click the green ✓ (checkmark) to save.
Cloudflare Exception
Section titled “Cloudflare Exception”Cloudflare Registrar does not allow you to point your domain at third-party name servers like ZSoftly’s. Per Cloudflare’s Registrar FAQ, a domain registered with Cloudflare must use the Cloudflare-assigned name servers. There is no field to enter custom name servers, and Cloudflare warns you of this at the time of purchase.
If your domain is registered with Cloudflare Registrar, choose one of these two paths instead:
Option A: Recreate the records in Cloudflare (keep the domain at Cloudflare). Leave the domain
on Cloudflare’s name servers and, in the Cloudflare dashboard, manually create DNS records that
point to your ZSoftly resources (for example, an A record to your ZCP instance’s public IP). In
this setup Cloudflare stays authoritative and you manage records in Cloudflare rather than in ZCP.
Use the
Cloudflare DNS records guide.
Option B: Transfer the domain to a registrar that allows custom name servers. Transfer the domain out of Cloudflare to a registrar such as GoDaddy, Namecheap, or Porkbun, then follow the registrar quick reference to point its name servers at ZSoftly. See Cloudflare’s transfer-out guide. Registrar transfers take several days, and the domain must be unlocked with a valid transfer (EPP/auth) code.
Verify Propagation
Section titled “Verify Propagation”After saving, confirm the world sees ZSoftly as authoritative for your domain.
From a terminal:
# Query your domain's name serversdig NS example.com +short
# Or on Windowsnslookup -type=ns example.comYou should see the ZSoftly name servers in the response. To check global propagation, use an online tool such as whatsmydns.net (select the NS record type).
Next Steps
Section titled “Next Steps”- Manage DNS records: add and edit A, CNAME, MX, TXT, and other records once ZSoftly is authoritative.