> For the complete documentation index, see [llms.txt](https://wiki.dolutech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dolutech.com/dolutech-security-automate-system-dsas/instalacao-da-ferramenta.md).

# Instalação da Ferramenta

**Dolutech Security Automate System (DSAS)**, uma ferramenta poderosa projetada para automatizar e facilitar a administração de servidores Linux. Este sistema foi criado para melhorar a segurança e simplificar a gestão de servidores, oferecendo uma série de funcionalidades automatizadas.

Acompanhe a versão estável disponível em:&#x20;

{% embed url="<https://github.com/dolutech/Dolutech-Security-Automate-System>" %}

{% hint style="info" %}
Sistemas Linux compatíveis com o DSAS são:
{% endhint %}

* DEBIAN 10 /11/12 + (Testado Funcional)
* UBUNTU 20.04LTS/22.04 LTS/20.04LTS  (Testado Funcional)
* AlmaLinux 8/9+  (Testado Funcional)
* Red Hat Enterprise Linux  (Testado Funcional)
* RockyLinux 9+  (Testado Funcional)
* \*Todos os sistemas Base RHEL/DEB

### Para instalar o DSAS em seu servidor, siga os passos abaixo:

#### Passo 1: Baixar o Script

Use o seguinte comando para baixar o script diretamente do GitHub:

```
curl -o dsas.sh https://raw.githubusercontent.com/dolutech/Dolutech-Security-Automate-System/main/dsas.sh
```

### Passo 2: Dar Permissão de Execução ao Script

Após o download, é necessário dar permissão de execução ao script:

```
chmod +x dsas.sh
```

### Passo 3: Executar o Script pela Primeira Vez

Execute o script para inicializar a configuração:

```
./dsas.sh
```

### Passo 4: Ativar o Sistema

Depois da configuração inicial, você pode ativar o sistema a qualquer momento usando o comando:

```
dsas start
```

E com isso sua Ferramenta DSAS estará pronta para uso!


---

# 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://wiki.dolutech.com/dolutech-security-automate-system-dsas/instalacao-da-ferramenta.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.
