Docs·Dedicated servers

IPMI and Out-of-Band Access

IPMI is a connection to the server's hardware, not its operating system, which is exactly what makes it useful when the OS itself is the problem.

What "out-of-band" means

A normal SSH session depends on the operating system being up, networked and responsive. IPMI (Intelligent Platform Management Interface) runs on a separate management chip on the motherboard, independent of the OS, the power state, or even a kernel panic, that chip has its own network connection and stays reachable even when the server itself is completely unresponsive.

What it lets you do

  • See a full remote console, exactly like being at the physical machine with a monitor and keyboard, including boot messages before any OS loads.
  • Power-cycle the server hardware, harder than a graceful OS reboot, for when the machine is fully hung.
  • Mount a virtual ISO remotely, useful for a fresh OS install or a rescue-mode boot without physical media.
  • Read hardware sensor data, temperatures, fan speeds, power draw, independent of whatever the OS reports.

When you actually need it

The common case: a kernel update or a misconfigured bootloader leaves the server unable to boot, and SSH will never come back on its own because the OS never finishes starting. IPMI's remote console is the only way to see what is actually happening at boot and fix it, exactly the situation SSH cannot help with by definition.

Getting access

IPMI credentials and the connection address are provided on the dedicated server's delivery details, separate from the OS root password. Treat them with the same care, IPMI access bypasses the OS entirely, so it is a meaningful thing to protect on its own.

You will not need IPMI often, but the one time you do, it is usually the only tool that works. Confirm you can reach it before you need it in an emergency, not during one.

Can't find something?

Open a ticket and a real engineer will reply, usually inside two minutes.

Open a ticket