---
title: "Pre-built VDS server images"
sidebar_label: "Pre-built images"
sidebar_position: 5
description: "Pre-built images for creating VDS servers"
---

import {CustomTable} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# Pre-built VDS server images

Pre-built images are images with a pre-installed operating system, prepared by Selectel specialists, for [creating VDS servers](/vds-servers/create-server.mdx).

For VDS servers, Selectel specialists have prepared images with the following OS:

* Ubuntu;
* Debian;
* Windows;
* CentOS.

For each pre-built image, the working environment has been prepared, the necessary parameters configured, and the assembly performed. The images are fully compatible with the Cloud Platform.

There are no pre-built images with pre-installed applications for VDS servers. You can install the necessary software yourself after connecting to the server.

If you need a server with pre-installed software, you can create a cloud server with an [application](/cloud-servers/applications/about-applications.mdx).

## Graphical interface \{#gui}

Windows images come with a pre-installed graphical interface.

Ubuntu, Debian, and CentOS images do not have a graphical interface by default — only the command line is available. You can install a graphical interface (GNOME or XFCE) manually after [connecting to the server](/vds-servers/manage/connect-to-server.mdx).

## List of pre-built images \{#default-images-list}

<CustomTable>
  <table data-sticky>
    <thead>
      <tr>
        <th rowspan="2" />

        <th colspan="2" data-noborder>Minimum resource requirements</th>
      </tr>

      <tr>
        <th>RAM</th><th>Volume</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td colspan="3">Ubuntu</td>
      </tr>

      <tr>
        <th>Ubuntu 24.04 LTS 64-bit</th><td>512 MB</td><td>5 GB</td>
      </tr>

      <tr>
        <th>Ubuntu 22.04 LTS 64-bit</th><td>512 MB</td><td>5 GB</td>
      </tr>

      <tr>
        <td colspan="3">Debian</td>
      </tr>

      <tr>
        <th>Debian 13 (Trixie) 64-bit</th><td>512 MB</td><td>5 GB</td>
      </tr>

      <tr>
        <th>Debian 12 (Bookworm) 64-bit</th><td>512 MB</td><td>5 GB</td>
      </tr>

      <tr>
        <th>Debian 11 (Bullseye) 64-bit</th><td>512 MB</td><td>5 GB</td>
      </tr>

      <tr>
        <td colspan="3">Windows</td>
      </tr>

      <tr>
        <th>Windows Server 2019 Standard</th><td>2 GB</td><td>32 GB</td>
      </tr>

      <tr>
        <td colspan="3">CentOS</td>
      </tr>

      <tr>
        <th>CentOS 9 Stream 64-bit</th><td>2 GB</td><td>5 GB</td>
      </tr>

      <tr>
        <td colspan="3">SelectOS</td>
      </tr>

      <tr>
        <th>SelectOS 2 64-bit</th><td>512 MB</td><td>5 GB</td>
      </tr>

      <tr>
        <th>SelectOS 1 64-bit</th><td>512 MB</td><td>5 GB</td>
      </tr>
    </tbody>
  </table>
</CustomTable>
