Setting Up Reverse DNS for Your VPS
Reverse DNS (rDNS) maps your server’s IP address back to a hostname — the opposite of what standard DNS does. Configuring an rDNS record is essential for services like email, where receiving mail servers check that your IP address resolves to a legitimate hostname. A properly configured rDNS record improves email deliverability and adds credibility to your server’s identity.Difficulty
Beginner
Time
3 Minutes
Configuring Reverse DNS
Navigate to Your Server
Click on Servers in the top navigation bar, then click Manage next to the server you want to configure.
Click Reverse DNS
In the IPv4 Addresses section, locate the IP address you want to configure and click the Reverse DNS button next to it.
Enter the Hostname
In the dialog that appears, enter the fully qualified domain name (FQDN) you want to associate with this IP address. For example:
mail.yourdomain.comserver.yourdomain.comvps.yourdomain.com
Why Reverse DNS Matters
Email Deliverability
Most email servers perform rDNS lookups to verify the sender. Without a valid rDNS record, your emails are much more likely to be marked as spam or rejected entirely.
Server Identification
When other systems perform a reverse lookup on your IP address, a configured rDNS record shows a meaningful hostname instead of a generic ISP-assigned address.
Security & Trust
Many security tools and services use rDNS as part of their verification process. A properly configured rDNS record signals that your server is legitimate and well-maintained.
Service Requirements
Some third-party services and APIs require a valid rDNS record before allowing your server to connect or send data.
Best Practices for Reverse DNS
- Match forward and reverse — Ensure your rDNS hostname has a corresponding A record pointing back to your IP address. This bidirectional match is called a Forward-Confirmed Reverse DNS (FCrDNS) and is considered best practice.
- Use a real domain you own — Set the rDNS to a hostname under a domain you control, not a made-up or generic name.
- Use a descriptive hostname — Choose a hostname that reflects the server’s purpose (e.g.,
mail.yourdomain.comfor a mail server). - One hostname per IP — Each IP address can have exactly one rDNS record.
How long does Reverse DNS take to propagate?
How long does Reverse DNS take to propagate?
Changes typically take effect within a few minutes, but full DNS propagation across the internet can take up to 24-48 hours. You can verify the record using tools like
dig -x YOUR_IP or online DNS lookup services.Do I need Reverse DNS if I'm not sending emails?
Do I need Reverse DNS if I'm not sending emails?
While rDNS is most critical for mail servers, it is still good practice to configure it for all servers. It provides a professional identity and may be required by certain services or security scans.
Can I set Reverse DNS to any hostname?
Can I set Reverse DNS to any hostname?
You can enter any hostname, but for it to work properly, that hostname should have an A record pointing to your IP address. Without the matching forward record, the rDNS record alone may not satisfy verification checks.
Need Extra Help?
If you encounter any issues, our support team is ready to assist:- Live Chat: Quick assistance via our website.
- Support Ticket: Open a Ticket
- Discord: Join our Community
- Email: support@freakhosting.com
Last Updated: March 2026 | VPS Support: Reverse DNS simplified.