System Grab Bag

View all TLDR pages from Linux (or from all pages)

virt-viewer

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.
  • Launch virt-viewer with a prompt to select running virtual machines:
    virt-viewer
  • Launch virt-viewer for a specific virtual machine by ID, UUID or name:
    virt-viewer "{{domain}}"
  • Wait for a virtual machine to start and automatically reconnect if it shutdown and restarts:
    virt-viewer --reconnect --wait "{{domain}}"
  • Connect to a specific remote virtual machine over TLS:
    virt-viewer --connect "xen//{{url}}" "{{domain}}"
  • Connect to a specific remote virtual machine over SSH:
    virt-viewer --connect "qemu+ssh//{{username}}@{{url}}/system" "{{domain}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.