Download Article
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.
Things You Should Know
- Go to and search command prompt , then open the Command Prompt from the results.
- Ping the website for which you want to get information (in this case, "website.com"). Type ping website.com . Then, press ↵ Enter .
- Type tracert website.com to trace the website's route and nslookup website.com to check the DNS info for the website.
Steps
-
Search for Command Prompt. Type in command prompt to bring up a list of matching results.Advertisement
-
Ping the web address you want to check. 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.
-
Trace the website's route. 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).
-
Check the DNS information for the website. 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.
Advertisement
Community Q&A
Search
-
QuestionHow can I get a website name by using server IP?Community AnswerType nslookup followed by a space and the IP address of the server.
-
QuestionHow do I get an IP address of a website using CMD of Microsoft Windows [Version 6.3.9600]?Community AnswerYou can use the same method shown above. For any version, you should be able to use this method.
-
QuestionDo I need internect connection to perform this?Community AnswerYes, you will need an internet connection to obtain Website Information using Command Prompt.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
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.Thanks
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
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.Thanks
Advertisement
About This Article
Thanks to all authors for creating a page that has been read 375,315 times.
Advertisement