# Configuración de red

La configuración de puertos y los protocolos de red de Sherpa RPA pueden ser ajustados para cumplir con todos los requisitos comunes del firewall. La configuración de puerto por defecto es la siguiente:

\*Sherpa Attended Robot, Sherpa Unattended Robot, Sherpa Coordinator saliendo hacia Sherpa Orchestrator: 80 o 443

\*En todas las comunicaciones de red, la iniciativa de establecer la conexión y la solicitud inicial corresponde únicamente a los componentes del cliente, es decir, Sherpa Attended Robot, Sherpa Unattended Robot y Sherpa Coordinator.\
Sherpa Orchestrator no realiza solicitudes a los clientes por su propia iniciativa.

\*Conexión a la base de datos: 3306 y 1433 - configurable

\*Acceso del usuario a la interfaz web de Sherpa Orchestrator: 80 o 443

Para interactuar con el servidor web se utiliza https, opcionalmente se puede usar http. Sherpa RPA soporta comunicación segura (utilizando el protocolo TLS 1.2) entre Attended Robot, Sherpa Unattended Robot, Sherpa Coordinator y Sherpa Orchestrator. Al instalarse mediante TLS, el cliente debe proporcionar los certificados necesarios, colocándolos en la ruta\
/opt/app/config/certs/, renombrándolos a orchestrator.crt y orchestrator.key.


---

# 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.sherparpa.ru/es/sherpa-rpa/diagramma-razvertyvaniya-sherpa-rpa/konfiguraciya-seti.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.
