- Use Shell on Proxmox Node to install NUT Client
apt-get install nut-client
- Edit
/etc/nut/nut.confusingvi
vi /etc/nut/nut.conf
Modify the last line
x to delete existing characters
i to insert characters. ESC to go back to command mode
MODE=netclient
:q! to quit without saving if you fuck it up
:wq to save and quit when you get it right
- Edit
/etc/nut/upsmon.confusingvi
vi /etc/nut/upsmon.conf
There won't be an existing line, look for the other MONITOR example comments and add after that.
MONITOR <system> <powervalue> <username> <password> ("master"|"slave")
<system> is [email protected]
monuser and secret are the default <username> <password> for a Synology NAS
<powervalue> is going to be 1 unless you have multiple UPS's
Since you're monitoring your NAS you are in slave mode
MONITOR [email protected] 1 monuser secret slave
- Enable monitoring services to start up with the machine:
sudo systemctl enable nut-monitor
- Start monitoring:
sudo systemctl start nut-monitor
- Verify monitoring:
systemctl status nut-client
systemctl status nut-monitor
- To check UPS status from your Proxmox Server
upsc <name>@<address>for the remote UPS
upsc [email protected]
This will return a bunch of your UPS info if everything is working correctly
- Confirm clients are connecting back on the Synology NAS:
upsc -c ups


Connection refused might mean that your Proxmox server is just unable to connect with your NAS on your network, you could try to ping the NAS from Proxmox to ensure they can see each other on the network.