How to Find IP of Website?

Use Command Prompt or Terminal

Run `nslookup website.com`

Run `ping website.com`

Run `tracert website.com` on Windows

Run `traceroute website.com` on macOS or Linux

Use online DNS lookup tools

Check the website’s DNS records with `dig website.com`

Use `host website.com` on Linux or macOS

View the IP in browser developer tools if needed

Check the server IP in your hosting or DNS control panel

Suggested for You

Trending Today