Nextcloud VM install in Scale

I’m hoping that someone can help me with an install of NCvM in an “Instance.” I followed this guide (Nextcloud VM updated TrueNAS documentation · Issue #2671 · nextcloud/vm · GitHub) and at this point the directions deviate from the version of TrueNAS that I have installed (Fangooth 25.04.0). Can anyone help translate how this might work in Fangtooth?

  1. Create a Nextcloud VM
  • Set Guest Operating System to Linux
  • Give the VM a name like Nextcloud
  • Set System Clock to UTC
  • Use Boot Method UEFI
  • Set a Display Password
  • Select 4 Cores or more
  • Set Memory Size to 4 GiB or more
  • Use existing disk image
  • Select Disk Type VIRTIO
  • Set Network Interface Adapter Type to VirtIO and Attach NIC to correct interface
  • Press Next for Installation Media and GPU
  • Press Save
  1. Add the second disk
  • Go into Devices and Add
  • Set Type to Disk
  • Select second disk for Zvol
  • Set Mode to VirtIO
  • Select Device Order to 1002
  1. Start VM and connect to display
  2. Login and correct system
  • Login with ncadmin and password nextcloud
  • Ctrl+C out of installer
  • Use sudo bash to root
  • Find network adaptor name with ip a
  • Change network adaptor in /etc/netplan/50-cloud-init.yaml with nano
  • Run mkdir /etc/exports.d
  • Run zpool import -a
  • Run zfs mount -a
  • Reboot and start instal

When I do what I think is the process VM agent isn’t running.