---
title: How to use the QuantaPlex KVM
description: This page explains how to use the KVM device of QuantaPlex servers on Scaleway Dedibox.
tags: kvm quantaplex
dates:
  validation: 2025-09-11
  posted: 2021-07-16
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway_KVM.webp'
import image2 from './assets/scaleway_quantaplex_remote_control.webp'
import image3 from './assets/scaleway_quantaplex_launch_kvm.webp'
import image4 from './assets/scaleway_quantaplex_browse_file.webp'
import image5 from './assets/scaleway_quantaplex_start_media.webp'
import image6 from './assets/scaleway_quantaplex_f11.webp'
import image7 from './assets/scaleway_quantaplex_vcdrom.webp'


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

<Requirements />

- A Dedibox account logged into the [Online console](https://console.online.net)
- A [Dedibox server](/dedibox/how-to/install-a-server/) with a [Quanta Computer QuantaPlex](https://www.qct.io) KVM-over-IP device

## Creating a KVM session

1. Navigate to **Server** > **Server List** in your [Dedibox console](https://console.online.net/en/login) to view the list of your dedicated servers.
2. Click the name of the server you wish to access. This will open the server's status page.
3. Click **KVM OVER IP** on the right-hand menu. A pop-up window displays.
   <Lightbox image={image} alt="" />
4. Confirm your acceptance of the terms for KVM access by clicking **I Accept**.
5. Provide the authorized IPv4 address for the KVM connection. The form will autofill with the IP address of your current internet connection. Click **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.
6. Click the provided link to access the KVM interface.

## Accessing the KVM-over-IP device

1. Open the connection URL of your KVM in your web browser, then log in using the credentials provided during access creation.
2. Navigate to **Remote Control** in the side menu of the BMC device.
   <Lightbox image={image2} alt="" />
3. Click **Launch KVM** on the **Remote Control** page:
   <Lightbox image={image3} alt="" />
4. In the KVM window, click **Browse File** and select your operating system's ISO file.
   <Lightbox image={image4} alt="" />
5. Click **Start Media** to mount the virtual drive and reboot the machine:
   <Lightbox image={image5} alt="" />
6. During the boot process, press **F11** to enter the boot menu:
   <Lightbox image={image6} alt="" />
7. Select the boot device **AMI Virtual CDROM0** to boot from the ISO file. The server will boot into installation mode.

   <Lightbox image={image7} alt="" />

8. Follow the operating system's installation wizard to complete the installation.


