Post

PVE-UPS

PVE-UPS is a web-based UPS shutdown appliance for Proxmox VE. It monitors UPS devices via SNMP (RFC 1628 or vendor MIB) or NUT and automatically shuts down Proxmox hosts during power outages, replacing vendor-locked solutions like APC PowerChute.

PVE-UPS

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pve-ups.sh)"
CPU: 1 cores RAM: 512 MB Disk: 4 GB OS: Debian 13

Notes

Set a password and configure your Proxmox API token (requires Sys.PowerMgmt privilege) through the first-access setup wizard at http://CT-IP:8080.
Requires a UPS with an SNMP network card (RFC 1628 or a vendor MIB such as APC PowerNet) or a reachable NUT server on TCP port 3493.

Web Interface

Port: 8080

Source code
Loading...