# Configuration du Site WEB

Pour accéder à l’interface de configuration du client web, ajoutez /admin/ à l’adresse de votre site web : <http://monserveur/monsite/admin/&#x20>;

Par défaut cette interface n’est accessible qu’à partir du serveur web, avec les identifiants admin/ad- min. Il est fortement recommandé de changer ces identifiants dès la mise en production du client web à partir du menu administrateur situé dans l’interface de configuration.&#x20;

A la racine du site, il faut créer un fichier qui s’appelle .env.local et ajouter cette ligne : ADMIN\_WHITE\_IPS='\["127.0.0.1","::1","10.234.179.0/24","votre ip"]'


---

# 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://doc.simax.fr/technique/installation-site-web/configuration-du-site-web.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.
