Proxmox Subscription Guide: Plans, Pricing, and What Each Tier Includes
A detailed guide to Proxmox VE subscription tiers including Community (free), Basic, Standard, and Premium plans. Covers per-socket pricing, support response times, repository access, and how to decide which tier you need.
Understanding Proxmox Subscriptions
Proxmox VE is fully functional without a subscription, but Proxmox Server Solutions GmbH offers paid subscription plans for organizations that need enterprise-stable repositories, vendor support, and guaranteed response times. This guide breaks down each tier so you can decide whether a subscription makes sense for your situation and, if so, which level is right.
How Pricing Works
Proxmox subscriptions are priced per CPU socket, per year. A single-socket server requires one subscription. A dual-socket server requires two subscriptions. This applies to physical CPU sockets, not cores — a server with one 32-core CPU needs only one subscription.
You can check the socket count on your server:
# Count physical CPU sockets
lscpu | grep "Socket(s):"
# Output example: Socket(s): 2 (this server needs 2 subscriptions)
The Four Tiers
Community (Free)
- Cost: Free
- Repository: No-subscription repository (pve-no-subscription)
- Support: Community forums only
- Features: All features included, no restrictions
The community edition is not a trial or demo. It includes every feature of Proxmox VE and is suitable for production use. Updates come through the no-subscription repository, which contains tested packages that have not gone through the additional enterprise validation cycle.
Basic
- Cost: ~105 EUR per socket per year
- Repository: Enterprise repository access
- Support: Web-based support via the Proxmox Customer Portal
- Response time: Next business day
- Support hours: Business hours
The Basic tier is ideal for small businesses and environments where same-day support is not critical. You get access to the enterprise-stable repository and the ability to open support tickets.
Standard
- Cost: ~350 EUR per socket per year
- Repository: Enterprise repository access
- Support: Web-based support via the Proxmox Customer Portal
- Response time: Within 4 hours during business hours
- Support hours: Business hours
The Standard tier provides faster response times, making it suitable for production environments where issues need attention within the same business day.
Premium
- Cost: ~510 EUR per socket per year
- Repository: Enterprise repository access
- Support: Web and remote support
- Response time: Within 2 hours
- Support hours: Extended — includes remote assistance
The Premium tier is designed for mission-critical production environments. The 2-hour response time and remote support option mean that Proxmox engineers can help you resolve issues quickly.
Practical Cost Examples
Scenario | Sockets | Tier | Annual Cost
----------------------------------|---------|----------|------------
Homelab (1 single-socket mini PC) | 1 | Free | 0 EUR
Small office (2 single-socket) | 2 | Basic | 210 EUR
SMB cluster (3 dual-socket) | 6 | Standard | 2,100 EUR
Enterprise (10 dual-socket) | 20 | Premium | 10,200 EUR
Compare this to VMware vSphere, where a similar 10-server enterprise deployment could cost $50,000+ per year in licensing alone.
Enterprise vs No-Subscription Repository
The key technical difference between the tiers is which package repository you use:
# Enterprise repository (requires valid subscription key)
deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise
# No-subscription repository (free, no key needed)
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
Both repositories contain the same Proxmox VE software built from the same source code. The enterprise repository holds packages for a longer testing period before release. In practice, the no-subscription repository is reliable and most updates arrive without issues. The enterprise repository simply adds an extra safety margin.
Applying Your Subscription Key
After purchasing a subscription, you receive a key that you apply through the web UI:
- Log into the Proxmox web interface at
https://your-server:8006 - Select your node in the left panel
- Go to the "Subscription" tab
- Click "Upload Subscription Key"
- Paste your key and confirm
You can also apply the key from the command line:
pvesubscription set YOUR-SUBSCRIPTION-KEY
# Verify the subscription
pvesubscription get
After applying the key, configure the enterprise repository and remove the no-subscription repository to ensure you receive enterprise-validated updates.
Which Tier Should You Choose?
Stay with Community (free) if: You are running a homelab, development environment, or small deployment where you are comfortable troubleshooting issues using community resources, forums, and documentation.
Go with Basic if: You want enterprise-stable updates and the option to contact Proxmox support when needed, but same-day response is not critical.
Choose Standard if: You run production workloads where 4-hour response times provide necessary assurance for your business continuity requirements.
Select Premium if: You operate mission-critical infrastructure and need the fastest response times and remote assistance from Proxmox engineers.
Regardless of the tier you choose, the full Proxmox VE feature set remains available. Tools like ProxmoxR for mobile server management work with all subscription levels including the free community edition, giving you flexibility in how you monitor and manage your infrastructure.
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.