TXT Records are DNS records used to store text information for your domain. They are commonly used for purposes such as email authentication (SPF, DKIM, DMARC), domain ownership verification, and other configurations. Here’s a step-by-step guide tailored to manage TXT Records in your OzSpeed hPanel.
Steps to Manage TXT Records in OzSpeed #
Step 1: Log in to OzSpeed hPanel #
- Visit OzSpeed hPanel.
- Enter your username and password, and click Log In to access your account.
Step 2: Access DNS Zone Editor #
- From the dashboard, go to the Domains section.
- Select the domain you want to manage.
- Click on Manage DNS or DNS Zone Editor to view the DNS settings for your domain.
Step 3: View Existing TXT Records #
- In the DNS Zone Editor, scroll to the TXT Records section.
- Review the current TXT Records to ensure they meet your requirements.
Step 4: Add a New TXT Record #
- Click Add Record or Create Record in the TXT Records section.
- Fill out the required fields:
- Host/Name:
- Enter
@
for the root domain (e.g.,example.com
). - Use a subdomain (e.g.,
mail
or_dmarc
) if applicable.
- Enter
- Type: Select TXT.
- Value: Enter the text string provided by your service (e.g., SPF, DKIM, or verification record).
- Example SPF record:
v=spf1 include:_spf.example.com ~all
.
- Example SPF record:
- TTL (Time to Live): Set a TTL value (e.g., 300 seconds or 5 minutes).
- Host/Name:
- Click Save to add the TXT Record.
Step 5: Edit an Existing TXT Record #
- Locate the TXT Record you want to modify.
- Click the Edit button next to the record.
- Update the Host, Value, or other fields as needed.
- Save the changes.
Step 6: Delete a TXT Record #
- To remove a TXT Record, click Delete next to the record in the TXT Records section.
- Confirm the deletion.
Example TXT Records #
Host/Name | Type | Value | TTL |
---|---|---|---|
@ | TXT | v=spf1 include:_spf.example.com ~all | 300 |
TXT | google-site-verification=abc123 | 300 | |
_dmarc | TXT | v=DMARC1; p=none; rua=mailto:dmarc@example.com | 300 |
Common Use Cases for TXT Records #
- SPF Records:
- Used to define authorized mail servers for your domain.
- Example:
v=spf1 include:_spf.example.com ~all
.
- DKIM Records:
- Used for email signing to validate message integrity.
- Example:
v=DKIM1; k=rsa; p=BASE64_PUBLIC_KEY
.
- DMARC Records:
- Adds email authentication policies to protect against spoofing.
- Example:
v=DMARC1; p=quarantine; rua=mailto:admin@example.com
.
- Domain Verification:
- Used by services like Google Workspace or Microsoft 365 for domain ownership verification.
Troubleshooting TXT Records #
- Records Not Working:
- Ensure the TXT value is correctly formatted and provided by the relevant service.
- Verify the TTL is set to a reasonable time (e.g., 300 seconds).
- Changes Not Reflecting:
- Clear your local DNS cache:
- Windows:
ipconfig /flushdns
. - macOS:
sudo killall -HUP mDNSResponder
.
- Windows:
- Allow up to 24–48 hours for global DNS propagation.
- Clear your local DNS cache:
- Conflicting Records:
- Avoid duplicate TXT Records for the same host if they conflict (e.g., multiple SPF records).
Additional Notes #
- Backup DNS Settings:
- Save a copy of your current DNS records before making any changes.
- Verify Propagation:
- Use tools like dnschecker.org to confirm TXT Record propagation globally.
- Contact Support:
- Reach out to OzSpeed Support for assistance if you encounter issues.