EN NL
$ proxmoxvue --status
ProxmoxVue app icon

ProxmoxVue

Native iPad app for managing your Proxmox VE cluster. Touch-first, no backend, talks directly to your Proxmox API.

TestFlight beta SOON App Store release scheduled after public beta ยท iPadOS 17+
// why

Built for the iPad.

iPad-first

Three-column split view, works 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

Your iPad talks directly to your Proxmox server. No middleman, no cloud relay, no account required. Your credentials stay on-device in the Keychain.

// 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.

// 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, no tracking.

ProxmoxVue has no backend. We don't see your hostnames, your VMs, or your credentials. All data stays between your iPad and your Proxmox server. Read the privacy policy.