I'm just wondering if it's possible, or practical, to start/stop a VM and opening a VM's console all from command line from remote PC.
Say, for starting a VM from remote command line, would this
be ok?
For starting noVNC or SPICE consoles from remote command line, is it possible? How could one do?
Thanks beforehand.
Say, for starting a VM from remote command line, would this
Code:
ssh root@<proxmoxHost> 'qm start <vmid>'
For starting noVNC or SPICE consoles from remote command line, is it possible? How could one do?
Thanks beforehand.