> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/fr/productos/servers-2/details/operating-systems-and-applications.md).

# Systèmes d’exploitation et applications

Le catalogue des systèmes d'exploitation, des applications et des appliances disponibles. Pour comprendre ce qu'est une image et laquelle vous convient, allez à [Images et applications](/fr/productos/servers/concepts/images-and-applications.md) dans Concepts.

### Systèmes d'exploitation

**Windows**

| Système        | Versions               |
| -------------- | ---------------------- |
| Windows Server | 2016, 2019, 2022, 2025 |

**Linux**

| Distribution                 | Versions                |
| ---------------------------- | ----------------------- |
| Ubuntu                       | 22.04 LTS, 24.04 LTS    |
| Debian                       | 11, 12                  |
| CentOS Stream                | 9                       |
| Rocky Linux                  | 9, 8.6                  |
| AlmaLinux                    | 9, 8.6                  |
| SUSE Linux Enterprise Server | 15 (SP1, SP3, SP5, SP6) |
| Oracle Linux                 | 8.6                     |

### Applications préinstallables

Les applications que vous pouvez préinstaller dépendent du système d'exploitation.

| Système      | Applications préinstallables                                                                                                                    |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Windows      | 7-Zip, Adobe Reader DC, Google Chrome, FileZilla Client, FileZilla Server, Firefox, Foxit Reader, LibreOffice, Notepad++, PeaZip, PuTTY, WinSCP |
| Ubuntu       | Apache, MariaDB, MongoDB, MySQL, Nginx, PHP, WordPress                                                                                          |
| Debian       | PHP, WordPress                                                                                                                                  |
| Rocky Linux  | MariaDB, MongoDB, MySQL, Nginx, PHP, WordPress                                                                                                  |
| AlmaLinux    | MariaDB, MongoDB, MySQL, Nginx, PHP, WordPress                                                                                                  |
| Oracle Linux | MariaDB, MongoDB, MySQL, Nginx, PHP, WordPress                                                                                                  |

### Marketplace

Appliances et logiciels préconfigurés, prêts à Déployer :

| Appliance    | À quoi il sert               | Fournisseur |
| ------------ | ---------------------------- | ----------- |
| 3CX          | Standard téléphonique (VoIP) | 3CX         |
| FortiGate VM | Pare-feu, exploité comme VNF | Fortinet    |
| FireboxV     | Pare-feu, exploité comme VNF | WatchGuard  |
| Pandora FMS  | Supervision                  | Pandora FMS |

Les pare-feu (FortiGate VM et FireboxV) sont déployés comme des VNF et c'est vous qui les gérez ; vous le verrez dans[ Réseaux du serveur.](/fr/productos/servers/concepts/networks.md)

### Où continuer

* Nombre maximum d'images personnalisées et autres limites : limites et quotas.
* Déployer un serveur : [Démarrage rapide.](/fr/productos/servers/quickstart.md)


---

# 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.plenit.com/fr/productos/servers-2/details/operating-systems-and-applications.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.
