EN NL
$ proxmoxvue-agent --run
# proxmoxvue-agent is open source — github.com/TheLion/proxmoxvue-agent
ProxmoxVue app icon

ProxmoxVue

Native iPad app for managing your Proxmox VE cluster. Touch-first, direct by default.

Download on the App Store iPadOS 17+
// why

Built for the iPad.

iPad-first

Tab navigation across cluster, nodes, VMs, LXC and storage with drill-down detail views, in portrait and landscape. Big tap targets, long-press menus — no hover-only UI ported from a phone.

Native SwiftUI

No Electron, no web-view wrapper. Pure SwiftUI + SwiftData. Launches instantly, respects system themes, runs cold in <300 ms.

Direct API first

Your iPad talks directly to your Proxmox server. Credentials stay in the iOS Keychain. Optional cloud features — push notifications, remote access, and a cross-cluster view — run on a self-hosted daemon you control.

// how it works

Three steps from zero to cluster.

01

Add your host

Enter your Proxmox URL (pve.example.com or an IP+port), flip the TLS toggle if you run a self-signed cert, and pick how to log in.

02

See your cluster

Live dashboard: nodes with CPU/RAM/storage, VM and LXC lists per node, realtime status. Actual values, not stale polls.

03

Take action

Start / stop / reboot / shutdown VMs and containers. Watch tasks complete in the log viewer. Everything signed with CSRFPreventionToken under the hood.

// plans

Pick what fits your setup.

Single host

Free

  • 1 host
  • Cluster dashboard
  • Basic VM / CT actions
  • Token, password, or OIDC login
Multi-host management

Pro

  • Unlimited hosts
  • Snapshots & rollback
  • Create & delete VMs / CTs
  • Firewall & networking (read-only)
  • Console (noVNC) Soon
  • Historical graphs & admin views Soon
Cloud-powered extras

Cloud add-on

  • Everything in Pro
  • Remote access
  • Agent runs on Linux, Raspberry Pi, or Docker
  • Push notifications Soon
  • Cross-cluster view Soon

Free is always free. Pro is a one-time or subscription purchase. Cloud is a subscription with Pro included.

// authentication

Log in the way you already do.

/access/ticket

Username + Password

The same realm-picker as the Proxmox web UI. PAM, PVE, LDAP or AD. Tickets auto-renew before expiry.

/access/openid

OIDC — Authentik, Keycloak

Full browser-based OpenID Connect flow via ASWebAuthenticationSession. Your SSO stays with your provider.

PVEAPIToken

API Token

Classic scoped tokens for power users and automation-adjacent workflows. Stored in the iOS Keychain, never synced.

No accounts required by default.

Direct mode keeps everything between your iPad and your Proxmox server — your credentials, your hostnames, your VMs. Cloud features are opt-in and clearly scoped. Read the privacy policy.