HW-Monitor
HW-Monitor
Docker app from antond645-cpu's Repository
Overview
Web dashboard for CPU, GPUs, disks, motherboard voltages, and SMART temps on Linux/Unraid—live charts plus SQLite-backed history.
You need host /dev and /sys (read-only) so sensors and drives are visible.
SMART reads rely on SYS_ADMIN and SYS_RAWIO (template adds these caps).
NVIDIA expects nvidia-smi in the image/runtime; AMD/Intel come from sysfs and depend on your kernel/driver stack.
Runtime arguments
- Web UI
http://[IP]:[PORT:8181]/- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--cap-add=SYS_ADMIN --cap-add=SYS_RAWIO
Template configuration
WebUI PortPorttcp
Container Port: 8181
- Target
- 8181
- Default
- 8181
- Value
- 8181
AppdataPathrw
Persistent history database
- Target
- /var/lib/hw_monitor
- Default
- /mnt/user/appdata/hw_monitor/data
- Value
- /mnt/user/appdata/hw_monitor/data
Host /dev (read-only)Pathro
Device nodes for SMART/sensors access
- Target
- /dev
- Default
- /dev
- Value
- /dev
Host /sys (read-only)Pathro
Kernel hardware information
- Target
- /sys
- Default
- /sys
- Value
- /sys
Login PasswordVariable
Web UI login password
- Target
- AUTH_PASS
- Default
- change-me
- Value
- change-me
Flask Secret KeyVariable
Session signing key (set to a long random value)
- Target
- SECRET_KEY
- Default
- replace-with-long-random-string
- Value
- replace-with-long-random-string
App TitleVariable
Title displayed in the web interface
- Target
- APP_TITLE
- Default
- HW Monitor
- Value
- HW Monitor
Disk DiscoveryVariable
auto or comma-separated devices, e.g. /dev/sda,/dev/nvme0n1
- Target
- SMART_DEVICES
- Default
- auto
- Value
- auto
NVIDIA ModeVariable
auto / true / false
- Target
- ENABLE_NVIDIA
- Default
- auto
- Value
- auto
AMD ModeVariable
auto / true / false
- Target
- ENABLE_AMD
- Default
- auto
- Value
- auto
Intel ModeVariable
auto / true / false
- Target
- ENABLE_INTEL
- Default
- auto
- Value
- auto
Log LevelVariable
DEBUG, INFO, WARNING, ERROR
- Target
- LOG_LEVEL
- Default
- INFO
- Value
- INFO
Categories
Details
Repository
ghcr.io/antond645-cpu/hw-monitor:latestRegistry
Last Updated2026-06-01
First Seen2026-05-13
Run HW-Monitor on Unraid.
HW-Monitor is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.