Blog

How to Ping a VPS from Windows and Linux

Ping is a useful tool for checking if a VPS is online and responsive to outside connections. With certain exceptions, a server will always “ping” when it is online and available. 

To ping a VPS or another server, open Command Prompt on Windows, or Terminal on Mac OS X / Linux.

Enter the IP address of the remote server with the ping command:

ping 0.0.0.0

Replace “0.0.0.0” with your VPS or server’s IP address. On Windows, you can append the command as follows to ping the server indefinitely:

ping -t 0.0.0.0

A successful ping will return information about the packet size, TTL, and round-trip transmission time, ending in a MS (millisecond) value. Unsuccessful (offline) pings will return as “Destination host unreachable”, “Connection timed out”, or something similar. 

This entry was posted in Tech Support, VPS Hosting and tagged , , , , . Bookmark the permalink. Both comments and trackbacks are currently closed.



Questions? We're here to help.