Skip to main content

Windows Firewall configuration

This guide explains how to configure an inbound traffic rule in your VPS Windows Firewall.

Access firewall settings

  1. Connect to your server via RDP with your credentials
  2. In the Windows search bar, type "firewall"
  3. Select "Windows Defender Firewall with Advanced Security"

Create an inbound traffic rule

  1. In the left panel, click "Inbound Rules"
  2. In the right panel, click "New Rule"
  3. Select "Port" as the rule type
  4. Choose the protocol (TCP or UDP)
  5. Specify the port(s) to open:
    • Single port: "80"
    • Multiple ports: "80, 443"
    • Port range: "8000-8080"

Rule configuration

  1. Select the action to apply:

    • "Allow the connection"
    • "Block the connection"
    • "Allow the connection if it is secure"
  2. Define the application profile:

    • Domain: for professional networks
    • Private: for home/trusted networks
    • Public: for public networks
  3. Name your rule:

    • Give an explicit name (e.g., "HTTP-Inbound-80")
    • Add a detailed description (optional)

Important: For security reasons, only open the ports strictly necessary for your use.

Verification

Once the rule is created, it will appear in the inbound rules list.
You can modify or disable it at any time by right-clicking on it.