virt-viewer Command Examples

Minimal graphical interface for a virtual machine (VM). Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh). More information: https://manned.org/virt-viewer.

virt-viewer

virt-viewer "{{domain}}"

virt-viewer --reconnect --wait "{{domain}}"

virt-viewer --connect "xen//{{url}}" "{{domain}}"

virt-viewer --connect "qemu+ssh//{{username}}@{{url}}/system" "{{domain}}"