Proxmox Virtual Environment

proxmox-ve_9.2-1.iso
1.6G2026-05-21 SHA256: 4e88fe416df9b527624a175f24c9aa07c714d3332afb1ee3dbf3879573ef2c6c
Show 8 older versions
proxmox-ve_9.1-1.iso
1.7G2025-11-19 SHA256: 6d8f5afc78c0c66812d7272cde7c8b98be7eb54401ceb045400db05eb5ae6d22
proxmox-ve_9.0-1.iso
1.5G2025-08-05 SHA256: 228f948ae696f2448460443f4b619157cab78ee69802acc0d06761ebd4f51c3e
proxmox-ve_8.4-1.iso
1.5G2025-04-09 SHA256: d237d70ca48a9f6eb47f95fd4fd337722c3f69f8106393844d027d28c26523d8
proxmox-ve_7.4-1.iso
1.0G2023-03-23 SHA256: 55b672c4b0d2bdcbff9910eea43df3b269aaab3f23e7a1df18b82d92eb995916
proxmox-ve_6.4-1.iso
886M2021-04-28 SHA256: ab71b03057fdeea29804f96f0ff4483203b8c7a25957a4f69ed0002b5f34e607
proxmox-ve_5.4-1.iso
655M2019-04-11 SHA256: 6f02cb34d2c8effa49e86a07d27e668dc125dfb1b37ed09ebc26002bf9daf75e
proxmox-ve_4.4-eb2d6f1e-2.iso
522M2016-12-15 SHA256: fc40797ef103b63ca5156f009ee1fb6ea605bb9dfe2b0c443211c9c210cb54c9
proxmox-ve_3.4-102d4547-6.iso
649M2015-05-27 SHA256: 7ee18dbb4f1a6436615c0a8b3a169ecbc3d1eb6c8ae456d41bf210a7caac4ff1

Proxmox Backup Server

proxmox-backup-server_4.2-1.iso
1.4G2026-04-28 SHA256: 2fb299deac3929253712c9c3dfc9237edbe70af83c8848467616b771a1d5453e
Show 4 older versions
proxmox-backup-server_4.1-1.iso
1.4G2025-11-26 SHA256: 670f0a71ee25e00cc7839bebb3f399594f5257e49a224a91ce517460e7ab171e
proxmox-backup-server_3.4-1.iso
1.2G2025-04-10 SHA256: ed4777f570f2589843765fff9e942288ff16a6cc3728655733899188479b7e08
proxmox-backup-server_2.4-1.iso
822M2023-03-29 SHA256: 721e21a88ae93dba73ca3e4a494b438190acadb99993ec755a19e721a86f0395
proxmox-backup-server_1.1-1.iso
678M2021-04-15 SHA256: d01d2cb3cac56ea2ebf0ed590db1199e44d8fd21b090d1b576e740abfa5e8d65

Proxmox Mail Gateway

proxmox-mail-gateway_9.0-1.iso
1.5G2025-10-01 SHA256: 23bf1e50bba06f6f850360740c0388462b921b414d2e4f3ea859e5150f498c8e
Show 4 older versions
proxmox-mail-gateway_8.2-1.iso
1.5G2025-02-27 SHA256: 2a348db5bf588450d1d47a8746d3713efc390c7fe1fc5ddf379045542999b549
proxmox-mailgateway_7.3-1.iso
1.1G2023-03-28 SHA256: 9085684327fc36d8006b7160d34733e916300a0ad6bf498ea83cfb901fc2d9d4
proxmox-mailgateway_6.4-1.iso
977M2021-03-30 SHA256: e3da927685bf4849679d6b19a9cb7e5a8e531fc6a86fabea732a0f6013ba43ba
proxmox-mailgateway_5.2-1.iso
756M2019-03-26 SHA256: f94959111557dc83c0a6131333608d9b562694f63ac91238813fe4f823426c8d

Proxmox Datacenter Manager

proxmox-datacenter-manager_1.1-1.iso
1.4G2026-05-27 SHA256: 11a55a069ba564220bd986241b57920a83781d40be18d6f2bf7b9b12696ae2cc
Show 1 older versions
proxmox-datacenter-manager_1.0-2.iso
1.4G2025-12-11 SHA256: b4b98ed3e8f4dabb1151ebb713d6e7109aeba00d95b88bf65f954dd9ef1e89e1
How to verify a downloaded ISO

Each ISO ships with a detached OpenPGP signature (.asc) signed by the matching release key. Examples below use proxmox-ve_9.2-1.iso; substitute the filename you downloaded.

Fetch the release key

Release keys are published at enterprise.proxmox.com/debian/ (not on public keyservers). Pick the one matching the ISO's release:

wget https://enterprise.proxmox.com/debian/proxmox-release-trixie.gpg

Display the fetched key's fingerprint and confirm it matches the value listed below before trusting it for any verification step:

gpg --show-keys ./proxmox-release-trixie.gpg
  • trixie (current): 24B30F06ECC1836A4E5EFECBA7BCD1420BFE778E
  • bookworm (previous): F4E136C67CDCE41AE6DE6FC81140AF8F639E0C39

Verify the signature

GnuPG (gpgv needs no keyring import):

gpgv --keyring ./proxmox-release-trixie.gpg \
     proxmox-ve_9.2-1.iso.asc proxmox-ve_9.2-1.iso

Sequoia (sq):

sq verify --signer-file ./proxmox-release-trixie.gpg \
          --signature-file proxmox-ve_9.2-1.iso.asc proxmox-ve_9.2-1.iso

Auditing the whole directory

The combined SHA256SUMS covers every ISO and is signed by both release keys in SHA256SUMS.asc:

gpgv --keyring ./proxmox-release-trixie.gpg \
     SHA256SUMS.asc SHA256SUMS && sha256sum -c SHA256SUMS

Clients still pinned to the previous release key (bookworm) can use the standalone signature:

gpgv --keyring ./proxmox-release-bookworm.gpg \
     SHA256SUMS.bookworm-key.asc SHA256SUMS