---
title: Scaleway Instance OS images and InstantApps
description: Discover a complete list of OS images and InstantApps available for Scaleway Instances. Choose the perfect setup for your needs and optimize your virtual environment.
tags: instance
dates:
  validation: 2025-07-01
  posted: 2024-06-17
---
import ubuntu from './assets/ubuntu.webp'
import gpuos from './assets/ubuntu.webp'
import debian from './assets/debian.webp'
import centos from './assets/centos.webp'
import fedora from './assets/fedora.webp'
import rockylinux from './assets/rockylinux.webp'
import almalinux from './assets/almalinux.webp'
import windows from './assets/windows.webp'
import nextcloud from './assets/nextcloud.webp'
import gitlab from './assets/gitlab.webp'
import openvpn from './assets/openvpn.webp'
import wordpress from './assets/wordpress.webp'
import docker from './assets/docker.webp'


## OS images

An OS image for Instances refers to a pre-configured operating system installation that you can select when creating an Instance on the Scaleway cloud platform. We offer a variety of OS images that cater to different needs and preferences.
Scaleway manages the deployment and maintenance of these OS images, ensuring they are up-to-date and secure.

<Message type="tip">
  Each operating system may be available in different versions, which you can choose directly from the console or the CLI during Instance creation.
</Message>

<Tabs>
<TabsTab label="CPU Instances">
  | Distribution  | Description  |
  |---|---|
  | <Lightbox image={ubuntu} alt="Ubuntu" size="small" />   | **Ubuntu 24.04** the latest long-term support (LTS) version of the world's most popular Linux operating system, offers reliability and stability with five years of guaranteed free updates.<br />[Deploy Ubuntu](https://console.scaleway.com/instance/servers/create?imageKey=607b12c2-685d-45f7-905f-57bc23863834&offerName=PRO2-S&zone=fr-par-1&distribution=ubuntu) |
  | <Lightbox image={debian} alt="Debian" size="small" />  | **Debian**, the world-renowned free open-source operating system, featuring over 59,000 packages. Celebrated for its reliability, it is available in its stable branch, Debian 13 (Trixie).<br />[Deploy Debian](https://console.scaleway.com/instance/servers/create?imageKey=193cdddd-0b0b-43b5-84a6-f0d88ebe7611&offerName=PRO2-S&zone=fr-par-1&distribution=debian) |
  | <Lightbox image={centos} alt="CentOS" size="small" />  | **CentOS**, developed using Red Hat® Enterprise Linux®, is characterized by increased stability. It is available as a free distribution.<br/>[Deploy CentOS](https://console.scaleway.com/instance/servers/create?imageKey=cfb3fa01-6406-4be8-9e9d-29daee2582fa&offerName=PRO2-S&zone=fr-par-1&distribution=centos) |
  | <Lightbox image={fedora} alt="Fedora" size="small" /> | **Fedora** is a modern Linux distribution with a focus on free software. It features a constantly evolving system supported by a large community and adheres to a regular release schedule.<br/>[Deploy Fedora](https://console.scaleway.com/instance/servers/create?imageKey=8c054c16-094d-485d-85e5-143aa27c9bd9&offerName=PRO2-S&zone=fr-par-1&distribution=fedora) |
  | <Lightbox image={rockylinux} alt="Rocky Linux" size="small" /> | **Rocky Linux** is an open-source enterprise operating system designed to be 100% compatible with Red Hat Enterprise Linux®. It is intensively developed and maintained by a dedicated community.<br />[Deploy Rocky Linux](https://console.scaleway.com/instance/servers/create?imageKey=01b98a95-2325-428c-ada3-33874b54e293&offerName=PRO2-S&zone=fr-par-1&distribution=rockylinux) |
  | <Lightbox image={almalinux} alt="Alma Linux" size="small" />  | **Alma Linux** is fully binary compatible with Red Hat Enterprise Linux® (RHEL), making it a seamless replacement for CentOS.<br />[Deploy Alma Linux](https://console.scaleway.com/instance/servers/create?imageKey=9218d2c4-9de4-483d-85cb-0a0bcf85c1e8&offerName=PRO2-S&zone=fr-par-1&distribution=almalinux)  |
  | <Lightbox image={windows} alt="Windows Server" size="small" /> | **Windows Server 2022** the latest long-term support (LTSC) version of Microsoft's enterprise-grade server operating system, offers enhanced security, performance, and hybrid cloud capabilities with ongoing updates through mainstream support until October 2026.<br />[Deploy Windows Server 2022](https://console.scaleway.com/instance/servers/create?imageKey=1b38cd96-9e7c-428e-8d2f-484058b284cd&offerName=POP2-2C-8G-WIN&zone=fr-par-1&distribution=microsoft_windows_server)
</TabsTab>
<TabsTab label="GPU Instances">
  | Distribution  | Description  |
  |---|---|
  | <Lightbox image={gpuos} alt="GPU OS (Ubuntu)" size="small" />  | **GPU OS 13** is a specialized OS image based on Ubuntu 24.04 (Noble), optimized for GPU-accelerated workloads. It comes pre-installed with the NVIDIA driver, Docker, and NVIDIA's Container Toolkit, providing an environment for running containerized applications. This image is designed to work efficiently with NVIDIA NGC container images, enabling rapid deployment of GPU-accelerated applications, such as machine learning and data processing workloads.<br />[Deploy GPU OS 12](https://console.scaleway.com/instance/servers/create?imageKey=741cfd27-a822-4c82-b80f-973b562743ad&offerName=L4-1-24G&zone=fr-par-2&distribution=ubuntu)  |
</TabsTab>
</Tabs>

## InstantApps for CPU Instances

An InstantApp allows you to deploy pre-configured applications quickly on CPU Instances.
InstantApps simplify the process of deploying and managing applications in the cloud, making it accessible even for users without extensive infrastructure management experience.

| InstantApp  | Description  |
|---|---|
| <Lightbox image={nextcloud} alt="Nextcloud" size="small" />   | **Nextcloud** is the self-hosted productivity platform that keeps you in control. It allows you to store your files, folders, contacts, photo galleries, calendars, and more, and access them from your mobile device, desktop, or web browser.<br />[Learn more](/tutorials/nextcloud-instantapp/) - [Deploy Nextcloud](https://console.scaleway.com/instance/servers/create?imageKey=7d4a7cb1-1fd5-4a64-920b-c79f47367254&offerName=PRO2-S&zone=fr-par-1) |
| <Lightbox image={gitlab} alt="GitLab" size="small" />  | **GitLab** is the most complete DevOps platform, offering a comprehensive CI/CD toolchain within a single application. It serves as a Git repository manager with integrated wiki, issue-tracking, and continuous integration/deployment pipeline features.<br />[Learn more](/tutorials/gitlab-instant-app/) - [Deploy GitLab](https://console.scaleway.com/instance/servers/create?imageKey=233074b9-e2ba-4e78-818e-dd4930ce6bee&offerName=PRO2-S&zone=fr-par-1)  |
| <Lightbox image={openvpn} alt="OpenVPN" size="small" />  | **OpenVPN** is the fastest and simplest way to protect your online privacy and surf anonymously. It is easy to deploy and ready to use after your first SSH connection, ensuring quick setup for enhanced security.<br />[Learn more](/tutorials/openvpn-instant-app/) - [Deploy OpenVPN](https://console.scaleway.com/instance/servers/create?imageKey=b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8&offerName=PRO2-S&zone=fr-par-1) |
| <Lightbox image={wordpress} alt="WordPress" size="small" />  | **WordPress**, the most famous blog tool, publishing platform, and content management system (CMS), is an open-source software that enables you to create stunning websites, blogs, or applications effortlessly.<br />[Learn more](/tutorials/wordpress-instantapp/) - [Deploy WordPress](https://console.scaleway.com/instance/servers/create?imageKey=215a50f9-0ba8-4e9c-a4e7-10caf50e3586&offerName=PRO2-S&zone=fr-par-1) |
| <Lightbox image={docker} alt="Docker" size="small" />  | **Docker**, the famous container manager encapsulated in a Scaleway image, allows you to deploy your applications within seconds, eliminating concerns about compatibility and dependencies.<br/>[Learn more](/tutorials/docker-instantapp/) - [Deploy Docker](https://console.scaleway.com/instance/servers/create?imageKey=c1b530d8-0ca0-45c4-80db-ba06608287b2&offerName=PRO2-S&zone=fr-par-1) |
