There was a problem loading the comments.

How to Enable Ping on a Windows VPS (Allow ICMP Echo Requests)

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

 

✅ How to Enable Ping on a Windows VPS (Allow ICMP Echo Requests)

By default, many Windows servers block ICMP (ping) requests via the firewall for security reasons. If you'd like to enable ping to test network connectivity, follow these steps:

 

🔧 Steps to Enable Ping on a Windows VPS

  1. Open Windows Defender Firewall

    • Press Windows + R, type firewall.cpl, and press Enter.

    • Or, go to Control Panel > System and Security > Windows Defender Firewall.

  2. Open Advanced Settings

    • Click on Advanced settings in the left pane to open Windows Defender Firewall with Advanced Security.

  3. Create a New Inbound Rule

    • In the left pane, click Inbound Rules.

    • In the right pane, click New Rule…

  4. Allow ICMP (Ping) Traffic

    • Select Custom, then click Next.

    • Under Program, select All programs, then click Next.

    • Under Protocol and Ports, select ICMPv4 from the Protocol Type drop-down.

    • Click Next through the scope and action pages, selecting Allow the connection.

    • On the profile page, make sure Domain, Private, and Public are checked (or adjust to your environment).

    • Give the rule a name like "Allow ICMP Ping", then click Finish.

  5. Confirm Ping is Working

    • On another machine, open Command Prompt and type:

      ping your-server-ip
      
    • If successful, your server will respond to ping requests.


🛡️ Why Enable Ping on a VPS?

  • Ping helps diagnose connectivity issues.

  • Useful for monitoring tools and uptime checks.

  • Can confirm your VPS is online and reachable.

⚠️ Be cautious when enabling ping on public-facing servers. While useful, it can expose your server to unwanted scans. Consider restricting ICMP only to trusted IPs if security is a concern.


Share via
Did you find this article useful?  

Related Articles

Tags

© Softsys Hosting