How to Manage DNS Records in DirectAdmin
Accessing DNS Management
- Log in to DirectAdmin
- Go to Account Manager → DNS Management
- Select the domain you want to edit
Common DNS Record Types
| Type | Purpose | Example |
|---|---|---|
| A | Points domain to an IP address | @ → 123.45.67.89 |
| CNAME | Alias for another domain | www → example.com |
| MX | Mail server for the domain | @ → mail.example.com |
| TXT | Text records (SPF, DKIM, verification) | @ → v=spf1 ... |
| NS | Nameserver delegation | @ → ns1.rogerle.com |
Adding a Record
- Select the record type from the dropdown
- Enter the name (use
@for the domain root) - Enter the value (IP address, hostname, or text)
- Set the TTL (3600 is a good default — 1 hour)
- Click Add
Editing or Deleting Records
- Click the record you want to modify
- Edit the values and click Save
- Or click Delete to remove it
Important Notes
- DNS changes can take up to 24–48 hours to propagate globally, though most changes are visible within minutes
- Be careful editing MX records — incorrect values will break email delivery
- Don't delete NS records unless you know what you're doing
Was this article helpful?