# Supermicro fan control

## Quick and dirty

Login to the IPMI interface, go Configuration -&gt; Fan Speed -&gt; Power Usage Effectiveness mode

## More stuff

```bash
apt install ipmiutil
```

Show current fan speeds

```bash
ipmiutil sensor -g fan
```

-end