---
title: How to use the KVM HP iLO
description: This page explains how to use the KVM HP iLO on a Scalewaty Dedibox
tags: kvm hp iLO access creation dedibox
dates:
  validation: 2025-09-03
  posted: 2021-07-16
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway_ilo.webp'
import image2 from './assets/scaleway_ilo_boot_menu.webp'
import image3 from './assets/scaleway_ilo_boot_options.webp'


This page shows you how to use [KVM-over-IP](/dedibox-kvm-over-ip/concepts/#kvm-over-ip) on a Dedibox with HP iLO.

<Requirements />

- A Dedibox account logged into the [console](https://console.online.net)
- A Dedibox server with a KVM-over-IP device: [HP iLO (integrated lights-out)](https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html)

## Creating an iLO session

1. Click **Server** > **Server List** in your Dedibox console. The list of your dedicated servers displays.
2. Click the name of the server you want to access. The server's status page displays.
3. Click **iLO** in the menu on the right. A pop-up displays.
    <Lightbox image={image} alt="" />
4. Accept the terms for iLO access by clicking **I Accept**.
5. Enter the authorized IPv4 address for the iLO connection. The IP address of your internet connection is already pre-filled in the form. Then click **Create** to generate your credentials.
    <Message type="note">
      Currently, only IPv4 addresses are accepted.
    </Message>

The connection URL and your credentials display. Click on the link to access the iLO interface.

## Accessing the KVM-over-IP device

1. Open the connection URL of your iLO in your web browser, then log in using the credentials displayed during access creation.
2. Click **Integrated Remote Console**.
    <Message type="tip">
      Depending on the model of your dedicated server, iLO may propose either an **HTML5-based** KVM-over-IP interface or a **Java-based** one. Make sure to have [Java installed](https://www.java.com/en/download/help/download_options.html) on your local computer if you want to use this version.
    </Message>
3. Click the **Disc icon** > **CD/DVD** > **Local \*.iso file** and select the local installation image of your operating system.
    <Message type="tip">
      You can also use one of the ISO files available on our [NAS](https://virtualmedia.online.net/) by clicking **Scripted Media URL**.
    </Message>
4. Click the menu icon > **Power** > **Reset** to reboot the machine.
5. During reboot, press **F11** to launch the boot menu.
    <Lightbox image={image2} alt="" />
6. Press **1** to boot from the virtual CD/DVD drive.
    <Lightbox image={image3} alt="" />

The server boots into installation mode. Follow the wizard of your operating system to complete the installation.


