---
title: "How to use the IPMI console with a dedicated server"
description: "Find out how to log on to your server from the OVHcloud Control Panel without the use of external software"
url: https://docs.ovhcloud.com/en/guides/bare-metal-cloud/dedicated-servers/ipmi
lang: en
lastUpdated: 2026-01-29
---
# How to use the IPMI console with a dedicated server

## Objective

With the IPMI (Intelligent Platform Management Interface) console, you can access your dedicated server directly, without depending on the operating system connectivity state. This guide will explain how to boot this console.

## Requirements


***

### OVHcloud Control Panel Access

- **Direct link:** <ManagerLink to="/#/dedicated-servers/server">Dedicated Servers</ManagerLink>
- **Navigation path:** <code className="action">Bare Metal Cloud</code> > <code className="action">Dedicated servers</code> > Select your server

***


:::warning
This feature might be unavailable or limited on servers of the [**Eco** product line](https://eco.ovhcloud.com/en-gb/about/).

Please visit our [comparison page](https://eco.ovhcloud.com/en-gb/compare/) for more information.

:::

[](#)
## Instructions

You can access the IPMI using several different methods¹. SSH keys stored on the server will not be used for these connections. Here is a summary:

| Method Name                  | Short Name         | Description                                                                                                                                                                                                        | Copy-Paste | Virtual ISO reader² | Use Case Example                                                                                                                                                                     |
| ---------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **KVM**³ via **web browser** | **HTML KVM**       | Redirection of the video screen to an **HTML canvas**, exactly as if you were physically connecting a keyboard/mouse via USB and a screen via VGA to your dedicated server.                                        | ❌          | ⚠️⁴                 | - Troubleshoot a boot issue on your dedicated server.                                                                                                                                |
| **KVM**³ via **Java applet** | **Java KVM**       | Same as HTML KVM, except that it uses **Java applet** rather than HTML canvas.                                                                                                                                     | ❌          | ✅                   | - Troubleshoot a boot issue on your dedicated server. <br />- Perform a manual installation of a specific OS (not in the [catalog](https://www.ovhcloud.com/en-gb/bare-metal/os/))⁵. |
| **SoL**⁶ via **web browser** | **JavaScript SoL** | Redirection of a serial connection to the web browser, exactly as if you were physically connecting a serial console via RS-232 to your dedicated server.                                                          | ✅          | ❌                   | - Troubleshoot a network issue: get system logs and manipulate configuration files.                                                                                                  |
| **SoL**⁶ via **SSH**         | **SSH SoL**        | Same as JavaScript SoL, except redirection is done to an SSH gateway. You then connect via your preferred SSH client to a remote SSH server that converts SSH commands to serial commands to the dedicated server. | ✅          | ❌                   | - Same as JavaScript SoL but from a machine without any graphical interface.                                                                                                         |

¹ Depending on your dedicated server hardware compatibility (some methods will not be shown in the OVHcloud Control Panel
).

² Feature that enables the user to mount an ISO image stored locally on your machine to your remote dedicated server, so you can install an OS via IPMI.

³ KVM = Keyboard Video and Mouse

⁴ Depending on your dedicated server hardware compatibility: use Java KVM instead if not compatible.

⁵ If the OS you want to install is not in the list of [operating systems available with OVHcloud Bare Metal servers](https://www.ovhcloud.com/en-gb/bare-metal/os/)
, please note that you can also use a custom image: See [Bring Your Own Image (BYOI) / Bring Your Own Linux (BYOLinux), a comparison sheet](/en/guides/bare-metal-cloud/dedicated-servers/bring-your-own-image-versus-bring-your-own-linux.md)
 for more details.

⁶ SoL = Serial over Lan
To enable one of these methods, click on the `IPMI/KVM
` tab.
### Open KVM via Java applet [](#)
:::info
We recommend installing the latest version of Java.

:::

You will need to ensure that Java is installed on your desktop for the Java applet to work. If you do not have Java installed, go to the [official page](https://www.java.com/en/download/) to do so.

In the `Remote KVM
` section of the OVHcloud Control Panel, click on `From a Java applet (KVM)
`:
![Java KVM Access](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-kvm-java-01.png)
Download the file `kvm.jnlp` when you are prompted to do so, and run it:

![Java KVM Opening](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-kvm-java-02.png)
You will then land on the login page, where you will be prompted to enter your credentials, as you would need to when logging in via a terminal or external software application:

![Java KVM Overview](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-kvm-java-03.png)
You can now manage your server.

### Open KVM via web browser [](#)
In the `Remote KVM
` section of the OVHcloud Control Panel, click on `Via your web browser (KVM)
`.
![HTML KVM Access](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-kvm-html-01.png)
Activation takes a few seconds. You will receive a message confirming that the IPMI connection is available.

![HTML KVM Opening](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-kvm-html-02.png)
Click on `Access the console (KVM)
` to open the console in your web browser.
![HTML KVM Overview](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-kvm-html-03.png)
### Open SoL via SSH [](#)
For more details about creating SSH key pairs, see [this page](/en/guides/bare-metal-cloud/dedicated-servers/creating-ssh-keys.md#create-ssh-key).

In the `Serial over LAN (SoL)
` section of the OVHcloud Control Panel, click on `Add SSH key
`.
![SSH SoL Access](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-sol-sshkey-01.png)
A popup will open so you can enter the public SSH key you want to use to connect with. Then click `Launch SoL session via SSH
`.
![SSH SoL SSH Public Key](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-sol-sshkey-02.png)
When the session is ready, a success message and an URI will appear so you can connect to the dedicated server via Serial via SSH. Copy that URI to the clipboard.

![SSH SoL Opening](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-sol-sshkey-03.png)
For more details about using SSH keys to establish an SSH connection, see [this page](/en/guides/bare-metal-cloud/dedicated-servers/creating-ssh-keys.md#multiplekeys).

### Open SoL via web browser [](#)
Click on `From your browser (SoL)
` in the `Serial over LAN (SoL)
` section of the OVHcloud Control Panel:
![JavaScript SoL Access](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-sol-html-01.png)
:::info
If the switch to the popup does not happen automatically, you can still click the `Go to console (SoL)
` button.
:::

![JavaScript SoL Opening](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-sol-html-02.png)
### Test and reboot the IPMI [](#)
Your IPMI may stop responding. If you cannot access it, you can test it first by clicking on `Test the IPMI
`, and checking the result of the diagnostic:
![IPMI Test](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-test.png)
If everything appears to be normal, as per our example, you may be experiencing a local technical issue (internet connection, local desktop). If the IPMI encounters any issues, you can reboot it by clicking `Reboot the IPMI
`.
![IPMI Reboot](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/ipmi-reboot.png)
It will take several minutes for the IPMI to reboot.

:::info
This operation will not affect the applications, data and services running on your dedicated server.

:::

### Installing an OS using IPMI v1

:::warning
OVHcloud does not guarantee the functionality of any operating systems installed via IPMI. This route should only be taken by an experienced server administrator.

64-bit versions of Java can prevent the `Redirect ISO`/`Redirect CDROM` menus from opening and cause JViewer to crash.

:::

To begin, open [IPMI in a Java applet](#applet-java)
 from the OVHcloud Control Panel
. Then, click `Device
` from the menu bar and select `Redirect ISO
` from the drop-down menu.
![Redirect_ISO](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/RedirectISO.jpg)
Next, select the ISO you wish to use from your local computer's file system. Once you have selected your ISO, press the `Ctrl Alt Del
` button in the top-right corner of the screen to reboot the server. Press the appropriate `F`
 key to access the boot options.
:::info
You may need to use the soft keyboard for inputs to register in IPMI. To access this, click the `Keyboard
` option from the menu bar at the top of the window. Then, select `Soft Keyboard`
 from the dropdown menu and click `Show
`.
:::

Select the **UEFI Virtual CDROM 1.00** option from the boot menu to start the server from the ISO attached previously.

![UEFI_Virt](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/UEFIVirt.jpg)
Complete the steps required to install the operating system. Do not forget to remove the ISO from the "Redirect ISO" option.

### Installing an OS using IPMI v2

:::warning
OVHcloud does not guarantee the functionality of any operating systems installed via IPMI. This route should only be taken by an experienced server administrator.

:::

To begin, open [IPMI in a Java applet](#applet-java)
 from the OVHcloud Control Panel
. Then, click `Virtual Media
` and select `Virtual Storage
`.
![Virtual_Storage](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/virtual_storage.png)
From the new screen, select `ISO File`
 from the "Logical Drive Type" drop-down menu. Next, click `Open Image
` and navigate to your ISO file. Finally, click `Plug-in
` and `OK
` to finish.
![ISO_file](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/iso_file.png)
In order to be able to boot from our ISO file, we need to access the BIOS and switch our boot options. To do so, select `Power Control
` and click `Set Power Reset
`.
![Power_Reserver](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/power_reset.png)
:::info
You may need to use the soft keyboard for inputs to register in IPMI. To access this, click the `Virtual Media
` option from the menu bar at the top of the window. Then, select `Virtual Keyboard
` from the drop-down menu.
:::

During the bootup process, press the `DEL`
 key when prompted to access the BIOS. You may also press the `F11`
 key and navigate to the BIOS by selecting the option `Enter Setup
`.
![Boot_Menu](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/boot_menu.png)
In the BIOS navigate to the `Boot
` tab and change the `UEFI Boot Order #1`
 to `UEFI USB CD/DVD:UEFI: CDROM virtual ATEN YSOJ`
.
![Bios](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/bios.png)
Lastly, press the `F4` key to save your changes and restart the server.

### Installing an OS using web browser KVM (only for the latest servers)

:::warning
OVHcloud does not guarantee the functionality of any operating systems installed via IPMI. This route should only be taken by an experienced server administrator.

:::

In the OVHcloud Control Panel
, open the [KVM web browser console](#kvm-browser)
.
Here you have access to the same information and functionalities as in the Java-based IPMI modules.

:::info
Be sure to execute the next steps at a good pace. The process might be cancelled if there are longer pauses between actions.

:::

Click on the `Browse File
` button and select your image file.
![KVM Install](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/kvm_install01.png)
Click on `Start Media
`. This will prepare the ISO for the installation process.
![KVM Install](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/kvm_install02.png)
The file size displayed is not the actual size. This is normal, since the file is not fully uploaded in this step.

![KVM Install](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/kvm_install03.png)
Click on `Power
` and select `Reset Server
` from the drop-down menu.
![KVM Install](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/kvm_install04.png)
Wait for the boot selection screen to appear and press the appropriate key to enter the boot menu (`F11` in this example).

![KVM Install](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/kvm_install05.png)
In the boot menu, select the optical drive (`UEFI: AMI Virtual CDROM0` in this example) and press `Enter`.

![KVM Install](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/kvm_install06.png)
The ISO file will now be uploaded, then the server will boot from the file.

![KVM Install](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/kvm_install07.png)
[](#)
### Rebooting a server into the BIOS menu

You might want to access the BIOS when configuring or troubleshooting your server. A convenient way to achieve this is by using the tool `ipmiutil` (refer to the [project page](https://ipmiutil.sourceforge.net/) for more information).

When the server is in [rescue mode](/en/guides/bare-metal-cloud/dedicated-servers/rescue-mode.md) and you have logged in, install it with the following commands:

```bash
apt install ipmiutil
```

Then reboot the server with this command:

```bash
ipmiutil reset -b
```

Afterwards, access the [IPMI console](#procedure)
 in your OVHcloud Control Panel
. You should see the server's BIOS menu displayed.
![KVM BIOS](/images/bare-metal-cloud/dedicated-servers/using-ipmi-on-dedicated-servers/kvm_bios.png)
## Go further

If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project.

Join our [community of users](https://community.ovhcloud.com/).
