Management

Managing Proxmox VE from Your Android Phone

A complete guide to managing Proxmox VE from your Android phone using ProxmoxR. Setup instructions, API token creation, and Android-specific features.

ProxmoxR app icon

Managing Proxmox? Try ProxmoxR

Monitor and control your VMs & containers from your phone.

Try Free

Chrome on Android and the Proxmox Web UI

The Proxmox VE web interface is a powerful desktop tool, but loading it in Chrome on an Android phone exposes every limitation of a UI that was never designed for mobile. The ExtJS framework renders a fixed-width desktop layout that requires constant pinch-zooming and horizontal scrolling. The resource tree on the left side consumes half your screen. Toolbar buttons are clustered so tightly that tapping the right one is a gamble. And the noVNC console — the one feature you desperately need when a VM is unresponsive and SSH is not available — becomes practically unusable when the Android keyboard slides up and covers two-thirds of the display.

Chrome's "Request Desktop Site" toggle does not help because the Proxmox UI is already a desktop site. Chrome's tab management means your session might get killed in the background. And if you are using a phone with a smaller display or a lower resolution, the experience goes from difficult to impossible.

For Android users who manage Proxmox infrastructure, the answer is a dedicated native app designed for touch screens and mobile displays.

Download ProxmoxR from Google Play

ProxmoxR is available on the Google Play Store and works on Android phones and tablets. It is a native app built specifically for managing Proxmox VE, with an interface designed from the ground up for touch interaction. You can start a 7-day free trial immediately after installing — no credit card required upfront — and access every feature during the trial period.

Step-by-Step Setup on Android

Step 1: Create an API Token on Your Proxmox Server

ProxmoxR authenticates using Proxmox API tokens, which is the recommended and most secure method. API tokens are separate from your user password, have independently configurable permissions, and can be revoked without affecting your account.

Connect to your Proxmox server via SSH and run the following commands:

# Create a user specifically for mobile management
pveum user add proxmoxr@pve -comment "ProxmoxR Mobile App"

# Grant the user appropriate permissions
# Use PVEAdmin for full management, or PVEAuditor for read-only monitoring
pveum aclmod / -user proxmoxr@pve -role PVEAdmin

# Generate an API token
pveum user token add proxmoxr@pve mobile-app --privsep 0

This will output a token ID and secret. Save the secret immediately — Proxmox only displays it once:

Token ID: proxmoxr@pve!mobile-app
Secret: a1b2c3d4-e5f6-7890-abcd-ef1234567890

You can also create the API token through the Proxmox web UI under Datacenter > Permissions > API Tokens, but the command line method is faster and easier to document.

Step 2: Add Your Cluster in ProxmoxR

Open ProxmoxR on your Android phone and add a new cluster. Fill in the connection details:

  • Hostname or IP: Your Proxmox server's address (e.g., 192.168.1.100 or pve.yourdomain.com).
  • Port: 8006 by default, unless you have configured a different port.
  • Token ID: The full token identifier (e.g., proxmoxr@pve!mobile-app).
  • Token Secret: The secret value from the previous step.

Tap to connect. ProxmoxR establishes a direct connection from your phone to your Proxmox API — there is no intermediate cloud server relaying your data. If your Proxmox node uses a self-signed certificate, the app will let you review and accept it.

Step 3: Confirm Everything Works

After connecting, your nodes, VMs, and containers should appear in the app. Tap through a few items to verify that metrics are loading, guest states are accurate, and you can see your storage and network configurations. If everything looks correct, you are ready to manage your infrastructure from your pocket.

Android-Specific Features

Split-Screen Multitasking

Android's native split-screen mode works seamlessly with ProxmoxR. You can run ProxmoxR in the top half of your screen while keeping a terminal app, browser, or messaging app in the bottom half. This is particularly useful during troubleshooting — monitor your VM's console in ProxmoxR while looking up documentation or communicating with your team in the other window. On Android tablets, this split-screen experience is even more practical with the larger display.

Notification Channels

Android's notification channel system allows ProxmoxR to categorize its notifications so you can control how each type is handled. You can configure alert notifications to break through Do Not Disturb mode while keeping informational updates silent. This granular control ensures you never miss a critical infrastructure alert, even at night, without being disturbed by routine status updates.

Material Design Interface

ProxmoxR follows Android's Material Design guidelines, so it feels like a native Android application rather than a ported iOS app or a wrapped web page. Navigation, animations, and controls all behave the way you expect from a well-built Android app. It respects your system theme — Dark Mode, dynamic colors on supported devices — and adapts to your display settings.

Samsung DeX and Tablet Mode

If you use a Samsung phone or tablet with DeX, ProxmoxR works in desktop mode, giving you a windowed experience on an external monitor. This is an excellent option for on-site server management — connect your phone to a monitor, open ProxmoxR in a DeX window, and you have a full management interface without needing a laptop. The touch-optimized interface also works well with a mouse and keyboard in DeX mode.

On Android tablets in general, ProxmoxR takes advantage of the larger screen to show more information simultaneously. Wider tables, larger performance graphs, and a more spacious console viewer make tablet management approaching the desktop web UI experience while remaining fully touch-friendly.

Core Features on Android

Regardless of which Android device you use, ProxmoxR provides the full set of Proxmox management capabilities:

  • Multi-cluster management. Add and switch between any number of Proxmox clusters — production, staging, homelab, client environments — from a single app.
  • Real-time monitoring. Live performance graphs for CPU, memory, network, and disk I/O on every node, VM, and container. Spot issues before they become outages.
  • Power control. Start, stop, shutdown, reboot, pause, and resume VMs and containers with a single tap. Every action provides immediate feedback so you know it was received.
  • Console access. A touch-optimized console viewer that actually works on Android. Properly scaled, with sensible touch input handling and a keyboard that does not completely cover the console output.
  • Backup and snapshot management. View backup job status, check for failed backups, create and rollback snapshots. Stay on top of your data protection without needing the desktop UI.
  • Storage and network overview. Check storage pool utilization, view network configurations, and monitor disk health across your infrastructure.

Security on Android

ProxmoxR stores your API tokens securely on your device and connects directly to your Proxmox server over HTTPS. There is no cloud service in between, no account to create on a third-party platform, and no data that leaves the direct path between your phone and your server. You can further protect the app by using Android's built-in biometric lock — fingerprint or face unlock — to prevent unauthorized access if someone else picks up your phone.

Get Started on Android

Download ProxmoxR from Google Play and start your 7-day free trial. Connect it to your Proxmox cluster using the API token steps above, and experience the difference between fighting the web UI in Chrome and using a purpose-built native app. After the trial, plans start at €1/month, with annual (€7.99/year) and lifetime (€29.99) options for long-term savings.

Take Proxmox management mobile

All the features discussed in this guide — accessible from your phone with ProxmoxR. Real-time monitoring, power control, firewall management, and more.

ProxmoxR

Manage Proxmox from your phone

Monitor, control, and manage your clusters on the go.

Free 7-day trial · No credit card required