Hi,
TrueNAS 25.10.0 Enterprise, fresh install
- midclt call virt.global.config shows state “INITIALIZED” with pool set to RAIDZ2-pool
- incusd is running (ps aux | grep incus shows the daemon)
- Containers work fine via CLI (incus launch, incus list all functional)
- Default profile was missing root disk device (had to manually add it)
- The “Instances” menu item never appears in the sidebar, even after middleware restart and browser hard refresh
- Direct navigation to /ui/instances or /ui/virtualization redirects to signin
When I’m adding container with cli it is running and works fine, but I need a UI to manage it
root@truenas[/home/truenas_admin]# incus profile device add default root disk path=/ pool=default
Device root added to default root@truenas[/home/truenas_admin]# incus launch images:ubuntu/noble HK-VHR01
Launching HK-VHR01 root@truenas[/home/truenas_admin]# incus config set HK-VHR01 limits.cpu=4
incus config set HK-VHR01 limits.memory=20GB
root@truenas[/home/truenas_admin]# incus list
±---------±--------±---------------------±-----------------------------------------------±----------±----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
±---------±--------±---------------------±-----------------------------------------------±----------±----------+
| HK-VHR01 | RUNNING | 10.157.143.15 (eth0) | fd42:9e8b:30b3:8b88:1266:6aff:feb0:e54a (eth0) | CONTAINER | 0 |
±---------±--------±---------------------±-----------------------------------------------±----------±----------+
root@truenas[/home/truenas_admin]#
Regards,
MarvinFS
