> 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

Il ***Generatore di porte*** le consente di generare porte per le sue connessioni.

### Impostazioni

{% tabs %}
{% tab title="Windows" %}
![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin6240.png)

<table><thead><tr><th width="227">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Limiti</strong></td><td>Determina l'intervallo di porte per generare le porte tra questi 2 numeri.</td></tr><tr><td><strong>Includi porte note</strong></td><td>Include le porte nell'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>Includi porte registrate</strong></td><td>Include le porte nell'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 ordinari.</td></tr><tr><td><strong>Includi porte utilizzate da altre sessioni</strong></td><td>Include le porte già utilizzate da altre sessioni.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}

<figure><img src="https://cdnweb.devolutions.net/docs/RDMM6023_2025_1.png" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="228">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Limiti</strong></td><td>Determina l'intervallo di porte per generare le porte tra questi 2 numeri.</td></tr><tr><td><strong>Includi porte note</strong></td><td>Include le porte nell'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>Includi porte registrate</strong></td><td>Include le porte nell'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 ordinari.</td></tr><tr><td><strong>Includi porte utilizzate da altre sessioni</strong></td><td>Include le porte già utilizzate da altre sessioni.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

#### Vedere 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.
