Managing DNS
This guide walks you through creating DNS zones, managing records, and deleting zones in the NetActuate portal.
Prerequisites
- An active NetActuate account
- A domain name registered with any registrar
- Ready to delegate your domain's nameservers to NetActuate (ns1–ns4.netactuate.com)
Creating a DNS Zone
- Navigate to Networking → Domains → DNS Zones.
- Click + Add.
- Enter the Zone name (e.g.,
example.com). - Optionally toggle Create default records (A, MX, CNAME). If enabled, you will be prompted to enter a target IP address.
- Click Add DNS Zone.
The zone appears in your zone list. Click on it to open the zone details sidebar.
Default Records
When you create a zone with default records enabled and a target IP, the following records are created automatically:
| Type | Name | Content |
|---|---|---|
| A | @ (root) | Your target IP |
| CNAME | www | Points to the root zone |
| CNAME | * (wildcard) | *.yourdomain.com pointing to the root |
| MX | @ | mail.yourdomain.com |
| TXT | @ | Basic SPF record |
You can edit or delete any of these records after creation.
Note: To use NetActuate as your authoritative DNS, update your domain's nameservers at your registrar to point to
ns1.netactuate.com,ns2.netactuate.com,ns3.netactuate.com, andns4.netactuate.com. DNS will not resolve through NetActuate until this delegation is in place.
Adding Records
- Open a zone by clicking on it in the zone list.
- Under DNS Zone Records, click + Add.
- Select the Type:
- A — IPv4 address
- AAAA — IPv6 address
- CNAME — alias to another hostname
- MX — mail exchange server (includes a Priority field)
- NS — nameserver delegation
- PTR — reverse DNS pointer
- SPF — sender policy framework
- SRV — service locator
- TXT — arbitrary text (commonly used for SPF, DKIM, domain verification)
- Enter the Name:
- Use
@for the root zone (e.g.,example.comitself) - Type a name to create a subdomain (e.g.,
wwwbecomeswww.example.com)
- Use
- Enter the Content — the record's target value (IP address, hostname, or text depending on type).
- Select the TTL.
- For MX records, enter the Priority (lower numbers indicate higher priority).
- Click Create DNS Zone Record.
Note: Some record types display additional fields. For example, MX records include a priority field, and SRV records include priority, weight, and port fields.
Editing Records
- Open a zone by clicking on it.
- In the records table, click the edit icon under Actions for the record you want to modify.
- Update the fields and save.
Deleting Records
- Open a zone by clicking on it.
- In the records table, click the delete icon under Actions for the record you want to remove.
- Confirm the deletion.
Deleting a Zone
- Navigate to Networking → Domains → DNS Zones.
- Find the zone in the list.
- Click the three-dot menu next to the zone.
- Select Delete Zone.
- Confirm the deletion.
Note: Deleting a zone removes all records within it. This action cannot be undone.
Next Steps
- Secondary DNS — slave zones from your own primary nameserver
- Domains Overview — zone details, supported record types, and nameserver reference
- API v3 Reference — manage DNS zones and records programmatically
Need Help?
Contact support@netactuate.com or open a support ticket from the portal.