Proxmox - jhu-information-security-institute/infrastructure GitHub Wiki

Force shut down a stalled vm

  1. go to the shell in proxmox
  2. $ ps aux | grep <VMID>
  3. $ kill -9 <PID>

Spice viewer

  1. Ensure the VM hardware's Display and USB are set to SPICE
image 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. image 1. Connect to the remote-viewer that is running on your remote system by opening the file with connection details on your remote system.
⚠️ **GitHub.com Fallback** ⚠️