---
title: How to install a Dedibox
description: This page explains how to install a Scaleway Dedibox
tags: dedibox install
dates:
  validation: 2025-11-05
  posted: 2022-01-31
---
import DediboxScalewayMigration from '@macros/bare-metal/dedibox-scaleway-migration.mdx'
import Requirements from '@macros/iam/requirements.mdx'


<DediboxScalewayMigration />

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- [Configured your SSH key](/organizations-and-projects/how-to/create-ssh-key/)
- [Ordered](/dedibox-scaleway/how-to/order-dedibox/) a Dedibox server

## How to install a Dedibox

After the delivery of your server, you can start installing it.

1. Click **Dedibox** in the **Bare Metal** section of the side menu.
2. Choose the Dedibox server you want to install from the list.
3. Click **Install** to launch the OS installation wizard.
4. Select the type and version of the operating system you want to install.
    <Message type="tip">
      For more information about OS types, refer to the [dedicated servers concepts page](/dedibox-scaleway/concepts/#os-type).
    </Message>
5. Personalize the following [partitioning](/dedibox-scaleway/concepts/#partitioning) parameters:
    - the file system (ext4, ext3, ext2, xfs, reiserfs, nfts, swap)
    - the mount point of the partition
    - the partition size
    - the software raid (RAID 0/1/5)

    <Message type="note">
      When you start a CentOS installation with custom partitioning, you need to keep about 5 GB of unallocated disk space to prevent the automatic installation system from crashing.
    </Message>
6. Configure the system parameters. You can edit parameters such as the name of the server, and add a username, password, and SSH key.
    <Message type="note">
      * To connect to your server via SSH, it is recommended that you [create and upload your SSH key](/organizations-and-projects/how-to/create-ssh-key/) at this stage so that it can be transferred to your server during installation.
      * Existing SSH keys from your current Dedibox console are not transferred to the Scaleway console. [Upload these keys](/organizations-and-projects/how-to/create-ssh-key#how-to-upload-the-public-ssh-key-to-the-scaleway-interface) into your Scaleway console to use them with your Dedibox servers.
    </Message>
7. Tick the checkbox to confirm that your server can be shut down in case of abuse. Then click **Reinstall Dedibox server**.

    The installation of your Dedibox server may take up to 20 minutes. Once completed, your server will reboot on its hard disk.

<Message type="note">
  Depending on the OS, the installation can take several minutes to complete. Some operating systems may require additional reboots for completion. We recommend waiting 45 to 60 minutes before you connect to your server.
</Message>