Proxmox - jhu-information-security-institute/infrastructure GitHub Wiki
Force shut down a stalled vm
go to the shell in proxmox
$ ps aux | grep <VMID>
$ kill -9 <PID>
Spice viewer
Ensure the VM hardware's Display and USB are set to SPICE
1. Run `remote-viewer` from the remote system that will access the VM via Spice
1. In proxmox web browser, go to the VM and select Console->SPICE. This will download a file with connection details to your remote system.
1. Connect to the remote-viewer that is running on your remote system by opening the file with connection details on your remote system.