# Network settings in VIOSO

## Settings for multiclient usage

These settings apply when multiple instances of VIOSO are connected via network to execute scalable calibrations.

Access from `Menu > Options > Settings > Multi client`:

<figure><img src="/files/Y0NZ8CLJJh3KanID5GD5" alt=""><figcaption></figcaption></figure>

### Common Settings

These settings should be checked and adjusted whenever a new configuration of PCs is made, or if changes in the network happened.

* Check "Enable" to enable multiclient functionality
* Adapter: Select the network interface - in case you have multiple NICs on your system

{% hint style="info" %}
All VIOSO 6 instances must use the adaptor from the same network.\
E.g.: PC1: 192.168.49.10, PC2: 192.168.49.11, etc\
\
This will not work:\
PC1: 192.168.<mark style="color:red;">**0**</mark>.10 , PC2: 192.168.<mark style="color:red;">**20**</mark>.11
{% endhint %}

### Other settings

These settings should be be left as is, so do change them only if there are issues within the network:

* Control Port and Information Port: These ports are required for the communication bewtween the VIOSO instances. Do not change unless they conflict with other applications on the same PCs.

  Defaults ports as of VIOSO 6.0):&#x20;

  * Control: `8417`
  * Information: `8517`

{% hint style="info" %}
Changes of `Control Port` and `Information Port` must be done on <mark style="color:red;">**all PCs**</mark> in the same way!
{% endhint %}

* Receive Buffer: Change only if there are issues due to the networking hardware
* Subnet mask clamp: Change only if required by the network adress scheme

## Settings for Remote Control

These settings apply to remote control VIOSO by external applications.

Access from `Menu > Options > Settings > Remote Control`:

<figure><img src="/files/Llr8MFaJNBx162N9N9cX" alt=""><figcaption></figcaption></figure>

The TCP and UDP interfaces are enabled by default, listening all network adapters.

* Change the adapter from 0.0.0.0 (all adapters) to a specific adapter to restrict the remote control functionality to this network interface
* Change the ports in case of issues or conflicts with other applications.&#x20;

  Defaults ports as of VIOSO 6.0):&#x20;

  * TCP: `8317`
  * UDP: `817`


---

# 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://docs.vioso.com/preparation/network/network-settings-in-vioso.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.
