> 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 requiert ce qui suit :

* Gestionnaire IIS
* Les modules Microsoft IIS suivants :
  * [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite)
  * [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing)
* 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 à partir de la Devolutions Server Console ou au moyen d'un script PowerShell existant fourni avec la Devolutions Server Console.

L'installation des prérequis à partir de la [Devolutions Server Console](/server/fr/devolutions-server-console.md) ou à partir du script PowerShell nécessite un accès à Internet pour télécharger ce qui suit :

* 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://www.iis.net/downloads/microsoft/url-rewrite)
  * [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing)
* [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](/server/fr/devolutions-server-console.md).
2. Allez dans 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 ***Installer les prérequis*** 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 PowerShell

1. Exécutez Windows PowerShell avec des privilèges élevés.
2. Changez le chemin actuel pour le sous-dossier Scripts qui se trouve 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 et les composants IIS suivants :

   * Module IIS [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite).
   * Module IIS [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing).
   * [Bundle d'hébergement du module de base Microsoft .NET 10.0](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, and the optional `goal` query parameter:

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