> 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/docs-en/productos/servers/concepts/images-and-applications.md).

# Images and applications

A **image** An image is the starting point of your server: the operating system it boots from and, if you choose, software already installed on top of it. When you deploy a server, the first thing you decide is which image it starts from.

### Where your server starts from

You have four image sources, depending on what you need:

* **Distributions** — ready-to-use official operating systems (Windows Server and the main Linux distributions). The usual option.
* **My images** — your own images, created from servers you already have. Ideal for replicating a configuration over and over.
* **ISOs** — your own ISO image, when you need to install a system your way.
* **Marketplace** — appliances and preconfigured software, ready to deploy in just a few clicks.

### Windows or Linux?

The first decision is the operating system. **Windows Server** fits the client's ERP and Windows business software; **Linux**, with web services, databases, containers, and appliances.

If you go with Linux, each distribution excels at something different:

| Distribution            | What it fits best for                                            |
| ----------------------- | ---------------------------------------------------------------- |
| Ubuntu                  | Development, containers, and web apps                            |
| Debian                  | Stable production: databases, mail, DNS                          |
| AlmaLinux / Rocky Linux | CentOS replacements, RHEL compatibility, enterprise environments |
| Oracle Linux            | Oracle Database and Oracle applications                          |

You have the complete version catalog at [Details.](/docs-en/productos/servers/details.md)

### Preinstalled applications

On a Windows image you can **preinstall commonly used applications** —browsers, PDF reader, office suite, FTP client— so the server arrives ready. It's optional: if you don't need any, you can continue.

### Your own images

Here is one of the most useful levers for a partner: **create an image from an already configured server and reuse it**. You set up a server to your liking —system, settings, software—, turn it into an image, and deploy as many identical copies as you need.

> #### 👍 Configure once, deploy many
>
> Your own images save you from repeating the same setup for each client. You can store up to 12 per subscription.

### The Marketplace

The Marketplace includes appliances ready to deploy:

* **3CX** — telephone exchange (VoIP).
* **FortiGate VM** (Fortinet) and **FireboxV** (WatchGuard) — firewalls that you operate yourself as a VNF. You can see them in [Server networks.](/docs-en/productos/servers/concepts/networks.md)
* **Pandora FMS** — monitoring.

### Next steps

* Decide the size in [Size your server.](/docs-en/productos/servers/concepts/size-cpu-ram-disk.md)
* Create your first server with [Quick Start](/docs-en/productos/servers/quickstart.md)

<br>


---

# 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/docs-en/productos/servers/concepts/images-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.
