3

How do I make a VM boot on startup using just the qm command line tool? I don't want to log in to the GUI, just to be able to set autoboot using SSH.

GDR
  • 329
  • 4
  • 14

1 Answers1

4

qm set $VMID --onboot 1

where $VMID is the numeric ID of your virtual machine. Obtained with qm list.

GDR
  • 329
  • 4
  • 14