SkillAgentSearch skills...

ServerManager

IPMI server manager build for Dell 12th gen servers

Install / Use

/learn @Danielv123/ServerManager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Dell Server Monitor

A react web app for monitoring dell servers over IPMI

Known working hardware

  • R720 with iDRAC7 - Monitoring + fan control
  • R620 #25
  • R710 with iDRAC6 #3
  • R730XD idrac 8 Enterprise #87
  • R520 #77
  • T430 #90

If you have it running on different hardware or have ipmi commands for setting fanspeeds on different hardware, please submit a PR or open an issue.

Setup

The app is designed to run with docker compose, see the compose.yml file in this repo for a sample deployment. No extra configuration except for changing the exposed port should be needed. Be aware that this project doesn't currently support any form of authentication, so shouldn't be exposed to the internet.

Run with prebuilt image:

    git clone https://github.com/Danielv123/serverManager
    cd serverManager
    docker compose up -d

Build it yourself:

git clone https://github.com/Danielv123/serverManager
cd serverManager
docker compose -f compose-dev.yml up -d --build

Finally, navigate to localhost:8083

Server overview:

Image

Admin interface with idrac ipmi connection details and a custom fan curve:

Admin interface

Related Skills

View on GitHub
GitHub Stars84
CategoryDevelopment
Updated1mo ago
Forks17

Languages

JavaScript

Security Score

80/100

Audited on Feb 17, 2026

No findings