# How to disable Windows Firewall

Wondering why connections aren't working towards your Windows VPS?

To start off, log into your Windows VPS

{% tabs %}
{% tab title="Step 1" %}
&#x20;In the **Search** icon (bottom left), type in **Windows Defender Firewall with Advanced Security**

![](/files/-Ma2RzpkSlRv4fX3kALg)
{% endtab %}

{% tab title="Step 2" %}
&#x20;Once you've opened this application, you will be greeted with your Firewall properties. Please click **Windows Defender Firewall Properties**

![](/files/-Ma2S1lpcnm6XrEO6WFO)
{% endtab %}

{% tab title="Step 3" %}
In the **Domain Profile** tab, turn the Firewall state from On (recommended) to **Off**

Additionally, turn the firewall staff for the **Private Profile** and **Public Profile** tabs to **Off**

![Domain Profile](/files/-Ma2S7yb0DKQYiF5Aj6K)

![Private Profile](/files/-Ma2SBPAXoPjHKTaeBRH)

![Public Profile](/files/-Ma2SErSzWwPa-ZBa3JM)

&#x20;Hit **Apply**, then you're all done!
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.secured.gg/vps/disable-firewall.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
