DNS records
Add and edit A, CNAME, MX, and TXT DNS records for your domain in the dashboard.
DNS records tell the internet where to send people who type your domain and where to deliver email. You edit them on the DNS tab after opening a domain in My Domains.
Open the DNS editor
- Sign in at npanel.nisccloud.com.
- Click Domains → My Domains.
- Click your domain name.
- Click the DNS tab.
- You see a list of existing records and buttons to Add record or Edit.
If the DNS tab is read-only, your domain may use external nameservers change nameservers first or edit DNS at the other provider. See Nameservers.
Understand record types
| Type | Name field | Value field | Example use |
|---|---|---|---|
| A | @ or subdomain | IPv4 address | Point example.com to 203.0.113.10 |
| AAAA | @ or subdomain | IPv6 address | IPv6 hosting |
| CNAME | subdomain | target hostname | Point www to example.com |
| MX | @ | mail server + priority | Email delivery |
| TXT | @ or subdomain | text string | SPF, DKIM, domain verification |
@ means the root domain (e.g. yourbusiness.co.ke without www).
Add an A record (website on a server IP)
Use when your host gives you an IP address.
- On the DNS tab, click Add record.
- Choose type A.
- Name / Host: enter
@for root domain, orwwwforwww.yourdomain.com, or another subdomain. - Value / Points to: enter the IP address from your hosting Overview (e.g. VPS or shared hosting IP).
- TTL: leave default unless support says otherwise.
- Save the record.
- Wait up to 24–48 hours for global propagation (often faster).
Add a CNAME record
Use when a hostname should alias another name (common for www or SaaS tools).
- Click Add record → type CNAME.
- Name: e.g.
wwworshop. - Value: target hostname (e.g.
yourdomain.comorshops.myplatform.com). - Save.
Do not use CNAME on @ root if your DNS system blocks it use A record on root instead.
Add MX records (email)
Use for business email on this domain.
- Open Emails in the sidebar and note the MX hostnames and priorities in your email plan.
- Return to domain DNS.
- Add MX record:
- Name:
@ - Priority: number from email docs (lower = preferred)
- Value: mail server hostname
- Name:
- Add secondary MX if your plan lists more than one.
- Add TXT SPF record if shown in email settings.
Detailed email DNS: Email DNS records.
Add TXT records (verification and security)
TXT records prove domain ownership or authorize email senders.
Examples:
- SPF
v=spf1 include:... ~all - DKIM long key from email provider
- Domain verification code from Google, Microsoft, or marketing tools
- Add record → TXT.
- Enter Name (
@or_dmarc, etc.) exactly as instructed by the tool. - Paste Value without extra quotes unless required.
- Save.
Edit or delete a record
- On the DNS tab, find the row.
- Click Edit, change fields, and save or click Delete / trash icon.
- Confirm deletion if prompted.
Wrong DNS can take your site or email offline. Change one record at a time when troubleshooting.
DNS on hosting vs domain portfolio
If your domain uses Nisc Cloud nameservers and you have shared hosting, you may also edit DNS under Hosting → [your site] → DNS. Keep domain portfolio and hosting DNS in sync avoid duplicate conflicting records in two places unless support directs you.
See Manage hosting.