bash: vzlist: command not found

ld5150

New Member
Mar 17, 2016
5
0
1
48
I have done a proxmox install, I can connect to my machine via my desktop through an internet connection over my LAN and I have even successfully created virtual machines. I opened up the console to proxmox through the gui (the actually machine itself) and tried to enter in the command "vzlist" to see all my virtual machines running (I have VMs running) and all that was returned was "bash: vzlist: command not found". I have done and apt-get update && apt-get upgrade command and made sure proxmox was up to date. I tried running the command and the same thing happened. when I am in the command line and I enter in "vz" then hit TAB the only thing that pops up is "vzdump". It seems that is the only command proxmox sees.

How can I get vzlist and all the other commands I need on my machine? I have been reading and looking for options for the past hour and have seen no solutions
 
vzlist was only available on PVE 3.X, on 4.X you can use "pct list" and "qm list" to list LXC containers and Qemu VMs.
 
  • Like
Reactions: vimdiesel
Thank you very much for responding. I am new to proxmox and this is my first install. Is there a good place to look to see when changes like this are made?