> For the complete documentation index, see [llms.txt](https://docs.vioso.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vioso.com/preparation/network/firewall-configuration.md).

# firewall configuration

## Ports used by VIOSO

To ensure VIOSO 6 functions properly, it's essential to allow the application to communicate through the Windows Firewall. Here is a list of ports (default settings) that need to be open:

### For Remote Control

* **TCP Port**: 8317
* **UDP Port**: 817

<figure><img src="/files/y1goggMtauo8owyrewDX" alt=""><figcaption><p>Find this dialog in menu Options - Settings: Remote Control</p></figcaption></figure>

### For Multiclient Usage

* **TCP Ports:** 8417 and 8517

<figure><img src="/files/qCX5hJxkWntkynagVNrP" alt=""><figcaption><p>Find this dialog in menu Options - Settings: Multi client</p></figcaption></figure>

## Configuring the Windows Firewall:

**1. Open Windows Defender Firewall:**

* **Windows 10**: Type "Windows Defender Firewall" in the Start menu search bar and select "Windows Defender Firewall with Advanced Security."
* **Windows 11**: Search for "Firewall & network protection" in the Start menu and click on it.

**2. Create a New Inbound and Outbound Rule:**

* **Inbound Rule**:
  * In the Windows Defender Firewall with Advanced Security window, click on "Inbound Rules" on the left-hand side.
  * Click on "New Rule..." on the right-hand side.
  * Select "Program" and click "Next."
  * Browse and select the executable file `C:\ProgramFiles\VIOSO6\SPCalibrator64.exe`, then click "Next."
  * Choose "Allow the connection" and click "Next."
  * Apply the rule to all network types ( Domain, Private, Public).
  * Enter a name and optional description for the rule, then click "Finish."
* **Outbound Rule**:
  * Follow the same steps as above, but choose "Outbound Rules" instead of "Inbound Rules."


---

# 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.vioso.com/preparation/network/firewall-configuration.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.
