# Ports Requirements

The following ports need to be enabled to ensure connectivity between HYBR components and external services:

| Service            | Ports                                                                       |
| ------------------ | --------------------------------------------------------------------------- |
| Hybr RP Server     | <ul><li>443</li><li>5985</li><li>5986</li><li>31101</li><li>30045</li></ul> |
| HYBR Portal Server | <ul><li>443</li></ul>                                                       |
| HYBR SQL DB Server | <ul><li>1433</li></ul>                                                      |
| HYBR RDG Server    | <ul><li>443</li></ul>                                                       |
| System Center VMM  | <ul><li>8100</li></ul>                                                      |
| System Center SPF  | <ul><li>8090</li></ul>                                                      |
| Guacamole Server   | <ul><li>443</li></ul>                                                       |


---

# 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.cloudassert.com/hybr/installation/hybr-pre-requisites/ports-configuration.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.
