Factsheet
Arnaud Quette
Arjen de Korte
Charles Lepple
Numerous contributors (..)
Arnaud Quette
Arjen de Korte
Charles Lepple
Numerous contributors (..)
How to NUT
Does anybody have a good guide for configuring NUT UPS in a client-server config?
I know this isn't helpful to you but I've always wished Proxmox would do more to bring UPS support to the GUI.
But that said one important step is make sure all your guests automatically shutdown when you shutdown your host.
I haven't used it, but this thread may be a good starting point. https://www.reddit.com/r/Proxmox/comments/gsts3a/are_there_any_guides_for_setting_up_nut_for/
More on reddit.comUbuntu 22.04 server with UPS NUT - NUT services keeps failing
A UPS that shuts everything down across the network? How do I accomplish this?
Videos
Hi all, just picked up a UPS and looking g for advice on how beat to set up NUT.
Should I configure directly on my main proxmox server, as a lxc running on proxmox,do something on the NAS or on a Pi4 which I have floating around?
Proxmox server is mains powered and would be connected directly to the UPS, while the Pi is connected to my switch and powered via POE. I know all options are possible but looking to get feedback on best practise
EDIT: All setup and running with connections into my 2 synology NAS, and monitoring using the NUT integration in Home Assistant. Next trick is to work out how to use the UPS trigger points to shutdown my other Proxmox host (runs PBS, Plex & PiHole) and Home Assistant
CyberPower 1500VA UPS; 2 x PVE 6.4-8 in a LAN CLUSTER
I would like one node to act as the NUT server which will be connected to my UPS via USB and then my other Proxmox node to act as the client.
In case of power outage, I want NUT to initiate a shutdown of both nodes after ~10min.
Does anybody have a good guide or can provide some sample config files for this setup?
Thanks for the help!
I know this isn't helpful to you but I've always wished Proxmox would do more to bring UPS support to the GUI.
But that said one important step is make sure all your guests automatically shutdown when you shutdown your host.
I haven't used it, but this thread may be a good starting point. https://www.reddit.com/r/Proxmox/comments/gsts3a/are_there_any_guides_for_setting_up_nut_for/
My setup is a pfSense router that has the UPS(CyberPower) usb cable attached to it, and proxmox looks to pfSense for it's UPS data. This is the minimal settings needed to get this kind of thing working.
pfSense:
Package needed: nut
Under Services > UPS > UPS Settings.
UPS Name:
ups
Additional configuration lines for upsd.conf:
LISTEN 192.168.1.1
Additional configuration lines for upsd.users:
[monslave]
password = passwordhere
upsmon slave
Proxmox:
nut.conf:
This is where you would set the ~10 min shutdown timer. I personally leave what comes default as all I care about is it shutting down safely.
MODE=netclient
upsmon.conf:
MONITOR ups@192.168.1.1 1 monslave passwordhere slave

