← Apps
$ 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

Tabs for the overview, 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, cold-starts in <300 ms.

Direct API first

Your iPad talks directly to your Proxmox server. Credentials stay in the iOS Keychain. Optional cloud features run on the open-source agent, on your own hardware, connecting outbound only. Status data passes through our backend: node names, VM and LXC IDs, CPU, memory and storage use. Your Proxmox credentials never leave your host.

// how it works

Three steps from zero to cluster.

01

Add your host

Enter your Proxmox URL (pve.example.com or an IP+port), allow self-signed certificates if your server uses one, and pick how to log in.

02

See your cluster

Dashboard with nodes (CPU, RAM, storage) and VM and LXC lists per node. Refreshes every 30 seconds by default, or pull to refresh.

03

Take action

Start / stop / reboot / shutdown VMs and containers. Watch tasks complete in the log viewer. With password or OIDC login, every write action carries a CSRFPreventionToken.

// 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) in direct mode
  • Historical graphs & admin views Soon
Cloud-powered extras

Cloud add-on

  • Everything in Pro
  • Remote access
  • Agent runs on any Linux box, a Raspberry Pi 4 or 5, or in 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 stay off until you turn them on. Read the privacy policy.