Picture this. The server is completely frozen. SSH isn't responding. Ping is silent. The web panel won't open. The server is physically on — lights are blinking, drives are spinning — but the operating system is somewhere deep in a coma. In the normal course of things, this means calling support, submitting a ticket for a physical restart, and waiting for someone to walk over to the rack in the data center. An hour, two, three — depending on how busy the on-call shift is.
IPMI changes this situation entirely. It's a separate microcomputer inside the server — with its own processor, its own memory, its own network interface, and its own power supply. It runs independently of the main operating system. When everything else is down, IPMI stays up.
Full IPMI/iKVM/iLO access is included as standard on every THE.Hosting dedicated server for the entire rental period. Not an option, not an add-on — a baseline capability.
Three Names for One Technology
IPMI, iKVM, iLO — these aren't three different things, though they look like it at first glance.
IPMI — Intelligent Platform Management Interface — is a standard. A specification developed by Intel together with other manufacturers. It defines how a server management controller should work, which commands it should understand, and how it communicates with the operating system and administrator.
iLO — Integrated Lights-Out — is HP/HPE's implementation. The name of their proprietary controller that follows the IPMI standard but adds a custom web interface, extended statistics, and additional features.
iKVM is a specific capability within IPMI: remote access to the server's screen, keyboard, and mouse. KVM stands for Keyboard, Video, Mouse. Through iKVM you see exactly what you'd see sitting in front of a monitor directly connected to the server.
When someone says "IPMI is included" — they mean the whole package: power management, console, monitoring, and the ability to mount a virtual drive.
What You Can Actually Do Through IPMI
Restart the server. Hard reboot — like the Reset button on the chassis. Soft shutdown and restart. Without calling support, directly from a browser.
Power the server on and off. The server is frozen so hard it won't even respond to Reset — cut power through IPMI and bring it back up. The exact equivalent of pulling the plug and plugging it back in.
Get a console before the OS loads. This is the critical capability. Through iKVM you see the server screen from the very beginning — BIOS, bootloader, kernel messages on startup. If the operating system won't load, you see why. Filesystem error, driver conflict, bootloader problem — all visible in real time and fixable remotely.
Install an operating system from scratch. Through IPMI you mount a virtual DVD drive or USB drive with an ISO image. The server boots from that image and you run the installation exactly as if you were sitting next to it with a keyboard. Any ISO — not just those in the standard automatic installation catalog.
Monitor hardware health. CPU temperatures, fan speeds, power rail voltages, drive status — IPMI collects all of this and surfaces it in the interface. Set threshold alerts and get notified before a problem becomes an outage.
Review the system event log. The SEL — System Event Log — records everything that happens at the hardware level: memory errors, power failures, overheat warnings, drive failures. If the server is behaving strangely, the IPMI log often explains why before any other tool does.
Scenarios Where IPMI Saves the Day
A developer updated the bootloader configuration and the server stopped starting. Without IPMI — a support ticket and several hours of waiting. With IPMI — open the console, see the bootloader error, fix the configuration right there, reboot. Twenty minutes instead of three hours.
You need to install a distribution that isn't in the standard catalog. Mount the ISO through IPMI's virtual media, boot from it, install like on a regular computer.
After a kernel update the system won't boot — a classic. Through iKVM you see exactly which kernel module is causing the panic, boot the previous kernel from the bootloader menu, roll back the update.
Suspecting RAM issues — run Memtest86+ through virtual media without leaving the browser.
How IPMI Access Differs Between Providers
There's a detail that's rarely advertised. Many providers have IPMI on their servers — but access to it varies significantly.
One version: IPMI is available only through a support ticket. Want to restart the server — submit a ticket. Want console access — another ticket. Technically IPMI exists on the server, practically it's just a tool for the provider itself.
Another version: IPMI is directly accessible, but only basic functions. Power management is there, console is an add-on or unavailable entirely.
On THE.Hosting dedicated servers, full IPMI/iKVM/iLO access means the entire feature set: console, power management, virtual media, hardware monitoring. Without restrictions, without support tickets for routine operations, for the entire rental period.
IPMI Access Security
IPMI is a powerful tool, and access security deserves serious attention. Whoever controls IPMI controls the server completely — regardless of what's configured at the operating system level.
Standard practices: use a strong unique password for the IPMI interface, restrict access to it by IP address where possible, don't expose IPMI to a public network without additional protection. Some administrators route IPMI traffic into a separate management VLAN — a sound practice for serious infrastructure.
Choose a Dedicated Server with Full IPMI Access
FAQ
What is the difference between IPMI, iLO, and iDRAC? IPMI is an open standard. iLO is HP/HPE's implementation, iDRAC is Dell's. Both follow the IPMI standard but add proprietary interfaces and extended features. The underlying principle is identical: an independent server management controller that operates regardless of OS state.
Can any Linux distribution be installed through IPMI? Yes. Any ISO image can be mounted through virtual media. Installation proceeds like on a regular computer — with the installer interface visible in the browser through iKVM.
What if I forget the IPMI password? The IPMI password can be reset through the operating system with root privileges using the ipmitool utility. If the OS is unavailable, contact THE.Hosting support.
Is IPMI accessible 24/7 or only during business hours? IPMI operates continuously and doesn't depend on support team working hours. It's an independent controller with its own power supply — accessible as long as the server is physically plugged in.
Does using IPMI affect main server performance? Practically not. The IPMI controller runs on its own hardware and doesn't consume main CPU or memory resources. The only overlap is the network interface, which in some configurations may be shared with the main network port.