An open-source, modular interface that makes Proxmox VE more accessible for beginners and power users alike
ProxMenux is emerging as a practical, open-source tool for managing Proxmox VE, the popular open-source virtualization platform. Designed with accessibility in mind, this interactive menu-based utility allows users to execute common administrative tasks without memorizing complex command-line syntax.
Compatible with Proxmox VE 8 and later, ProxMenux caters to both enterprise-grade deployments and HomeLab enthusiasts, offering an intuitive way to manage system resources, networking, storage, containers (LXC), and virtual machines (VMs) — all from a terminal-driven menu.
A Guided Command Center for Proxmox, Without the CLI Hassle
ProxMenux provides structured menus for performing operations like package updates, network setup, disk configuration, system backups, GPU passthrough, and much more. It also includes a post-installation script manager based on trusted community projects (such as extremeshok’s Proxmox scripts), categorized into ten modular areas including Security, Performance, Customization, Monitoring, and Storage.
Instead of writing manual commands, users can choose from easy-to-navigate options and execute administrative actions safely, with minimal risk of syntax errors or misconfigurations.
Key Features
- Menu-driven interface using dialog.
- Full control over LXC containers and virtual machines.
- ZFS and disk/partition configuration tools.
- Networking, backups, GPU passthrough, and update automation.
- Modular post-install script with selectable settings.
- Safe: no core system file modifications.
- Auto-update detection.
- Lightweight and production-ready.
Ideal for Sysadmins and Beginners
ProxMenux is not intended to replace the Proxmox web UI or CLI but rather to enhance it by streamlining repetitive tasks. For experienced administrators, it reduces complexity and improves productivity. For new users, it lowers the learning curve dramatically.
“ProxMenux is designed to save time, reduce human error, and make Proxmox VE more accessible to anyone who prefers guided menus over the command line,” explain the developers.
It’s especially useful in headless server environments or for users who want fast access to admin operations via SSH.
Installation and Removal Made Easy
To install ProxMenux, simply run:
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
Start it at any time with:
menu
An uninstall option is included in the menu, and ProxMenux can be safely removed without leaving critical system changes behind.
Production-Ready and Secure
Since it does not alter core Proxmox system files, ProxMenux is safe for production environments. It installs only necessary dependencies (like whiptail
, curl
, jq
, and python3
) and keeps all scripts confined to /usr/local/share/proxmenux/
.
However, as with any tool that executes system-level operations, it is best to test in staging before production deployment.
Community-Driven and Open Source
Hosted on GitHub, ProxMenux is a community-driven, collaborative project. Contributors are welcome to suggest improvements, develop new features, or share usage guides. Issues can be reported publicly (or via secure channels for vulnerabilities), and development adheres to a clear Code of Conduct.
Democratizing Proxmox Virtualization
As Proxmox VE gains ground as a powerful alternative to platforms like VMware ESXi or Hyper-V, tools like ProxMenux are helping broaden its appeal and usability. By offering a guided, menu-based interface for common Proxmox operations, it brings virtualization administration within reach of users with minimal Linux experience — all while retaining the power and flexibility sysadmins expect.
📌 More info and source code:
👉 https://github.com/MacRimi/ProxMenux