> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/ribbon-menu-bar/tools/port-generator.md).

# Generatore di porte

Genera porte disponibili per le sue connessioni in Remote Desktop Manager impostando i limiti e includendo porte note, registrate o in uso.

Il ***Port Generator*** consente di generare porte per le sue connessioni.

### Impostazioni

{% tabs %}
{% tab title="Windows" %}

<table><thead><tr><th width="227">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Boundaries</strong></td><td>Determina l'intervallo di porte per generare le porte tra questi 2 numeri.</td></tr><tr><td><strong>Include well known ports</strong></td><td>Include le porte dall'intervallo da 0 a 1023. Sono le porte note o porte di sistema. Sono utilizzate dai processi di sistema che forniscono tipi di servizi di rete ampiamente utilizzati.</td></tr><tr><td><strong>Include registered ports</strong></td><td>Include le porte dall'intervallo da 1024 a 49151. Sono assegnate da IANA per un servizio specifico su richiesta di un'entità richiedente. Sulla maggior parte dei sistemi, le porte registrate possono essere utilizzate da utenti comuni.</td></tr><tr><td><strong>Include ports used by others sessions</strong></td><td>Include le porte già utilizzate da altre sessioni.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}

<table><thead><tr><th width="228">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Boundaries</strong></td><td>Determina l'intervallo di porte per generare le porte tra questi 2 numeri.</td></tr><tr><td><strong>Include well known ports</strong></td><td>Include le porte dall'intervallo da 0 a 1023. Sono le porte note o porte di sistema. Sono utilizzate dai processi di sistema che forniscono tipi di servizi di rete ampiamente utilizzati.</td></tr><tr><td><strong>Include registered ports</strong></td><td>Include le porte dall'intervallo da 1024 a 49151. Sono assegnate da IANA per un servizio specifico su richiesta di un'entità richiedente. Sulla maggior parte dei sistemi, le porte registrate possono essere utilizzate da utenti comuni.</td></tr><tr><td><strong>Include ports used by others sessions</strong></td><td>Include le porte già utilizzate da altre sessioni.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

#### Veda anche:

* [Devolutions Academy - Built-in generators: passwords, certificates, ports, and network scan](https://academy.devolutions.net/student/activity/3381288-built-in-generators-passwords-certificates-ports-and-network-scan)


---

# 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.devolutions.net/rdm/it/ribbon-menu-bar/tools/port-generator.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.
