Skip to main content

Proxmox — upcoming versions & roadmap

What is under development for an upcoming CMP version versus what remains on the longer roadmap.

Supported features today: Proxmox VE Features.


Under development — available in upcoming version

These items are under development and are expected in an upcoming version. They are not general roadmap placeholders.

Networking — Proxmox SDN

StatusUnder development — available in an upcoming version

Native CMP support for Proxmox SDN (zones, vnets, and related SDN objects).

Today: Import and IPAM use conventional Proxmox networks (for example Linux bridges such as vmbr0). See Networks and Networks and IPAM.

Upcoming: Deeper integration with Proxmox SDN so CMP can manage or consume SDN zones and virtual networks.

Current networking

Until SDN ships, create Linux bridges on Proxmox and sync / import them into CMP. CMP does not provision networks on Proxmox today.


Backups — destination improvements

StatusUnder development — available in an upcoming version

Backup is already available in CMP for Proxmox — see Backup (feature documentation in progress).

Today: Backups created through the CMP / Proxmox path are stored on the same storage where the VMs are located (on-host / same datastore). Suitable for limited use; not off-host protection by itself.

Upcoming destination options under development:

OptionSummary
External storage (NFS/SMB)Separate backup destination without PBS
Proxmox Backup Server (PBS)Dedicated backup platform with incremental / dedupe features

1. External storage (NFS/SMB)

Configure a separate server or storage (for example NFS or SMB) as the backup destination.

  • Provides off-host backups
  • Does not require Proxmox Backup Server
  • Suitable for a basic backup requirement

2. Proxmox Backup Server (PBS)

Deploy Proxmox Backup Server as a dedicated backup solution.

Typical PBS capabilities (when integrated):

  • Incremental backups
  • Deduplication
  • Verification
  • Retention management

Recommended when you need a more robust and scalable backup design.

Guidance
  • Basic off-host need → prefer External storage (NFS/SMB) (upcoming)
  • Enterprise / scalable backups → prefer Proxmox Backup Server (PBS) (upcoming)

Roadmap

Only the item below is on the roadmap (not scheduled as an upcoming-version deliverable in the same way as SDN and backup destinations).

Associated IP / NAT mapping (automation)

StatusRoadmap (manual today)
TodayAdmins set Associated IP Address on private IPAM rows for display only — see Associated IP Address (NAT representation) and IPAM
GapCMP does not create or discover NAT; private ↔ public mapping is manual

Suggested automation (open to implement)

Practical options, from lighter to stronger:

ApproachWhat CMP could doNotes
1. Bulk CSV / import mappingAdmin uploads private_ip,public_ip pairs for a networkFast win; still admin-owned NAT on the edge
2. 1:1 pool pairingDefine a public pool next to a private pool and auto-assign associated public IPs in order when private IPs are generatedGood when NAT is static 1:1 and ranges align
3. Edge / firewall API syncRead DNAT / SNAT rules from a supported firewall or Proxmox helper API and fill Associated IP AddressNeeds a reliable source of truth; hardest but least drift
4. Customer-visible only after verifyOptional health check (ICMP / TCP probe of public IP) before showing the association in the portalImproves trust; does not configure NAT

Recommended first step: implement (1) bulk import and (2) 1:1 pool pairing in CMP. Keep NAT configuration on Proxmox / the edge; use CMP only to keep the representation accurate for customers until a sync source (3) is available.