> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/fr/getting-started/installation.md).

# Installation

### Topologie

Une instance de Devolutions Server est une application web, ce qui permet à ses services d'être accessibles sur Internet ou sur un Intranet.

La [topologie](/server/fr/overview/topologies.md) recommandée implique l'utilisation de deux serveurs : un pour la base de données et un pour l'application web. Pour les installations plus petites, un seul serveur peut être utilisé; toutefois, les ressources seront partagées entre les deux rôles, ce qui peut avoir une incidence sur la performance.

{% hint style="warning" %}
Points clés à considérer :

* Assurez-vous que .NET 10.0 est installé sur votre machine avant de commencer l'installation.
* Il est fortement recommandé d'activer le chiffrement SSL pour sécuriser la communication avec l'instance SQL Server. Suivez le guide de Microsoft : [Configure SQL Server Database Engine for encrypting connections](https://learn.microsoft.com/en-US/sql/database-engine/configure-windows/configure-sql-server-encryption). Nous conseillons d'effectuer cette étape après la configuration initiale.
* Pour une intégration complète à Active Directory, le pool d'applications doit utiliser une identité de domaine, et les deux serveurs doivent être joints au domaine.
  {% endhint %}

### Installation

* [Installation des prérequis du serveur web](/server/fr/getting-started/installation/web-server-prerequisites.md)

{% hint style="danger" %}
Après avoir installé les prérequis, testez l'installation d'IIS en naviguant vers `http://localhost`. Si l'écran d'accueil d'IIS n'apparaît pas, ne poursuivez pas. Tout problème doit être résolu avant de continuer.
{% endhint %}

* [Instance de base de données](/server/fr/getting-started/installation/database-setup/database-instance.md)
* [Créer une instance de Devolutions Server](https://github.com/Devolutions/doc-gitbook/tree/master/translations/fr/server/knowledge-base/how-to-articles/deploy-devolutions-server-with-docker/README.md)

#### Voir aussi

* [Devolutions Academy - Survol de Devolutions Server](https://academy.devolutions.net/student/path/2007290/activity/3070845)
* [Devolutions Academy - Installation de Devolutions Server](https://academy.devolutions.net/student/page/2942307-installing-devolutions-server?curriculum_activity_id=4493546\&path_id=2942210\&sid=1f0658ca-fdf5-4f74-a93f-a6a4b8853c09\&sid_i=0)


---

# 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://docs.devolutions.net/server/fr/getting-started/installation.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.
