DNS records are the instructions that direct traffic for your domain. If you are using Koelhost's nameservers, you will manage these records in your Koelhost cPanel, typically in a tool called Zone Editor or Advanced DNS Editor.
| Record Type | Purpose | Example |
| A Record | Maps a domain name (or subdomain) to an IPv4 address (the server's address). This is the core record that points your domain to your hosting server. | yourdomain.com points to 192.0.2.1 |
| CNAME | Creates an alias, mapping a domain name to another domain name (rather than an IP address). Often used for subdomains. | www.yourdomain.com points to yourdomain.com |
| MX Record | Specifies the mail exchange server responsible for accepting email messages on behalf of your domain. Essential for email service. | yourdomain.com is handled by mail.google.com |
How to Manage Records (in cPanel Zone Editor):
-
Log in to cPanel via your Koelhost account.
-
Find the Domains section and click on Zone Editor.
- Find your domain and click Manage.
- You can then Add Record (A Record, CNAME Record, MX Record, etc.) or Edit/Delete existing ones.
