> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/parametrage/installation/check-list-installation-de-simax-sur-serveur/verifier.md).

# Vérifier

**Que le client ou son prestataire a :**&#x20;

Sur le serveur sur lequel SIMAXOnline seront installés :

1. Donnée des droits administrateur
2. Ouvert les ports (sauf si en accès distant (TSE)) : - 8051 (ou la valeur fixée à l’installation) pour SIMAXOnline - 3306 (ou la valeur fixée à l’installation) pour MySQL
3. Installé MySQL s’il n’est pas présent sur le serveur.
4. Créé un utilisateur pour SIMAX avec tous les droits sur la base et que dans la partie host il y a bien ‘%’
5. Paramétré le « Max packet size » à 16 Mo (variable MySQL : max\_allowed\_packet)
6. La taille du cache, elle doit être à 10 Mo (variable MySQL : query\_cache\_size)
7. Créé un dossier partagé pour les modèles d'édition et décompressez le fichier contenant les modèles d’éditions Ce dossier devra être accessible en lecture à tous les utilisateurs SIMAX avec un chemin unique.
8. Installé Libre Office si il doit être utilisé pour la génération des fichiers .pdf&#x20;
9. Client web ?&#x20;

Il faut un serveur web installé


---

# 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://doc.simax.fr/parametrage/installation/check-list-installation-de-simax-sur-serveur/verifier.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.
