A PTR record maps your VPS IP back to a hostname. This is important if you run a mail server, as many spam filters reject email from IPs without a matching PTR record.
Before you start
Make sure your domain already has an A record pointing to your VPS IP. The PTR and A records must match — e.g. if your IP is 1.2.3.4, then mail.yourdomain.com must have an A record pointing to 1.2.3.4.
How to request a PTR update
- Log in to the Server Portal
- Click Manage on your server
- Scroll down to the rDNS / PTR card
- Enter the hostname you want (e.g.
mail.yourdomain.com) - Click Request PTR Update
Our team is notified and will update the PTR record in the provider panel. This usually takes a few hours. PTR changes can take 24–48 hours to propagate globally.
Verifying your PTR record
dig -x YOUR_SERVER_IP +short\n# or\nnslookup YOUR_SERVER_IPThe output should return the hostname you requested.
8Bit Hosting