[SOLVED] Proxmox VMs are not being displayed in the 'virsh list' command

CodeNinja92

New Member
Jan 31, 2024
7
0
1
I'm facing an issue where Proxmox VMs aren't showing up with the 'virsh list' command. This problem is impacting the management of Proxmox VMs, hindering monitoring and control via the command-line interface.

It seems to be a communication or configuration glitch between Virsh and Proxmox, despite checking configurations and ensuring proper permissions. Swift assistance in resolving this matter is appreciated for the seamless administration of the Proxmox environment.

Bash:
root@PROXMOX:~# virsh list --all
 Id   Name   State
--------------------

root@PROXMOX:~# qm list
      VMID NAME                 STATUS     MEM(MB)    BOOTDISK(GB) PID       
       100 Deb12-PROXMOX stopped    2048              32.00 0         
       101 W11-PROXMOX   stopped    4096             120.00 0         
       102 WS22-PROXMOX  running    4096             120.00 465559   
root@PROXMOX:~#

Thank you,