> For the complete documentation index, see [llms.txt](https://docs.neogest.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.neogest.com.br/pre-requisitos/hospedagem/ativando-o-ioncube-na-hospedagem.md).

# Ativando o ioncube na hospedagem

Em várias hospedagens você mesmo consegue ativar diretamente no gerenciador da hospedagem, no Cpanel ou via Terminal (para quem tem mais experiência).

### Ativando via Cpanel

Acesse seu gerenciador Cpanel e busque por "php" e clique na opção "**Selecionar Versão do PHP**":

![Selecionar Versão do PHP](/files/-Mc-tMa4z6pusOYT5Bub)

Selecione a aba **Extensões** e posteriormente marque a opção **Ioncube Loader**:

![Selecione a Aba Extensões e posteriormente marque a opção Ioncube Loader](/files/-Mc-u3IAGfvGWzcwBKxQ)

Feito isso, basta verificar novamente se o Ioncube Loader foi ativado, seguindos os passos do tópico anterior:

{% content-ref url="/pages/-Mbt3K9nHtWt8tEvK0h4" %}
[Verificando se o ionCube está ativo](/pre-requisitos/hospedagem/verificando-se-o-ioncube-esta-ativo.md)
{% endcontent-ref %}

### Ativando via terminal Linux

![Baixando Ioncube Loader](/files/-Mbt4L1SwM-yjAXXQzsz)

1. Acesse o site: <https://www.ioncube.com/loaders.php>;
2. Efetue o download do pacote compatível com o sistema operacional do seu servidor;
3. Descompacte o pacote e efetue o upload do arquivo "loader-wizard.php" na raiz de sua hospedagem;
4. Acesse o "loader-wizard.php" através do navegador, **ex**: [www.seudominio.com.br/loader-wizard.php](http://www.seudominio.com.br/loader-wizard.php);
5. Siga as instruções.

{% hint style="info" %}
Todos os módulos da NeoGest são compatíveis com as versões 5.6, 7.0, 7.1, 7.2 e 7.3 do PHP. Para verificar adequadamente, acesse a página do módulo a ser instalado e verifique seus requisitos.
{% endhint %}


---

# 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:

```
GET https://docs.neogest.com.br/pre-requisitos/hospedagem/ativando-o-ioncube-na-hospedagem.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.
