---
title: How to use the KVM Dell iDRAC 7
description: This page explains how to use the KVM DELL iDRAC 7 on Scaleway Dedibox.
tags: dedibox kvm idrac7 idrac
dates:
  validation: 2025-09-03
  posted: 2021-07-16
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway_idrac.webp'
import image2 from './assets/scaleway_idrac7_dashboard.webp'
import image3 from './assets/scaleway_idrac7_remote_share.webp'
import image4 from './assets/scaleway_idrac7_console.webp'
import image5 from './assets/scaleway_idrac7_bios_boot.webp'
import image6 from './assets/scaleway_idrac7_virtual_cd.webp'


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

<Requirements />

- A Dedibox account logged into the [console](https://console.online.net)
- A Dedibox server with a [Dell iDRAC 7](https://www.dell.com/support/manuals/en-us/integrated-dell-remote-access-cntrllr-7-v1.50.50/idrac7ug1.50.50-v1/overview) KVM-over-IP device

## Creating an iDRAC 7 Session

1. Navigate to **Server** > **Server List** in your [Dedibox console](https://console.online.net). A list of your dedicated servers displays.
2. Click the name of the server you wish to access. The server's status page displays.
3. Click **iDRAC** on the right-hand menu. This will prompt a pop-up window to appear.
   <Lightbox image={image} alt="" />
4. Confirm your acceptance of the terms for iDRAC access by clicking **I Accept**.
5. Provide the authorized IPv4 address for the iDRAC connection. The form will autofill with the IP address of your current internet connection. Proceed by clicking **Create** to generate your credentials.
   <Message type="note">
     Currently, only IPv4 addresses are supported.
   </Message>

Upon completion, the connection URL and your credentials will be displayed. Click on the provided link to access the iDRAC interface.

## Accessing the iDRAC device

<Message type="note">
  If your server is configured to use Java, you may not be able to access the HTML5 interface. In this case, contact our Support team for assistance.
</Message>

1. Open the connection URL of your iDRAC in your web browser, then log in using the credentials provided during access creation.

### Mounting an ISO

1. Navigate to **Attached Media** in the top menu. This action will display the virtual media page.
   <Lightbox image={image2} alt="" />
2. Input the image file path in the form and click **Connect**.
   <Lightbox image={image3} alt="" />
   <Message type="tip">
     You can locate the image file path for your OS on our [NAS](http://virtualmedia.online.net). <br />
     If your preferred OS is not available on the NAS, contact our Support team for assistance.
   </Message>

### Accessing the remote console with an ISO mount

1. Click on **Properties** (A), then **Launch** (B) to initiate the virtual console.
   <Lightbox image={image4} width="" />
   <Message type="note">
   If your server is configured to use Java, you may not be able to access the HTML5 interface. In this case, contact our Support team for assistance.
   </Message>
2. Reboot the server, then press **F11** during the boot process to access the boot manager.
3. Select **BIOS Boot Menu**.
   <Lightbox image={image5} width="" />
4. Choose **iDRAC Virtual CD**.
   <Lightbox image={image6} width="" />

Your server boots from the ISO file on the NAS and you can complete the installation of your operating system.
