> 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/bmc-user-guide/getting-started/about-this-guide.md).

# About This Guide

Welcome to the EnGenius BMC User Guide. This guide is designed for all EnGenius AI server models to help you manage your server's hardware remotely using the Baseboard Management Controller (BMC).

<div data-full-width="false"><figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcdjVkcSw5-ISIcxeRmKUlWfppVcoIIkfN1haBBxDRJKfPZ0gQ_tWDemfSirbjdeD4jDKxJYuk2c1wgriQFwofQIaxiEND8A5RwF4mv4dd0MdrF1Pkf703R_fpZ47YfiJal7fw3dQ?key=UlDoHTEZLTRXe-KURf91Rw" alt=""><figcaption></figcaption></figure></div>

Think of the BMC as your server's dedicated management engine. It operates independently of the main operating system, which means you can monitor health, manage power, and even fix issues even if the server itself is powered off or unresponsive.

This first chapter covers the basic requirements to ensure you can connect to the BMC web interface successfully.

## **Purpose of this guide**

This guide helps you translate your existing IT knowledge into the practical, hands-on skills needed for server hardware management. We'll walk you through the essential features of the BMC web interface, focusing on real-world tasks.

You’ll learn how to confidently:

* Monitor system health and diagnose potential issues.
* Perform remote operations like power cycles and firmware updates.
* Configure network and security settings to integrate the server into your environment.

## **System requirements**

To access the BMC web interface, you'll need a supported web browser and a network connection to the server's management port.

**Supported browsers** For the best experience and full functionality, we recommend using the latest version of one of these browsers:

* Google Chrome
* Mozilla Firefox
* Microsoft Edge

{% hint style="success" %}
**Best Practice: Ensure a stable connection**

For a successful connection, make sure:

* **JavaScript is enabled** in your browser.
* Your workstation is on the **same network subnet** as the BMC's management port. The BMC is not typically accessible from external networks for security reasons.
  {% 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://doc.engenius.ai/bmc-user-guide/getting-started/about-this-guide.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.
