Configure Reverse DNS (PTR / rDNS)

Set reverse DNS records from the dashboard and verify that hostname mapping is correct.

Category: Networking
Prerequisites
  • Server has a public IP address assigned.
  • Forward DNS A record is already configured for the target hostname.
  • You have permission to edit networking or IP details in dashboard.
Steps
  1. Open your server detail page and locate networking or IP management section.
  2. Find the rDNS or PTR field for the public IP you want to update.
  3. Enter the fully qualified hostname (for example: mail.example.com).
  4. Save the setting and wait for dashboard confirmation.
  5. If required, restart mail or related services that depend on reverse lookup.
Verification
  • Run reverse lookup: dig -x <server_ip> +short and confirm hostname.
  • Run forward lookup for hostname and confirm it resolves back to same IP.
  • For mail servers, verify no immediate rDNS mismatch warnings in logs.
Common Mistakes
  • Setting PTR without matching forward A record.
  • Using short hostnames instead of fully qualified domain names.
  • Expecting instant propagation without waiting for DNS cache refresh.
Next: Snapshots And Restore