All apps · 0 apps
liquidctl
Docker app from FatzCat's Repository
Overview
Readme
View on GitHub![]()
liquidctl in container with multiarch support
Image is automatically updated and maintained. Supported architectures are amd64, arm64, arm.
All kudos for liquidctl to the developers / contributors.
You can find the weekly docker build in this container
The container is intended for use with UnRAID, as this is my usecase. But it should work fine in any other environment. I'm maintaining this repository and doing my best to add features and wishes from you.
Prerequisites
I highly recommend to use the following plugin for UnRAID from the Community Applications:
Determine your USB-serial and "bus port"
I use this for easy detection of the serial of the USB-device, as which the AIO-cooler will be detected. As there is no guarantee, the AIO-cooler will be mapped to the container alone, the serial explicitly addresses this device.
Also you need the "port" from the usb bus, so you can map the device to the container.
In my example this would be /sys/bus/usb/devices/3-6.3

Choose fan- and pumpspeeds
IMPORTANT: in my configuration, the only temperature the container can read is the one, reported by the AIO-Cooler (NZXT Z63), which is the liquid-temperature. So all the temperature values are meant for liquid-temperature. In your configuration this can be different, so you need to check, what temperature liquidctl reads out.
As mentioned in the README from liquidctl you can choose to set a fixed fan- or pump-speed, or make it dependent on the temperature.
You set these values for the container with the variables FANSPEED and PUMPSPEED.
FANSPEED=75 -> will set the fanspeed fixed to 75% independently of temperature
PUMPSPEED=85 -> will set the pumpspeed fixed to 85% independently of temperature
FANSPEED=20 50 30 60 35 70 40 100 -> will set the fanspeed at 20°C to 50% | at 30°C to 60% | at 35°C 70% | at 40°C to 100%
PUMPSPEED=20 60 30 70 35 80 40 100 -> will set the pumpspeed at 20°C to 60% | at 30°C to 70% | at 35°C 80% | at 40°C to 100%
The speed between temperatures will be mapped linear i.e. if you set "FANSPEED=20 50 40 100" the fanspeed at 30°C will be 75%
The container logs useful information in the beginning and continues to output temperatures and fan- / pump-speeds as it runs. So consider to limit the logfile-size for the container e.g. "--log-opt max-size=5m --log-opt max-file=1"

Choose colors for supprted RGB hardware
liquidctl is able to set colors for supported hardware-types find the syntax and supported types at the liquidctl project.
To keep it simple and flexible for users of the container, there is the COLORSPEC variable. You can specify what color setting you wish on what device, in fact it's a wildcard that lets you define a custom liquidctl setting.
COLORSPEC="--match gigabyte set sync color fixed ffffff"
In my case this sets the color for the RGB-LEDs on my motherboard to white. You can customise the variable to your needs, so it controls the color of the devices you wish.
Start your container
You can add the container via the "Docker" tab in your UnRAID:
Or via command-line:
docker run -d \
--device /sys/bus/usb/devices/<your-device-id> \
--privileged \
-e MATCH=<aio-vendor or aio-name e.g. corsair / nzxt>
-e PUMPSPEED=<your-pumpspeed>
-e FANSPEED=<your-fanspeed>
-e COLORSPEC=<color-settings>
--restart=unless-stopped avpnusr/liquidctl
Install Liquidctl on Unraid in a few clicks.
Find Liquidctl in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allDetails
avpnusr/liquidctlRuntime arguments
- Network
none- Shell
sh- Privileged
- false
- Extra Params
--privileged --log-opt max-size=2m --log-opt max-file=1
Template configuration
Enter the path to the USB BUS Device ID for your AIO, if it's connected through USB on the motherbard e.g. /sys/bus/usb/devices/3-6.1
- Value
- /sys/bus/usb/devices/3-6.3
Enter the pump speed at corresponding temperatures. First number is °C, second number is pump speed in percentage.
- Default
- 20 50 30 75 35 85 40 100
- Value
- 20 50 30 75 35 85 40 100
Enter the fan speed at corresponding temperatures. First number is °C, second number is fan speed in percentage.
- Default
- 20 40 30 50 35 75 40 100
- Value
- 20 40 30 50 35 75 40 100
Enter the name of your vendor for the AIO water-cooling here - e.g. nzxt or kraken
- Value
- kraken