• Wednesday, February 25, 2026

Knowledge Base

How to Manage DNS Records in DirectAdmin

Configuring DNS for Your Domain

DNS records control how your domain connects to various services.

Accessing DNS Management

  1. Log into DirectAdmin
  2. Click DNS Management
  3. Select the domain to manage

Common DNS Record Types

TypePurposeExample
APoints domain to IP addressexample.com → 192.168.1.1
CNAMEAlias for another domainwww → example.com
MXMail servermail.example.com (priority 10)
TXTText records (SPF, verification)v=spf1 include:...
AAAAIPv6 address2001:db8::1

Adding a New Record

  1. Click Add Record
  2. Select the record type
  3. Enter the name (subdomain or @ for root)
  4. Enter the value
  5. Set TTL (Time To Live)
  6. Click Add

Common Tasks

Creating a Subdomain

Add an A record: blogyour-server-ip

Pointing to External Service

Add a CNAME: shopmyshop.shopify.com

DNS Propagation

Changes can take up to 48 hours to propagate worldwide, though usually much faster.