Mobile app version of vmapp.org
Login or Join
Phylliss660

: How can I find my website's IP address? How can I check my website's IP address? I heard about some free tools that are available on the internet but don't know anything concrete.

@Phylliss660

Posted in: #IpAddress #Server

How can I check my website's IP address? I heard about some free tools that are available on the internet but don't know anything concrete.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

3 Comments

Sorted by latest first Latest Oldest Best

 

@Chiappetta492

There are multiple ways:


If you're in Firefox, open the console (F12), go to the tab [Network], click one of the resources. Then on the right there's "External IP".
When you use FireBug, tab [Net], it'll give you an IP right away
You could ping it via commandscreens. On Windows, open Startmenu, and enter ping example.com in the searchinput
Use an external site to let them check
Use a DIG to check the DNS values of the site, could be done via MXToolbox or terminals

10% popularity Vote Up Vote Down


 

@Barnes591

You can check your website ip with utrace: www.utrace.de/?query=nokes.de
The IP can also be queried locally on the computer in command line:

$ nslookup nokes.de or $ ping nokes.de

10% popularity Vote Up Vote Down


 

@Holmes151

How do you access your website? If it's by a domain name, such as example.com, just run a command prompt (in Windows) or Terminal (in OS X) and type nslookup example.com, which will tell you what IP address that domain name is mapped to.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme