> 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 permettant à ses services d'être accessibles via Internet ou un intranet.

La [topologie](https://docs.devolutions.net/fr/server/overview/topologies/) recommandée implique l'utilisation de deux serveurs : un pour la base de données et un pour l'application web. Pour les installations de plus petite taille, un seul serveur peut être utilisé ; toutefois, les ressources seront partagées entre les deux rôles, ce qui peut nuire aux performances.

{% hint style="warning" %}
Points clés à prendre en compte :

* 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 vous conseillons d'effectuer cette étape après la configuration initiale.
* Pour une intégration complète avec 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](https://docs.devolutions.net/fr/server/getting-started/installation/installing-web-server-prerequisites/)

{% hint style="danger" %}
Après avoir installé les prérequis, testez l'installation IIS en accédant à `http://localhost`. Si l'écran de bienvenue 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](https://docs.devolutions.net/fr/server/getting-started/installation/database-setup/database-instance/)
* [Créer une instance de Devolutions Server](https://github.com/Devolutions/doc-gitbook/blob/master/translations/fr/server/knowledge-base/how-to-articles/deploy-devolutions-server-with-docker/README.md)

#### Voir aussi

* [Devolutions Academy - Overview of Devolutions Server](https://academy.devolutions.net/student/path/2007290/activity/3070845)
* [Devolutions Academy - Installing 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:

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