What Is My Website's IP Address? (How to Find It)
Learn how to find your website's IP address using online tools, command line, and DNS lookups. Covers IPv4 vs IPv6, shared vs dedicated IPs. Try it free.

Every website on the internet has at least one IP address — it's the numerical identifier that allows browsers to locate and connect to the server hosting your site. We've resolved IP addresses for thousands of domains, and whether you're configuring DNS, setting up a firewall, or troubleshooting connectivity, knowing what your website's IP address is is a fundamental piece of the puzzle.
Quick Answer: To find your website's IP address, enter your domain into an IP lookup tool or run
ping yourdomain.comin your terminal. The IP address returned is the server your domain currently resolves to. If your site uses a CDN like Cloudflare, the IP will point to the CDN's network rather than your origin server.
Why You Need to Know Your Website's IP Address
Your website's IP address isn't just a technical detail — it's information you'll need in several real-world scenarios:
- DNS configuration — When pointing a domain to a new server, you need the server's IP address for A records
- Firewall rules — Whitelisting or blacklisting IP addresses requires knowing which IPs are yours
- Server migration — Verifying that DNS changes resolved to the new server's IP confirms a successful migration
- Email deliverability — IP reputation affects whether your emails land in inboxes or spam folders
- Security monitoring — Tracking which IP your domain resolves to helps detect DNS hijacking
- SSL certificate setup — Some certificate configurations require IP address verification
How to Find Your Website's IP Address
There are several reliable methods to find your website's IP address, ranging from instant web tools to command line utilities.
Method 1: IP Lookup Tool (Fastest)
The easiest way to look up your website's IP is with a dedicated tool:
- Go to the IP Lookup tool
- Enter your domain name (e.g.,
example.com) - The tool resolves the domain and displays the IP address, geolocation, ISP, and hosting provider
Try it yourself
Check any website's hosting
Enter a domain or IP to see hosting provider, DNS records, and more.
Our hosting checker resolves your domain's IP address and provides additional context — including the hosting provider, server location, DNS records, and SSL certificate status.
Method 2: Using ping
The ping command is available on every major operating system and provides a quick IP resolution:
macOS/Linux:
ping -c 1 example.comWindows:
ping -n 1 example.comThe output shows the IP address in the first line:
PING example.com (93.184.216.34): 56 data bytes
In this case, 93.184.216.34 is the website's IP address.
Method 3: Using dig
The dig command provides the most detailed DNS resolution output:
dig +short example.com AThis returns only the IP address:
93.184.216.34
For IPv6:
dig +short example.com AAAATo see the full resolution path including TTL and authoritative nameserver:
dig example.com AMethod 4: Using nslookup
Available on all platforms, nslookup provides a straightforward lookup:
nslookup example.comThe output includes the DNS server used and the resolved IP address:
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: example.com
Address: 93.184.216.34
Method 5: Hosting Provider Dashboard
If you manage the server yourself, the IP address is available in your hosting provider's control panel:
- AWS — EC2 instance details show public and private IPs
- DigitalOcean — Droplet dashboard displays the IPv4 and IPv6 addresses
- Vercel — DNS settings show the A record values
- Netlify — Domain settings display the load balancer IP
- Traditional hosts (cPanel) — Server information section in the control panel
This method shows the actual server IP, which is especially useful if your domain resolves to a CDN rather than the origin server.
IPv4 vs IPv6: What's the Difference?
When you look up your website's IP address, you may see two different formats. Understanding both is important for modern web hosting.
| Feature | IPv4 | IPv6 |
|---|---|---|
| Format | Four groups of numbers (0-255) | Eight groups of hexadecimal values |
| Example | 93.184.216.34 | 2606:2800:220:1:248:1893:25c8:1946 |
| Total addresses | ~4.3 billion | ~340 undecillion (3.4 × 10³⁸) |
| Adoption | Universal | Growing — over 45% of Google traffic uses IPv6 |
| DNS record | A record | AAAA record |
Why IPv6 matters
IPv4 address exhaustion is real — all 4.3 billion IPv4 addresses have been allocated. IPv6 solves this with a vastly larger address space. Major hosting providers, CDNs, and ISPs now support IPv6, and having AAAA records for your domain ensures compatibility with IPv6-only networks.
Most websites today operate in a dual-stack configuration, serving both IPv4 and IPv6 traffic simultaneously.
Shared vs Dedicated IP Addresses
The type of IP address your website uses depends on your hosting configuration:
Shared IP
On a shared IP, multiple websites share the same IP address. In our testing, shared IPs are by far the most common setup we encounter. The web server uses the Host header in HTTP requests (or SNI in HTTPS) to determine which site to serve.
Characteristics:
- Standard on shared hosting, managed platforms (Vercel, Netlify), and most VPS setups
- Cost-effective — no additional IP needed per site
- Works fine for the vast majority of websites
- IP reputation is shared — if another site on the IP sends spam, your email deliverability could suffer
Dedicated IP
A dedicated IP is exclusively assigned to your website or server.
Characteristics:
- Required for some legacy SSL configurations (though SNI has largely eliminated this)
- Allows direct IP access to your server (e.g.,
https://93.184.216.34) - Full control over IP reputation for email sending
- Common on dedicated servers and some VPS plans
- Costs more due to IPv4 scarcity
Which do you need?
For most websites, a shared IP is perfectly fine. Dedicated IPs are primarily useful for:
- High-volume email sending where IP reputation control is critical
- Legacy systems that require direct IP access
- Specific compliance requirements
What If Your IP Points to a CDN?
If your website uses a CDN (Content Delivery Network) like Cloudflare, Fastly, or AWS CloudFront, the IP address returned by a DNS lookup will be the CDN's edge server — not your origin server. See our guide on how to find what CDN a website uses for detailed detection methods.
How to identify CDN IPs
Common CDN IP indicators:
| CDN | How to Identify |
|---|---|
| Cloudflare | IP ranges in 104.16.x.x, 172.67.x.x; CF-Ray header in responses |
| AWS CloudFront | IP ranges in 13.x.x.x, 52.x.x.x; X-Cache header present |
| Fastly | IP ranges in 151.101.x.x; X-Served-By header |
| Vercel | IP 76.76.21.21; X-Vercel-Id header |
Finding the origin IP behind a CDN
If you need your origin server's IP (the actual hosting server behind the CDN):
- Check your hosting dashboard — The provider's control panel shows the server's real IP
- Query DNS history — Services that archive DNS records may show the pre-CDN IP
- Check mail server IP — If email and web hosting share a server, MX record IPs may reveal the origin
- Direct server access — SSH into your server and check with
hostname -Iorcurl ifconfig.me
How IP Addresses Affect Website Performance
Your website's IP address — and more specifically, the server's physical location — directly impacts performance:
Latency and geography
The physical distance between your server and your visitors determines network latency. A server in New York adds 100-200ms of latency for visitors in Tokyo compared to a Tokyo-based server. You can verify your server's physical location using our guide on how to check website server location. CDNs solve this by caching content on edge servers worldwide.
IP reputation
Search engines and email providers track IP reputation. An IP with a history of spam or malicious activity can affect:
- Email deliverability — Messages from low-reputation IPs are more likely to be flagged as spam
- Security warnings — Some security tools flag websites on IPs with poor reputations
- Bot traffic — IPs on shared hosting may attract more automated traffic
Monitoring IP changes
Unexpected changes to your website's IP address can indicate:
- DNS hijacking — An attacker has modified your DNS records
- Hosting migration issues — DNS didn't propagate correctly to the new server
- CDN misconfiguration — Failover or routing changes at the CDN level
From our experience, regular monitoring with tools like our hosting checker helps catch these issues early.
Frequently Asked Questions
Is my website's IP address the same as my computer's IP?
No. Your website's IP is the address of the server hosting your site. Your computer's IP is assigned by your ISP and identifies your device on the internet. They are completely separate unless you self-host your website on your own machine.
Can two websites have the same IP address?
Yes. On shared hosting, hundreds of websites can share a single IP address. The web server uses the domain name in the HTTP request (via the Host header or SNI) to serve the correct site.
Does changing my hosting provider change my IP address?
Yes, almost always. When you migrate to a new hosting provider, you get a new server with a new IP address. You'll need to update your domain's A record to point to the new IP for the migration to take effect.
Can someone find my location from my website's IP?
A website IP lookup reveals the server's location (the data center), not your personal location. If your server is in a data center in Virginia, the IP geolocation will show Virginia — regardless of where you physically are.
Looking Ahead
The IP address landscape is shifting in ways that affect how we identify and work with website IPs. IPv4 exhaustion is accelerating IPv6-only deployments, particularly among mobile carriers and newer hosting providers. Carrier-grade NAT (CGNAT) is making IP identification more complex, as multiple customers share a single public IPv4 address. Meanwhile, anycast routing — where the same IP address is announced from multiple geographic locations — is changing how IP addresses map to physical locations, making geolocation less straightforward for sites behind CDNs and global load balancers.
Wrapping Up
Your website's IP address is a foundational piece of your site's infrastructure. Knowing how to find your website's IP address — and understanding what it means in terms of shared vs dedicated hosting, IPv4 vs IPv6, and CDN configurations — gives you the knowledge to manage DNS, troubleshoot issues, and monitor your site's health.
Enter any domain into our IP lookup tool or use the full hosting checker to see your website's IP address alongside DNS records, SSL certificate details, hosting provider, and server location — all in one search.
Related Articles

Written by
Piotr KulpinskiFounder of Hosting Checker and a web developer with over a decade of experience in DNS, hosting infrastructure, and domain management. Piotr builds tools that help developers and site owners understand their web stack.