Domain to IP Lookup
Find the current IP address of a domain (IPv4 and IPv6) and its reverse PTR record.
How to find a website's IP address
The tool resolves the IP address a domain points to: it shows the IPv4 address, the IPv6 address when one exists, and the reverse PTR record for the address found. It is a quick way to see where a site actually answers and to tie a domain name to a specific server. The result is useful when setting up infrastructure, troubleshooting availability and managing access lists.
Why you might need a site's IP
- Firewall rules: allow or restrict access to a specific server address.
- Allowlists: add the IP to the permitted list for an API, control panel or mail relay.
- Troubleshooting: check that the server responds and compare the address with what you expect after a migration.
- Routing: confirm the domain points to the right machine, not your old host.
Why the IP may not be your actual server
The address shown does not always belong to your server directly. If the site runs behind a CDN or a DDoS protection service, the domain points to that network's address rather than the origin server. In that case the IP belongs to the service's infrastructure and the real server sits behind it. That is a standard setup for speed and protection; to see who owns an address, try the hosting checker.
What PTR is and why email needs it
A reverse PTR record maps an IP address back to a hostname, the opposite of a regular A record. It matters most for mail servers: receiving servers check that the sender's IP has a valid reverse record, and when it is missing or mismatched, messages are more likely to be flagged as spam or rejected. If you run your own mail server, make sure your provider has set a valid PTR for its IP; most VPS providers let you edit it in the control panel.