---
title: How to use the Quanta Computer KVM
description: This page explains how to use the KVM device of Quanta Computer servers on Scaleway dedicated servers
tags: kvm quanta qct
dates:
  validation: 2025-07-01
  posted: 2021-07-16
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway_KVM.webp'
import image2 from './assets/scaleway_qct_console_redir.webp'
import image3 from './assets/scaleway_qct_virtual_media.webp'
import image4 from './assets/scaleway_qct_add_vm.webp'
import image5 from './assets/scaleway_qct_boot_device.webp'


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

<Requirements />

- A Dedibox account logged into the [console](https://console.online.net)
- Installed [Java](https://www.java.com/en/download/help/download_options.html) on your local computer
- A Dedibox server with a [Quanta Computer](https://www.qct.io) KVM-over-IP device

## Creating a KVM 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 **KVM OVER IP** in the menu on the right. A pop-up displays.
    <Lightbox image={image} alt="" />
4. Accept the terms for KVM access by clicking **I Accept**.
5. Enter the authorized IPv4 address for the KVM 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 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 displayed during access creation.
2. Click **Remote Control** > **Console Redirection** in the menu. Download and run the Java applet.
    <Lightbox image={image2} alt="" />
3. Click **Media** > **Virtual Media** in the KVM window.
    <Lightbox image={image3} alt="" />
4. Click **Browse** in the **CD/DVD Media I** section and select your operating system's ISO file. Then click **Connect CD/DVD**:
    <Lightbox image={image4} alt="" />
5. Reboot the server and press **F11** to enter the boot menu once the Quanta Computer logo displays.
6. Select the boot device **AMI Virtual CDROM0** to boot from the ISO file:
    <Lightbox image={image5} alt="" />

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


