> 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/ribbon-menu-bar/tools/port-generator.md).

# Port generator

The ***Port Generator*** allows you to generate ports for your connections.

### Settings

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

<table><thead><tr><th width="227">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Boundaries</strong></td><td>Determinate the port range to generate the ports between those 2 numbers.</td></tr><tr><td><strong>Include well known ports</strong></td><td>Include ports from range 0 to 1023. They are the well-known ports or system ports. They are used by system processes that provide widely used types of network services.</td></tr><tr><td><strong>Include registered ports</strong></td><td>Include ports from range 1024 to 49151. They are assigned by IANA for specific service upon application by a requesting entity. On most systems, registered ports can be used by ordinary users.</td></tr><tr><td><strong>Include ports used by others sessions</strong></td><td>Include the ports that are already used by other sessions.</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">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Boundaries</strong></td><td>Determinate the port range to generate the ports between those 2 numbers.</td></tr><tr><td><strong>Include well known ports</strong></td><td>Include ports from range 0 to 1023. They are the well-known ports or system ports. They are used by system processes that provide widely used types of network services.</td></tr><tr><td><strong>Include registered ports</strong></td><td>Include ports from range 1024 to 49151. They are assigned by IANA for specific service upon application by a requesting entity. On most systems, registered ports can be used by ordinary users.</td></tr><tr><td><strong>Include ports used by others sessions</strong></td><td>Include the ports that are already used by other sessions.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

#### See also:

* [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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/port-generator.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.
