PVE electrified

This is a modification of the Proxmox Virtual Environment user interface, that brings some nice features, mainly for homelab’ers. PVE electrified is independant of the company Proxmox. Also, it adds a plugin system and lifts PVE to a very developer friendly architecture, because in the past it was so hard for developers to enhance the PVE UI that almost no community mods existed.

Motivation

Since years, i have been an enthusiastic user of my PVE home-lab and semi-professional environment, meaning, using it as infrastructure for my development machines for my job as a freelancer. Back in the days, i was experimenting with different linux distos and software stacks and always needed a feature to quickly jump between snapshots or fork from them to test things out. Cloning vms took longer and more disk space than my attention span and storages offered. So i wondered why there is no good way to quickly make copy-on-write clones (inspired/a bit similar to what the “templates” feature offered, but which had its own limitations and misconceptions imho). So i thought: why not modify the PVE gui, since it’s open source. But then i realized that there were super many stones in the way to get a proper development environment. I.e. the javascript is delivered as a >20k of lines bigfile, hardly debuggable and for a round trip, you had to run minute long make targets. Not fun at all! So i decided to improve all this and port it to a modern environment with vite, React, typescript on the server and client side. Development took some time: Starting in 2022 and besides having to deal with my normal contract work, and it went a bit off the road cause i realized, that no proper RPC existed for Node.js, like i was used to, with Direct-Web-Remoting in my java days. Therefore, as a side project, Restfuncs was born. And then the next backing side project was born: React deepwatch. And on the way came many other ideas like the cpu bars and a plugin system and, see the planned features.
Also, open source does not develop it’s self. Developers need motivation, so write me, if you like it and also i’ll be setting um something for financial motivation (donations) which would allow me to put more time into it because currently, i have to go back to focus on contract-work for my earnings.

Features

Features are developed for home-lab users first. That’s the most reasonable to focus on as a free-time open source developer. If you need features refined for enterprise grade (i.e. working with non-admin permissions), you still have the option to pay me working on them.

Install

Requires PVE 9.x or later.

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-electrified

Uninstall

apt install -y pve-manager-electrified- pve-manager+

Behind the scenes / architecture

These are the differences to the original pve-manager package from Proxmox: These are mainly intended, to improve the developer experience.

Security consideration when using it in an enterprise

Read here

Plugin development guide

See here

Source code / license

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👍.
contact me

100% hand coded

Electrified code is 100% hand coded (except the Logo, but i’m no painter😀😀) with passion ❤, by an experienced software developer. Contact me, if you need features or if you have freelancer work to give out (in the EU, german / english speaking).