Managing DNS Records (A, CNAME, MX, TXT)
DNS (Domain Name System) records act as the traffic controllers of your domain. They tell the internet where to send website visitors, where to deliver emails, and how to verify domain ownership.
Where to Manage Your DNS
Before editing any DNS records, confirm where your DNS is hosted:
- Using Jiinubi Nameservers:
Manage DNS inside cPanel → Zone Editor. - Using External Nameservers (e.g., Cloudflare):
Manage DNS at that provider’s dashboard.
Important
DNS records must always be edited where the active nameservers are pointing.
DNS records must always be edited where the active nameservers are pointing.
Common DNS Record Types
| Record Type | Purpose | Example Use Case |
|---|---|---|
| A | Points a domain to an IP address | Connecting a domain to a hosting server |
| CNAME | Points a subdomain to another domain | blog.yourdomain.com → yourdomain.com |
| MX | Controls where email is delivered | Routing mail to Google Workspace or Jiinubi Mail |
| TXT | Stores verification or security data | Google verification, SPF, DKIM |
How to Edit DNS Records in cPanel
- Log in to your Jiinubi Client Area.
- Access your cPanel.
- Scroll to the Domains section.
- Click Zone Editor.
- Find your domain and click Manage.
1. Adding an A Record (Website Connection)
Use this when pointing your domain to a specific server IP (e.g., Shopify, VPS, or custom host).
- Click + Add Record.
- Name: yourdomain.com.
- Type: A
- Record: Enter the IP address provided by your web host.
- Click Save Record.
2. Adding an MX Record (Email Routing)
Use this when moving email services (for example, to Google Workspace).
- Locate existing MX records and Delete them.
- Click + Add Record.
- Type: MX
- Priority: Usually 1, 5, or 10.
- Destination: aspmx.l.google.com.
- Click Save Record.
Warning
Incorrect MX records can stop email delivery completely.
Incorrect MX records can stop email delivery completely.
3. Adding a TXT Record (Verification & Security)
TXT records are commonly used for Google verification, SPF, and DKIM email security.
- Click + Add Record.
- Type: TXT
- Name: yourdomain.com.
- Record: Paste the verification string provided.
- Click Save Record.
Important Rules for DNS Editing
- The Dot Rule:
Domains often end with a dot (e.g., yourdomain.com.). If omitted, the system usually adds it automatically. - TTL (Time To Live):
Determines how long servers cache records. Common values: 3600 (1 hour) or 14400 (4 hours). - Propagation Delay:
DNS changes usually take 1–4 hours to reflect globally. - Avoid Conflicts:
You cannot have both an A record and a CNAME for the same hostname (e.g., www).
Pro Tip: DNS Management Add-on
If you do not have a hosting plan but still need DNS control:
- Ensure DNS Management was enabled during domain purchase.
- Go to Domains → My Domains → Manage → DNS Management.
- Edit records directly without logging into cPanel.
Need Help?
If you are unsure which record to add, open a support ticket and include the service provider’s instructions. Our team will assist you safely.
If you are unsure which record to add, open a support ticket and include the service provider’s instructions. Our team will assist you safely.