- Let's install lm-sensors to show us the information we need. Type the following in the proxmox shell
apt get install lm-sensors
. Next we can check if its working. To do this we can typesensors
and hit enter. You should see something like this:coretemp-isa-0000 Adapter: ISA adapter Package id 0: +53.0°C (high = +100.0°C, crit = +100.0°C) Core 0: +50.0°C (high = +100.0°C, crit = +100.0°C) Core 4: +48.0°C (high = +100.0°C, crit = +100.0°C) Core 8: +48.0°C (high = +100.0°C, crit = +100.0°C) Core 12: +50.0°C (high = +100.0°C, crit = +100.0°C)