# Instalação do módulo

## 🌏Instalação [Cmr Protected](https://protected.cmr.dev.br/)

### 1 -Faça o Download do Módulo:

### 🪟Windows:

{% hint style="warning" %}
Faça o download da versão para Windows [aqui](https://protected.cmr.dev.br/download#windows), compatível com a arquitetura do seu MTA (x86 ou x64).
{% endhint %}

### 🐧 Linux:

{% hint style="warning" %}
Faça o download da versão para Linux [aqui](https://protected.cmr.dev.br/download#linux), compatível com a arquitetura do seu MTA (x86 ou x64).
{% endhint %}

### 2 - Coloque o Módulo no Diretório do Servidor

*Transfira o arquivo do módulo para o diretório do seu servidor MTA:*

### 🚩Servidores X64:

{% hint style="info" %}
Geralmente localiza-se em `seu_servidor/x64/modules`. Se a pasta não existir, crie-a.
{% endhint %}

### 🚩Servidores x86:

{% hint style="info" %}
Instale o módulo em `seu_servidor/mods/deathmatch/modules`. Se a pasta não existir, crie-a.
{% endhint %}

### 3 - Configure o Módulo

Adicione a seguinte linha ao arquivo `mtaserver.conf` do seu servidor:

{% code title="mtaserver.conf" %}

```xml
<module src="cmr_protected.dll"/>
```

{% endcode %}

### 4 - Reinicie o Servidor

{% hint style="info" %}
Após colocar o módulo no diretório do servidor e configurá-lo, reinicie o servidor MTA para que o módulo seja carregado e comece a funcionar. Você pode fazer isso usando o painel de controle do seu servidor.
{% endhint %}

{% hint style="success" %}
Se o módulo foi instalado com sucesso, a seguinte mensagem será exibida no console da sua hospedagem ou ambiente local.
{% endhint %}

<figure><img src="/files/B9oROzulmOyyRLv4wLmL" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.hyperscripts.com.br/duvidas-frequentes/ativando-produto/instalacao-do-modulo.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.
