> 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/productos/servers/details/operating-systems-and-applications.md).

# Sistemas Operativos y Aplicaciones

El catálogo de sistemas operativos, aplicaciones y appliances disponibles. Para entender qué es una imagen y cuál te conviene, ve a [Imágenes y aplicaciones](/productos/servers/concepts/images-and-applications.md) en Conceptos.

### Sistemas operativos

**Windows**

| Sistema        | Versiones              |
| -------------- | ---------------------- |
| Windows Server | 2016, 2019, 2022, 2025 |

**Linux**

| Distribución                 | Versiones               |
| ---------------------------- | ----------------------- |
| 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                     |

### Aplicaciones preinstalables

Las aplicaciones que puedes preinstalar dependen del sistema operativo.

| Sistema      | Aplicaciones preinstalables                                                                                                                     |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| 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 y software preconfigurado listos para desplegar:

| Appliance    | Para qué                     | Proveedor   |
| ------------ | ---------------------------- | ----------- |
| 3CX          | Centralita telefónica (VoIP) | 3CX         |
| FortiGate VM | Firewall, operado como VNF   | Fortinet    |
| FireboxV     | Firewall, operado como VNF   | WatchGuard  |
| Pandora FMS  | Monitorización               | Pandora FMS |

Los firewalls (FortiGate VM y FireboxV) se despliegan como VNF y los operas tú; lo verás en[ Redes del servidor.](/productos/servers/concepts/networks.md)

### Dónde seguir

* Número máximo de imágenes propias y otros topes: Límites y cuotas.
* Desplegar un servidor: [Quickstart.](/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/productos/servers/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.
