PDF download Download Article PDF download Download Article

This wikiHow teaches you how to find basic information about a website via Command Prompt on a Windows computer. You can see a website's IP address, the route from your network to the website, and the website's DNS information from within Command Prompt.

  1. Type in command prompt to bring up a list of matching results.
    Advertisement
  2. You can "ping" the nearest website server to see how far away the server is in milliseconds:
    • Type in ping website.com where "website" is your website's name.
    • Press Enter .
    • Press Enter again to stop the ping.
  3. Sending a "traceroute" request to your website will show the route the request takes, documenting any server addresses between you and the website:
    • Type in tracert website.com where "website" is the website's name.
    • Press Enter .
    • Review the path your request took (sections with asterisks are instances in which the request timed out).
  4. You can see the website's DNS address, which differs from the IP address, by doing the following:
    • Type in nslookup website.com where "website" is the name of the website.
    • Press Enter .
    • Review the website's DNS addresses.
  5. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How can I get a website name by using server IP?
    Community Answer
    Type nslookup followed by a space and the IP address of the server.
  • Question
    How do I get an IP address of a website using CMD of Microsoft Windows [Version 6.3.9600]?
    Community Answer
    You can use the same method shown above. For any version, you should be able to use this method.
  • Question
    Do I need internect connection to perform this?
    Community Answer
    Yes, you will need an internet connection to obtain Website Information using Command Prompt.
See more answers
Ask a Question
      Advertisement

      Tips

      • You can sometimes use a website's IP address to connect to the website in an environment in which the website itself is blocked.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • Most websites use firewalls to block unauthorized access, so the IP address you see for a website may be misleading.
      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 367,486 times.

      Reader Success Stories

      • Anonymous

        Mar 4, 2017

        "It helped me to recall the tracert command to use it."
      Share your story

      Is this article up to date?

      Advertisement