> For the complete documentation index, see [llms.txt](https://docs.linuxcontrolcenter.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxcontrolcenter.com.br/requirements/server-requirements.md).

# Requisitos do Server

{% hint style="warning" %}
**Observação:** Não é necessário instalar previamente nenhum requisito de software. O script de instalação do LCC se encarrega de instalar todas as dependências automaticamente.
{% endhint %}

### Requisitos de Hardware

|    CPU    | Memória RAM | Espaço em Disco |
| :-------: | :---------: | :-------------: |
| 4 Núcleos |     8 GB    |      200 GB     |

### Requisitos de Software

| Sistema Operacional |        Docker       |  Banco de Dados |
| :-----------------: | :-----------------: | :-------------: |
| Debian 12 amd64-bit | Docker Engine 23.x+ | PostgreSQL 15.x |

{% hint style="warning" %}
Para instalações 'all-in-One', onde todos os componentes (Console, Worker e Alert Report) serão instalados no mesmo servidor, considere todas as regras de lançamento, com o mesmo servidor como origem. Nas instalações com servidores dedicados para cada serviço, observe os campos **Origem** e **Destino** das tabelas abaixo como referência para cada componente.
{% endhint %}

### Requisitos de Acesso Externo

|               Origem              |               Destino              |  Porta  | Protocolo |
| :-------------------------------: | :--------------------------------: | :-----: | :-------: |
| Console / Worker / Alert & Report | download.linuxcontrolcenter.com.br | TCP/443 |   HTTPS   |
| Console / Worker / Alert & Report |           deb.debian.org           |  TCP/80 |    HTTP   |
| Console / Worker / Alert & Report |         download.docker.com        | TCP/443 |   HTTPS   |
| Console / Worker / Alert & Report |     customer-portal.lcc7.online    | TCP/443 |   HTTPS   |
|          Console / Worker         |          cloud.tenable.com         | TCP/443 |   HTTPS   |
|              Console              |       7vulndb-api.lcc7.online      | TCP/443 |   HTTPS   |

### Requisitos de Acesso Interno

|     Origem     |               Destino              |               Porta               |    Protocolo   |
| :------------: | :--------------------------------: | :-------------------------------: | :------------: |
|     Worker     |               Console              |              TCP/443              |      HTTPS     |
| Alert & Report |              Database              |              TCP/5432             |       TCP      |
|     Worker     | Hosts a serem gerenciados pelo LCC | Definido de acordo com o ambiente | SSH/WinRM/ICMP |
|     Console    |           vCenter / ESXi           | Definido de acordo com o ambiente |   HTTP/HTTPS   |
|     Worker     |      BeyondTrust Password Safe     | Definido de acordo com o ambiente |   HTTP/HTTPS   |
|     Console    |       Tenable Security Center      | Definido de acordo com o ambiente |   HTTP/HTTPS   |


---

# 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.linuxcontrolcenter.com.br/requirements/server-requirements.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.
