This repository provides an LXC template for running PowerChute Network Shutdown (PCNS) inside a Proxmox LXC container.
- Preconfigured Ubuntu/Debian-based LXC template
- Optimized for running PCNS with minimal resources
- Network and security optimizations for Proxmox
- Proxmox VE (latest version recommended)
- APC UPS with Network Management Card (NMC)
- Internet connection for downloading packages
- Clone this repository or download the LXC template.
- Import the LXC template into Proxmox:
pct create <vmid> /path/to/lxc-template.tar.gz -storage <storage>
- Start the container:
pct start <vmid>
- Access the PCNS web interface via
https://<container-ip>:6547. Configure PCNS to communicate with your APC UPS NMC.
- Ensure the correct network bridge is assigned.
- Modify firewall rules to allow communication with the UPS.
- Adjust container resources as needed.
Check logs for issues with:
journalctl -u pcns -fPull requests and suggestions are welcome!
This project is licensed under the MIT License.