Complete DNS Management Guide for AVIOX Cloud – Practical Setup & Configuration

Complete DNS Management Guide for AVIOX Cloud – Practical Setup & Configuration

Introduction

DNS is the system that converts domain names into IP addresses so browsers can load your website. When hosting on AVIOX Cloud, proper DNS configuration ensures your site is fast, secure, and accessible worldwide. This guide explains everything you need to know about managing DNS zones and records on AVIOX Cloud.


1. Understanding DNS Basics

Every website requires DNS records that tell browsers where the server is located. The most common records you’ll manage are:

  • A Record – Points domain → IPv4 server address

  • AAAA Record – Points domain → IPv6 address

  • CNAME Record – Points subdomain → another hostname

  • MX Record – Controls mail routing

  • TXT Record – Used for SPF, DKIM, DMARC

  • NS Record – Determines which nameservers manage your domain


2. Pointing Your Domain to AVIOX Cloud

To connect your domain to your AVIOX VPS:

 
A   yourdomain.com      <your-server-ip> A   www                 <your-server-ip>

If your provider supports IPv6, add:

 
AAAA yourdomain.com     <your-IPv6-address>

Make sure the orange cloud (if using Cloudflare) is enabled for CDN and security.


3. Using AVIOX Cloud Control Panels for DNS

AVIOX Cloud works with multiple control panels:

cPanel / WHM

You can manage DNS through "Zone Editor."

Plesk

DNS settings are available under "DNS Zone."

HestiaCP

Manage DNS under “DNS Settings” → “Add Record.”

CyberPanel

Go to "DNS" → "Create DNS Zone."

aaPanel / Webmin

Offers full DNS editing functionality.

These panels allow you to add, modify, and delete DNS records easily.


4. Setting Up Email DNS Records

To ensure reliable email delivery, add:

SPF

 
TXT   @   v=spf1 a mx ip4:<your-IP> ~all

DKIM

Your email server generates this key.

DMARC

 
TXT   _dmarc   v=DMARC1; p=none; rua=mailto:...

These records protect your domain from spoofing and improve inbox placement.


5. Configuring Nameservers

You may use:

Registrar Nameservers (default)

You only manage DNS at Namecheap / GoDaddy.

Cloudflare Nameservers

Recommended for speed + security.

Custom Nameservers

Example:

 
ns1.yourdomain.com → your server IP ns2.yourdomain.com → your server IP

This requires glue records at your registrar.


6. Fixing Common DNS Problems

Domain not resolving

Cause: Missing A record or wrong nameservers.

SSL not working

Cause: DNS still pointing to an old server or Cloudflare in "Flexible" mode.

Email not sending or receiving

Cause: Incorrect MX or SPF records.

DNS not propagating

Solution: Wait up to 24 hours or check using online DNS propagation tools.


7. DNS Security Best Practices

  • Enable DNSSEC when supported

  • Hide server IP using Cloudflare proxy

  • Use strong SPF, DKIM, DMARC policies

  • Disable wildcard DNS unless required


Conclusion

DNS is the foundation of your AVIOX Cloud setup. With proper A, CNAME, MX, and TXT record configuration, your website—and emails—will run smoothly and safely. Understanding DNS ensures stability, fast loading, and reduced downtime across your entire hosting environment.


Share:


Leave a comment

Your email address will not be published. Required fields are marked *

Your experience on this site will be improved by allowing cookies Cookie Policy