[Community project] Proxion: an alternative web console for Proxmox VE

Sedude

New Member
Sep 25, 2026
2
0
1
Hello all. I'd like to share a community project, in case it's useful to anyone here. Proxion is an independent, open-source web console that runs alongside Proxmox VE. It is not affiliated with Proxmox Server Solutions and it does not modify the host in any way; it talks to the standard REST API and the standard console websockets.

Scope: a live dashboard, per-object pages for guests and nodes, embedded console and terminal, guest power actions, and per-user preferences. Everything is authenticated by the user's own PVE login, and every write re-checks the relevant PVE privilege on the target guest. The always-on poller uses a read-only API token; the README documents a minimal role for it.

There is a browser demo with sample data at https://c2tech-sys.github.io/proxion/ and the code is at https://github.com/C2Tech-sys/proxion under Apache 2.0.

I'd particularly value feedback from people running larger clusters, since my own environment is small. Thank you.
 
Hi ! Its a tool I built for myself and decided to share it with everyone. But yes, its a collab with Claude. So me and him together working on it. It has our collective brains in it.