> For the complete documentation index, see [llms.txt](https://docs.admira.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.admira.com/english/admira-player-installation/windows-10/windows-firewall.md).

# Windows Firewall

The Admira Player behaves 100% as a customer, although for some advanced functions it does behave like a server. To prevent the **Firewall** from affecting the operation of the Player, it is recommended to disable it or add the Admira Player as an exception.

> Note:\
> If your network environment or supplier cannot guarantee complete security in your circuit connection, we strongly recommend the second option. For any questions, please contact our technical support team.

## Option A: Disable Firewall

1. Go to the control panel or type **Firewall** in the launch bar search box.&#x20;
2. Once inside the **Firewall** pane, select the **Enable or Disable** **Windows Firewall option**.

<figure><img src="https://lh3.googleusercontent.com/Eh_pRbxOZk8ReFDAl5NlWN-7j_wluqBzq6cUXZ1oZJGsmhF8OooCsP0j07hwasGpfK-sbCIZAQik_5tzfDNFRli6SmI5xEtYwEm6OvvJRQD7kdg4qtmic9nQ4P6oE4cCHHM-PjjQq1TPp6n7yfnWQhqn23U74wwpKlOaumjtwcIX4jFzI7bCPo1EFb3z" alt=""><figcaption><p>Firewall</p></figcaption></figure>

3. Select **Disable Firewall** for both private and public networks.

<figure><img src="https://lh6.googleusercontent.com/194keS-jl4e1Gj7LIjrWlPeCShPCs4Zjg4YHyeIXrijT0M-vqdTNUY284ZDugMZZzxg9g5PCEOvOBaUsi6O12aVOTRMh6WPC5z90OHvbffIyLnSxfFbApEwS4gsO-bgYeP70ZI_K6sgKbleS3Wfwb6eyXUD0T2XaVv81YPn9ImEp54Yut3_fnIZUzKHL" alt="" width="563"><figcaption><p>Disable Firewall</p></figcaption></figure>

### **Advanced Windows Firewall**

<figure><img src="https://lh5.googleusercontent.com/QLWGkOD9fsaRMMla7cFfSCTNE8_9zM-RdhXyo50FBGiPOqK2TUQssdOrLpYW_LyDdOWw_nwGXNVVoOt5ZubpcAuxdtPz-6gw-SOG1mM-cW7mjqPlJGfksCfdZbYw7sN4DCCcYwo4aegSbpiexVQCrAFyA0e_VMN0jJHZeLpEo08e6Y1pbl82-Cpfhzek" alt="" width="563"><figcaption><p>Advanced Windows Firewall</p></figcaption></figure>

## Option B: Add Admira Player as an exception

(Recommended for environments without guaranteed security)

1. From the **Firewall** panel, select the option **Allow applications to communicate through Windows Firewall** and verify that the Admira application is selected.

<figure><img src="https://lh5.googleusercontent.com/exjPxLIctiTUVLi50wzQPT-SqUAvBITlcC-wCRWzH0qlR8svQMB4lzEvnwc82m-0Jr4b2slNSYtOdcswxF1tg0X-BXwVOCA2N8i_ymoz1LgdLyfzPVxEaVko2K24WcjnzuIXuEIu3xr3J1M62IXsh1Q7F6HBCV6vmxJTDuWlqoOaVTE6dx1HWBCbQv1w" alt="" width="563"><figcaption><p>Allow applications to communicate throught Windows Firewall</p></figcaption></figure>

2. Enable the transfer.exe, manager.exe, reverse.exe and winvnc.exe processes (in C:AdmiraPlayerAdmira) or the admira.exe and transfer.exe process (in C:AdmiraPlayerAdmira), depending on the version installed.

## Anti-virus and protection settings in Windows 10

Similarly, in certain older versions of Windows 10, the system might detect the Admira Player as a foreign item and end up removing the executable. In these exceptional cases and whenever the security of the player’s connection environment can be guaranteed, we recommend disabling these protections.

<figure><img src="https://lh5.googleusercontent.com/x23T_jK3duO7uOhs0WDybHYO965wVtLHWkLffsApOjGPZQS-i3S9FCspvw9VopBZJDSuTMvmWAsrY6dgjNrFKva3kcWYgou--5QKrEPYz5VhAcX4jh0Dow6Fuzm6GRMyXnHOMIPUuFRVjE8tiHTbrGM0c5G3V2q1TsRxzXbCGDHpidmBxgYIbiVT3TG6" alt="" width="563"><figcaption><p>Anti-virus and protection settings in Windows 10</p></figcaption></figure>


---

# 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://docs.admira.com/english/admira-player-installation/windows-10/windows-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.
