
This is a modification of the Proxmox Virtual Environment user interface, that brings some nice features, mainly for homelab’ers. The goal is also, to provide a plugin system and give plugin authors the tools to develop such and publish them with very little effort.
Update: Heavily working on the plugin system. Expect the first release on November 16.
!!!!It’s not yet released!!!. Please be patient! Here, you’ll find some random in-development release in the meanwhile.
wget https://pve-electrified.net/pubkey.asc -O /etc/apt/trusted.gpg.d/pve-electrified.asc
apt install -y lsb-release
echo "deb https://pve-electrified.net/debian $(lsb_release -c -s) main" >> /etc/apt/sources.list
apt update && apt install -y pve-manager-electrifiedThese are the differences to the original pve-manager package from Proxmox: These are mainly intended, to improve the developer experience.
/pve2, /novnc, /xtermjs , pwt, /api2 to the original pve backend server (called pveproxy) which is also/still running but was just moved to a different (internal) port: 8005./webBuild, There’s control panel, where you can switch modes.Read here
Source code on Github
License. It meets GNU Affero General Public License, GPL and MIT. So it’s luckily allowed to modify and republish the Proxmox’s packages👍.