UnderHost
Knowledgebase Docs

Advanced DNS management in DirectAdmin

Add, edit, and delete DNS records in DirectAdmin. Configure A, CNAME, MX, TXT, and SPF records for your domain.

On this page

DirectAdmin's DNS Administration tool lets you manage all DNS records for domains hosted on your account. Changes propagate within minutes on the server but may take up to 48 hours globally.

Access DNS Manager

  1. Log in to DirectAdmin
  2. Go to Account Manager → DNS Administration
  3. Select your domain
  4. Add or modify records

Common DNS record types

TypePurposeExample value
APoints domain to IP192.0.2.1
CNAMEAlias to another domainyourdomain.com
MXMail servermail.yourdomain.com (priority 10)
TXTSPF, DKIM, verificationv=spf1 include:... ~all
NSNameserversns1.underhost.com

SPF and DKIM records

Add these TXT records to improve email deliverability:

# SPF - authorize your server to send email
v=spf1 a mx ip4:YOUR.SERVER.IP ~all

# DMARC
v=DMARC1; p=none; rua=mailto:admin@yourdomain.com

DKIM keys are generated automatically in DirectAdmin's Email Manager section.

Related: Zone Editor | DNS troubleshooting

Was this article helpful?

Need DirectAdmin hosting?

DirectAdmin is available for customers who want a lightweight hosting control panel on compatible UnderHost services.

Related articles

Back to DirectAdmin