---
title: "OS images for installation"
sidebar_label: "OS images for installation"
sidebar_position: 4
description: "Which operating system images are available for installation on a server via the control panel"
---

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

# OS images for installation

You can install an operating system on a dedicated server via the [control panel](https://my.selectel.ru) from prepared images:

* [Standard OS images](#standart-os-images) are minimal net-install format installation images used to install an OS. You will need to download the remaining files from a local or public repository;

* [OS images with applications](#os-images-with-applications) are versions of an OS with pre-installed applications, a configured working environment, and the necessary parameters for the application to function. You can install an [OS with an application](/dedicated/manage-applications/about-applications.mdx) only on a dedicated server [of a prebuilt configuration](/dedicated/order/dedicated-configurations.mdx#prebuilt-servers).

Periodically, we disable OS images that are not in demand and for which the official End Of Life (EOL) has been reached.

## Standard OS images \{#standart-os-images}

You can install an OS from standard images using [auto-installation](/dedicated/manage/autoinstall-os.mdx) or [manually](/dedicated/manage/install-os-from-image.mdx).

<CustomTable>
  <table data-sticky>
    <thead>
      <tr>
        <th>OS family</th><th>OS version</th><th>EOL</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <th rowspan="4">Proxmox</th><td>Virtual Environment 8</td><td>08.2026</td>
      </tr>

      <tr>
        <td>Virtual Environment 9</td><td>TBA</td>
      </tr>

      <tr>
        <td>Backup Server 3</td><td>08.2026</td>
      </tr>

      <tr>
        <td>Backup Server 4</td><td>TBA</td>
      </tr>

      <tr>
        <th rowspan="2">Oracle</th><td>9</td><td>31.05.2027</td>
      </tr>

      <tr>
        <td>10</td><td>31.05.2030</td>
      </tr>

      <tr>
        <th rowspan="2">AlmaLinux</th><td>9</td><td>31.05.2027</td>
      </tr>

      <tr>
        <td>10</td><td>31.05.2030</td>
      </tr>

      <tr>
        <th rowspan="2">Rocky</th><td>9</td><td>31.05.2027</td>
      </tr>

      <tr>
        <td>10</td><td>31.05.2030</td>
      </tr>

      <tr>
        <th rowspan="3">Ubuntu</th><td>26.04 LTS</td><td>30.04.2031</td>
      </tr>

      <tr>
        <td>24.04 LTS</td><td>25.04.2029</td>
      </tr>

      <tr>
        <td>22.04 LTS</td><td>04/01/2027</td>
      </tr>

      <tr>
        <th rowspan="2">Debian</th><td>12</td><td>10.06.2026</td>
      </tr>

      <tr>
        <td>13</td><td>08/09/2028</td>
      </tr>

      <tr>
        <th>Raspberry Pi OS</th><td>bullseye x64</td><td>14.08.2024</td>
      </tr>

      <tr>
        <th rowspan="4">Windows Server</th><td>2019 Standard `*`</td><td>09.01.2024</td>
      </tr>

      <tr>
        <td>2019 Datacenter `*`</td><td>01/09/2024</td>
      </tr>

      <tr>
        <td>2022 Standard `*`</td><td>13.10.2026</td>
      </tr>

      <tr>
        <td>2022 Datacenter `*`</td><td>13.10.2026</td>
      </tr>

      <tr>
        <th>MacOS</th><td>BigSur</td><td>TBA</td>
      </tr>

      <tr>
        <th>SelectOS</th><td>1</td><td>11.2029</td>
      </tr>

      <tr>
        <th rowspan="2">Astra Linux SE</th><td>Orel 1.8 ` **`</td><td>TBA</td>
      </tr>

      <tr>
        <td>Voronezh 1.8 ` **`</td><td>TBA</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

`*` evaluation OS version.

` **` you need to purchase an additional service for the right to install and use the OS.

## OS images with applications \{#os-images-with-applications}

You can install an OS from images with applications only via [autoinstallation](/dedicated/manage/autoinstall-os.mdx).

<CustomTable>
  <table data-sticky>
    <thead>
      <tr>
        <th>Application</th><th>Distribution</th><th>EOL</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <th>[Container Ready 28.0.0](/dedicated/manage-applications/containers-ready.mdx)</th><td>Ubuntu 24.04 LTS</td><td>25.04.2029</td>
      </tr>

      <tr>
        <th>[Open WebUI](/dedicated/manage-applications/open-webui.mdx)</th><td>SelectOS 1.1</td><td>11.2029</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
