Introduction

Introduction~5 min

ProxMenux is an open-source, menu-driven tool for Proxmox VE. Two pieces share the same project: a CLI/TUI that wraps the most common host, VM, container, storage, network and security workflows; and a self-hosted web dashboard with proactive health monitoring, notifications, an AI rewrite hook and a REST API.

ProxMenux Logo

One menu, every workflow. Everything that normally takes a tab open to the wiki, two forum threads and a copy-pasted command sequence — exposed as a numbered option you can run in seconds.

Built for first-time Proxmox users (safe, opinionated defaults) and experienced admins (fewer keystrokes for tasks they've done a hundred times). Free and open source under an active community on GitHub.

Two products, one project

ProxMenux ships as two independent pieces sharing the same source tree. The installer deploys both — they live side by side on the host and don't depend on each other:

ProxMenux Scripts

The original CLI/TUI you launch with menu. Nine functional areas covering post-install optimizations, VM and LXC creation, GPU and Coral TPU passthrough, disks, storage, network, security, utilities, plus a curated commands reference. Runs in any terminal — local, SSH or web.

ProxMenux Monitor

Self-hosted web dashboard (AppImage). Real-time host metrics, a proactive Health Monitor, notifications, an optional AI rewrite hook (six providers), an integrated web terminal and a REST API. Enable from the Scripts menu (Settings → ProxMenux Monitor).

What ProxMenux acts on

Three layers, all reachable from the same project:
  • The Proxmox host — repos, packages, network, ZFS, Ceph, kernel, observability.
  • Virtual machines (VMs) — creation, GPU passthrough, OVA / OVF import / export, disk passthrough.
  • LXC containers — creation, mount points, GPU / TPU passthrough, NFS / Samba clients and servers.

ProxMenux Scripts — what you get

Nine functional areas, each with its own menu inside menu and a detail page in the documentation. Click any card to jump straight to that section's overview.

ProxMenux Monitor — what you get

The web dashboard product. Self-hosted on the Proxmox host on TCP 8008. Click any card to jump straight to that section's page, or read the Monitor overview first.

Install paths

The installer deploys Scripts and Monitor in one go. Scripts has two flavours — translation or lightweight — and the Monitor is installed as a standalone AppImage you enable from the menu later:

Install pathWhat it bundles
Scripts: TranslationCLI/TUI + Python venv + googletrans (English, Spanish, French, German, Italian, Portuguese)
Scripts: Normal (lightweight)CLI/TUI English-only, smaller footprint, no Python venv
MonitorSelf-contained AppImage on TCP 8008. Independent install — can be enabled from the Scripts menu, or run the AppImage directly.

Detailed install commands and prerequisites are on the Installation page.

Always check what scripts you run from the internet

ProxMenux is open source and every script is reviewable on GitHub. Before running the install command, look at the source. Do the same with any other automation tool. View ProxMenux source · Code of Conduct

Where to go next