3. How to Set Up Custom DNS Records (A, CNAME, MX, TXT)
Adding an A Record
- Log into your Zenith Web Hosting control panel.
- Go to DNS Management.
- Click Add Record and select A Record.
- Enter the hostname (e.g.,
subdomain.yourdomain.com). - Input the IP address of the destination server.
- Click Save Changes.
Adding a CNAME Record
- Go to DNS Management.
- Click Add Record and select CNAME Record.
- Enter the subdomain (e.g.,
www.yourdomain.com). - Input the target domain (e.g.,
yourdomain.com). - Click Save Changes.
Adding an MX Record (For Email Services)
- Go to DNS Management.
- Click Add Record and select MX Record.
- Enter the mail server address (e.g.,
mail.yourdomain.com). - Set priority (lower value means higher priority).
- Click Save Changes.
Adding a TXT Record (For SPF, DKIM, DMARC, Verification)
- Go to DNS Management.
- Click Add Record and select TXT Record.
- Enter the hostname (
@ for the root domain). - Input the desired TXT value (e.g., SPF, DKIM, DMARC settings).
- Click Save Changes.
Please rate this article to help us improve our Knowledge Base.