> For the complete documentation index, see [llms.txt](https://kb.secured.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.secured.gg/vps/disable-firewall.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
