> For the complete documentation index, see [llms.txt](https://doc.engenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.engenius.ai/s11-user-guide/software-and-remote-management/configuring-the-remote-management-bmc.md).

# Configuring the Remote Management (BMC)

The Baseboard Management Controller (BMC) is a powerful, independent processor inside your server that allows for complete remote control. This is often referred to as "out-of-band" management. Configuring it is the most critical step to prepare your server for production use. This chapter will guide you through accessing the BMC's web interface for the first time and performing the essential initial setup.

## **Accessing the BMC web interface**

To get started, you'll need to find the server's management IP address and use it to log in.

1. **Connect the management port.** Locate the dedicated network port labeled **MGMT** at the rear of the server and connect it to your management network.&#x20;

   <figure><img src="https://3449293825-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjpZbCL0qpDQTXK2bjgCk%2Fuploads%2FCfAzPgzNnImBPsLOs95H%2FSR610_RR_20241104.png?alt=media&amp;token=f2ed2ac9-0203-4140-bcee-45ea1c3bf1c8" alt=""><figcaption></figcaption></figure>
2. **Find the IP address.** By default, the server is configured to get an IP address automatically from a DHCP server on your management network. You can find this IP address in two common ways:
   * **Check your DHCP server:** Look at the active leases on your DHCP server to find the IP address assigned to the BMC's MAC address.
   * **During server boot:** Watch the screen during the Power-On Self-Test (POST) sequence. The BMC IP address is often displayed on the screen.<br>

     <figure><img src="https://content.gitbook.com/content/jpZbCL0qpDQTXK2bjgCk/blobs/X6BlZFhJHXqcYvm9Eoql/Configuring%20the%20Remote%20Management%20(BMC)%20Find%20the%20IP%20address_V01%20(1).png" alt=""><figcaption></figcaption></figure>
3. **Open a web browser.** On a computer connected to the same management network, open a web browser and enter the IP address you just found.
4. **Log in to the interface.** You should see the BMC login page. Use the default credentials to log in:
   * **Username:** `root`
   * **Password:** `0penBmc` (The first character is a zero) <br>

     <figure><img src="https://content.gitbook.com/content/jpZbCL0qpDQTXK2bjgCk/blobs/gOG1C6BPUs13XOTp53M8/Log%20in%20to%20the%20interface_V02%20(1).png" alt=""><figcaption></figcaption></figure>

## **Performing initial setup**

After your first successful login, you must perform two critical security and networking tasks.

### **Step 1: Change the default password**

{% hint style="danger" %}
**Security Warning:** Your first action should always be to change the default administrator password. Leaving it as the default creates a major security risk.
{% endhint %}

1. Navigate to the **User Management** or **Settings** section of the web interface.
2. Select the `root` user account.
3. Follow the prompts to create a new, strong password.

### **Step 2: Configure a static IP address**

While DHCP is useful for the initial connection, a server's management interface should have a permanent, predictable IP address.

1. Navigate to the **Network Settings** section.
2. Change the configuration from **DHCP** to **Static**.
3. Enter the static IP address, subnet mask, and default gateway provided by your network administrator.
4. Save the changes. The BMC may restart its network service, and you will need to reconnect using the new static IP address. \[Image, NEW: A screenshot of the BMC network settings page, with the fields for static IP, subnet, and gateway clearly highlighted.]

### **BMC Web Interface Reference**

Once configured, the BMC gives you complete control over your server. This table provides an overview of the key sections in the web interface.

<table><thead><tr><th width="160.57318115234375">Menu</th><th width="326.26702880859375">Description</th><th>Key Functions</th></tr></thead><tbody><tr><td><strong>Dashboard</strong></td><td>Provides an at-a-glance summary of the server's health, including critical sensor readings and logs.</td><td>System Information, Sensor Status, Recent Events</td></tr><tr><td><strong>System Status</strong></td><td>Offers detailed views of hardware components.</td><td>Processor Information, Memory Details, Fan Speeds, Voltages, Temperatures</td></tr><tr><td><strong>Remote Console</strong></td><td>Launches the KVM (Keyboard, Video, Mouse) for full graphical control of the server.</td><td>Launch KVM, Virtual Media (ISO mounting)</td></tr><tr><td><strong>Power Controls</strong></td><td>Allows you to remotely manage the server's power state.</td><td>Power On/Off, Reset, Power Cycle</td></tr><tr><td><strong>Event Log (SEL)</strong></td><td>Displays the System Event Log, which records all hardware-related events, warnings, and errors.</td><td>View Logs, Clear Logs, Filter Events</td></tr><tr><td><strong>Maintenance</strong></td><td>Contains tools for managing the BMC itself.</td><td>Firmware Update (for BIOS &#x26; BMC), User Management, Network Settings, Backup/Restore</td></tr></tbody></table>


---

# 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://doc.engenius.ai/s11-user-guide/software-and-remote-management/configuring-the-remote-management-bmc.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.
