> 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/web-server-prerequisites.md).

# Prérequis du serveur web

L'installation de Devolutions Server est prise en charge par Windows Server 2016, 2019, 2022 et 2025.

En tant qu'application web, Devolutions Server nécessite les éléments suivants :

* IIS Manager
* Les modules Microsoft IIS suivants :
  * [URL Rewrite](https://api.devolutions.net/redirection/3cb42413-5dfd-4b1b-bd20-4e5968274ed0)
  * [Application Request Routing](https://api.devolutions.net/redirection/52ba9ac0-fb5f-44c1-9521-972caf763b1a)
* Le bundle d'hébergement [Microsoft .NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
* Des rôles de serveur web spécifiques sur la machine hôte

Ces prérequis peuvent être installés depuis la Devolutions Server Console ou via un script PowerShell existant fourni avec la Devolutions Server Console.

L'installation des prérequis depuis la [Devolutions Server Console](https://docs.devolutions.net/fr/server/devolutions-server-console/) ou depuis le script PowerShell nécessite un accès à Internet pour télécharger les éléments suivants :

* Le bundle d'hébergement [Microsoft .NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
* [.NET Desktop Runtime 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) (Devolutions Server Console)
* Les modules Microsoft IIS suivants :
  * [URL Rewrite](https://api.devolutions.net/redirection/3cb42413-5dfd-4b1b-bd20-4e5968274ed0)
  * [Application Request Routing](https://api.devolutions.net/redirection/52ba9ac0-fb5f-44c1-9521-972caf763b1a)
* [Microsoft Edge WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/consumer/) (Devolutions Server Console)

![](https://cdnweb.devolutions.net/docs/INTERFACE2033.png)

### Méthode par la Devolutions Server Console

1. Ouvrez la [Devolutions Server Console](https://docs.devolutions.net/fr/server/devolutions-server-console/).
2. Accédez à l'onglet ***Support*** et cliquez sur ***IIS Diagnostic***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLSCONSOLE2006_2024_1.png" alt=""><figcaption></figcaption></figure>
3. Cliquez sur ***Install Prerequisites*** pour exécuter le script PowerShell. La fenêtre ci-dessous n'apparaît que si un prérequis est manquant lors d'une nouvelle installation ou d'une mise à jour.

   ![](https://cdnweb.devolutions.net/docs/DVLSCONSOLE2005_2024_1.png)

### Méthode par PowerShell

1. Exécutez Windows PowerShell avec des privilèges élevés.
2. Modifiez le chemin actuel vers le sous-dossier Scripts situé dans le dossier d'installation actuel de la Devolutions Server Console (**C:\Program Files (x86)\Devolutions\Devolutions Server Console\Scripts**).
3. Exécutez le script **DVLS-Prerequisites.ps1**.
4. Le script installera les rôles web manquants ainsi que les composants IIS suivants :

   * Le module IIS [URL Rewrite](https://api.devolutions.net/redirection/3cb42413-5dfd-4b1b-bd20-4e5968274ed0).
   * Le module IIS [Application Request Routing](https://api.devolutions.net/redirection/52ba9ac0-fb5f-44c1-9521-972caf763b1a).
   * Le [bundle d'hébergement Microsoft .NET 10.0 Core Module](https://dotnet.microsoft.com/en-us/download/dotnet/10.0).

   ![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp4020.png)


---

# 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/web-server-prerequisites.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.
