> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/bare-metal/overview/ipmi.md).

# IPMI Login

IPMI (Intelligent Platform Management Interface) is a set of standardized specifications for hardware-based platform management systems making it possible to control and monitor servers. You can log in remotely to manage and control your server regardless of the installed system, because IPMI is an industry standard, developed by Intel in cooperation with Dell, Hewlett Packard, and NEC. In short, IPMI is a security guard for your server.

## Key Features

* A universal standard supported by the vast majority of hardware vendors.
* Monitor the physical state of the equipment. For example, using IPMI, you can easily check CPU speeds, fan speeds, voltages, temperatures, event log, and rebooting of the server.
* Set up notifications about how the server is running.
* Simple to change configurations.

## **How to Access IPMI**

You can connect to the IPMI manager via the internet, and the manager utilizes IPMI over IP to connect with the bare metal instance on the server motherboard.

Step 1 - [Create a bare metal instance](/welcome/bare-metal/get-started/create-a-bare-metal-instance.md).

Step 2 - Click the label name of the instance to view the details.

Step 3 - Click **IPMI** or **Log in to IPMI Console**.

<figure><img src="/files/ZfKYSKPAVCPXuFrLPsMm" alt=""><figcaption><p>IPMI Login</p></figcaption></figure>

Step 4 - Enter the username and password.

<figure><img src="/files/HdApi3jSyRiuBsKWkjr7" alt=""><figcaption><p>Login Interface</p></figcaption></figure>

Take Supermicro as an example.

* Username: **operator**
* Password: the password is set after instance creation by yourself

### Result

<figure><img src="/files/94nQZzQiH0AUiBcnjjct" alt=""><figcaption><p>IPMI Console</p></figcaption></figure>

After logging in to the IPMI console, you can check your server health and remotely manage your bare metal instance.

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

* <mark style="color:blue;">Instances with different specifications may have different IPMI suppliers. Supermicro, Dell, H3C and Inspur are supported. The actual interface shall prevail.</mark>
* <mark style="color:blue;">For more details about how to use IPMI console, see the user guides of the corresponding IPMI supplier.</mark>
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/bare-metal/overview/ipmi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
