Aiursoft.IpmiController 9.0.12

dotnet tool install --global Aiursoft.IpmiController --version 9.0.12
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Aiursoft.IpmiController --version 9.0.12
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Aiursoft.IpmiController&version=9.0.12
                    
nuke :add-package Aiursoft.IpmiController --version 9.0.12
                    

IPMIController

MIT licensed Pipeline stat Test Coverage NuGet version (Aiursoft.IPMIController) ManHours

IPMI Controller is a .NET based CLI tool to control the server fan via IPMI. (Tested with Dell iDrac)

Installation

Requirements:

  1. .NET 9 SDK

Run the following command to install this tool:

sudo apt install ipmitool
dotnet tool install --global Aiursoft.IPMIController

How to use

It requires the current directory to have a appsettings.json file.

{
  "Servers": [
    {
      "HostOrIp": "10.0.0.1",
      "RootPassword": "pass@word1",
      "EsxiIp": "10.0.0.100",
      "EsxiRootPassword": "pass@word2",
      "Offset": 0
    }
  ]
}
  • HostOrIp must be the IPMI address of the server.
  • RootPassword must be the IPMI password of the server.
  • EsxiIp is optional. If provided, it will try to connect to the ESXi server to get the nvidia-smi temperature.
  • ExsiRootPassword is optional. If provided, it will try to connect to the ESXi server to get the nvidia-smi temperature.
  • Offset is optional. If provided, it will add the offset to the target temperature.
    • For example, if Offset is 10, then a 30-degree target temperature will be treated as 40 degrees.

It will read the Servers array and try to connect to each server. If the connection is successful, it will try to read the current fan speed and then set the fan speed to the target speed.

$ ipmi-controller monitor --profile quiet
Description:
  Monitor the temperature of your servers.

Usage:
  ipmi-controller monitor [options]

Options:
  -p, --profile <profile>  The target profile. Can be: 'auto','turbo','normal','quiet','full'. [default: auto]
  -d, --dry-run            Preview changes without actually making them
  -v, --verbose            Show detailed log
  -?, -h, --help           Show help and usage information

Run locally

Requirements about how to run

  1. .NET 9 SDK
  2. Execute dotnet run to run the app

Run in Microsoft Visual Studio

  1. Open the .sln file in the project path.
  2. Press F5.

How to contribute

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

Even if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.

We're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
9.0.12 182 8/7/2025
9.0.11 129 7/10/2025
9.0.10 137 6/18/2025
9.0.9 288 6/12/2025
9.0.8 135 6/2/2025
9.0.7 120 4/19/2025
9.0.6 177 4/10/2025
9.0.5 167 3/12/2025
9.0.4 124 2/23/2025
9.0.3 121 2/13/2025
9.0.2 138 2/1/2025
9.0.1 113 1/16/2025
9.0.0 131 1/2/2025
8.0.14 143 1/1/2025
8.0.13 128 11/13/2024
8.0.12 150 10/10/2024
8.0.11 125 10/7/2024
8.0.10 125 10/7/2024
8.0.9 151 8/26/2024
8.0.8 127 7/10/2024
8.0.7 151 7/7/2024
8.0.6 149 7/2/2024
8.0.5 153 6/29/2024
8.0.4 152 6/28/2024
8.0.3 178 3/17/2024
8.0.2 265 2/22/2024
8.0.1 189 2/19/2024
8.0.0 191 2/19/2024
1.0.23 251 2/4/2024
1.0.22 198 2/2/2024
1.0.21 183 2/2/2024
1.0.20 198 1/30/2024
1.0.19 257 1/4/2024
1.0.18 227 12/30/2023
1.0.17 172 12/24/2023
1.0.16 169 12/23/2023
1.0.15 207 12/23/2023
1.0.14 229 12/23/2023
1.0.13 199 12/12/2023
1.0.12 167 12/12/2023
1.0.11 173 12/6/2023
1.0.10 198 12/6/2023
1.0.9 145 12/6/2023
1.0.8 193 12/1/2023
1.0.7 164 11/26/2023
1.0.6 241 11/11/2023
1.0.5 159 11/11/2023
1.0.4 192 11/11/2023
1.0.3 187 11/11/2023
1.0.2 217 11/11/2023
1.0.1 172 11/11/2023
1.0.0 167 11/11/2023