Remote Support Start download

TrueNAS Proxmox Plugin exits pre-announcement: early-adopter rollout with signed APT repo

ProxmoxTrueNASStorageVirtualisation
TrueNAS Proxmox Plugin exits pre-announcement: early-adopter rollout with signed APT repo

In April 2026 we mapped out what the official TrueNAS plugin for Proxmox VE brings: NVMe/TCP as a transport, multipath, CHAP, cluster support, vendor-maintained instead of a community fork. Back then the practical route to production was still open — you cloned the repo, built it yourself, hoped for the right dependencies. That is changing now. iXsystems has published the official rollout post for the TrueNAS Proxmox plugin and made three things concrete: signed APT packages, a cluster-aware installer and a maturity label of “early adopter”.

This news is more practical than it sounds. It answers the question we have heard repeatedly since April: “When can I test this in a serious environment without depending on a GitHub build?” The answer is: now.

What iXsystems has actually announced

The rollout post names four aspects that go beyond the April announcement:

1. Signed APT repositories for Debian Bookworm and Trixie. The plugin now ships through the same distribution channel as Proxmox itself — apt install instead of git clone. That is the difference between a community construction site and a supportable storage integration.

2. Cluster-aware interactive installer with health checks. The installer detects whether it is running on a standalone node or inside a PVE cluster, and adjusts the configuration accordingly. Health checks verify prerequisites (kernel modules, nvme-cli, network reachability) before the plugin becomes active. Anyone who has seen a cluster with a half-configured storage plugin knows why that matters.

3. Multi-tenancy for multiple PVE clusters against a single TrueNAS. This was not explicit in the April post. One TrueNAS appliance can now serve as the storage backend for several separate Proxmox clusters without the clusters interfering with each other. For system integrators with multiple tenants — or larger IT departments with several cluster instances — this is a real milestone.

4. Official maturity label: early adopter. This is no longer a “pre-announcement”, but not yet GA either. Enterprise validation is running, production support is not universally guaranteed yet. The gate now sits with the operator, not with the vendor.

Prerequisites at a glance

ComponentRequirement
TrueNAS25.10 or later (Goldeye)
Proxmox VE8.x or later — 9.x explicitly recommended
Network10 GbE minimum for iSCSI, 25 GbE and up for realistic NVMe/TCP
Extra package for NVMe/TCPnvme-cli on every PVE node
APT distributionBookworm (PVE 8.x) or Trixie (PVE 9.x)
Storage networkDedicated VLAN, MTU 9000 recommended

If you are still on TrueNAS 25.04 or Proxmox VE 7.x, an update has to happen before the plugin anyway. A clean upgrade path is a precondition, not nice-to-have.

What the three installation paths mean day-to-day

The rollout post names three installation options. In practice this means:

  • Signed APT package — the standard path for all production environments. apt update && apt install with the correct repository entry; updates flow through the familiar PVE patch process.
  • Interactive installer — for greenfield installs and test clusters. Health checks, prerequisite verification, active guidance — useful for the first commissioning, less so for repeated deployments.
  • Standalone .deb — for air-gap or specialised lab environments without APT access. Also sensible for Ansible-based rollouts where APT repos are managed manually.

For the majority of our customers the APT path is the right one. The interactive installer fits the first build; regular operation runs through APT.

What “early adopter” means for your project

The label is deliberately positioned between “beta” and “GA”. In practice:

  • Yes for test and pre-production environments. The plugin is installable, documented and actively maintained by iXsystems. For a pure test environment, the maturity is sufficient.
  • Conditionally yes for non-critical production workloads. If you already run the community plugin or BoomshankerX in production, you have less to lose. Migrating brings NVMe/TCP, multi-tenancy and a supportable distribution path.
  • Not yet for mission-critical HA clusters with strict enterprise-support obligations. As long as enterprise validation is running, a storage plugin belongs on HA systems only after an explicit iXsystems clearance.

Our recommended path: stand up a test cluster with the APT package, let it run for three to four weeks, exercise snapshot, live-snapshot and failover behaviour in peace, then decide. If you are unsure where your environment sits on that scale, walk through it with us — before the first PVE node moves.

Why multi-tenancy is the quiet star

Of the four new items, multi-tenancy is the one the community pays least attention to — yet it is the most interesting change technically. For system integrators with mixed customer bases or for enterprise IT with multiple sites this means:

  • One TrueNAS Enterprise appliance can back several PVE clusters — ZFS datasets, iSCSI LUNs and snapshots stay isolated per cluster.
  • Fewer storage silos, lower TCO. Instead of three small TrueNAS systems for three clusters, one larger appliance may suffice. Details worth working out with the TrueNAS configurator.
  • Clean separation boundary. Cluster admins see only their own scope; central storage administration stays with the provider or corporate IT.

For customers with several production Proxmox clusters, this is often the very reason to move to an external storage backend — and the reason the April plugin was not yet the right answer.

Where the plugin is not the right choice today

Being honest: not every environment benefits immediately.

  • Small single-host PVE setups do not need an external storage plugin. Local ZFS with zfs-auto-snapshot and PBS is enough.
  • Large hyper-converged Ceph clusters already have their own storage layer and have to ask whether two storage concepts side by side is a good idea. Usually the better answer: Ceph for compute, TrueNAS for file server and backup target.
  • HA clusters with strict SLAs that depend on enterprise support should sensibly wait for GA clearance and the next iXsystems support matrix.

The official plugin is a tool — not a default for every situation. We recommend it where storage consolidation or multi-tenancy are the concrete drivers.

What this means for ongoing storage projects

If you are currently planning a Proxmox or TrueNAS project, the rollout changes three practical points:

  1. PVE 9.x is effectively the recommendation. Anyone building fresh should no longer settle on PVE 8 — a migration in 12 months is unnecessary if 9.x is stable today.
  2. TrueNAS 25.10 (Goldeye) is a prerequisite. Older TrueNAS releases do not carry the required APIs. If you are upgrading, plan the upgrade path early — DATAZONE storage consulting helps with the migration.
  3. Plan the storage network with headroom. NVMe/TCP shows its strengths from 25 GbE upwards. Anyone planning 10 GbE today should at least provision 25-GbE uplinks at the TrueNAS head — the extra ports cost little compared to a later retrofit.

For projects still running BoomshankerX or the old freenas-proxmox, the migration window has opened — but there is no time pressure. BoomshankerX remains functional; iXsystems recommends migrating to the official plugin.

FAQ

From when is the official TrueNAS Proxmox plugin available?

Right now in the early-adopter phase. Signed APT packages for Debian Bookworm and Trixie plus a standalone .deb package are available through the official iXsystems distribution. A GA date has not been published.

What are the prerequisites?

TrueNAS 25.10 or later, Proxmox VE 8.x or later (9.x recommended). For NVMe/TCP additionally nvme-cli on every PVE node. A sensibly sized storage network is part of it — at least 10 GbE for iSCSI, 25 GbE and up for NVMe/TCP.

What does “early adopter” actually mean?

The plugin is installable, documented and vendor-maintained, but the enterprise support validation is still running. Cleared for test and pre-production environments; for mission-critical HA clusters we recommend waiting for GA. The difference to a classic beta: the plugin is already production-viable for suitable workloads, only the formal enterprise assurance is missing.

Can one TrueNAS back several Proxmox clusters?

Yes, via the newly announced multi-tenancy. Datasets, iSCSI LUNs and snapshots stay isolated per cluster. For system integrators and enterprise IT with several sites this is the practically most relevant jump in the rollout.

Do we have to migrate off BoomshankerX or freenas-proxmox?

Not immediately — BoomshankerX keeps working. Long term, maintenance focuses on the official plugin. For new projects there is no reason to pick a community plugin anymore. For existing deployments we recommend a planned migration in the next maintenance window, not right away.

How does the installer differ from the apt install path?

The interactive installer checks prerequisites (kernel modules, nvme-cli, network reachability) and adapts to standalone nodes or clusters. It is ideal for the first commissioning. The APT path is the standard for regular operation and updates — it integrates with the familiar PVE patch process.

What does DATAZONE recommend for new projects?

Proxmox VE 9.x + TrueNAS 25.10 (Goldeye) + a storage network with 25-GbE headroom + a test deployment via the APT repo with a four-week soak. If you are planning a TrueNAS configuration or need help with a Proxmox rollout, get in touch early — the plugin rollout has consequences for network and storage design that get expensive later.

Need IT consulting?

Contact us for a no-obligation consultation on Proxmox, OPNsense, TrueNAS and more.

Get in touch