LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

virt-manager

Graphical virtual machine manager

TLDR

Start the manager
$ virt-manager
copy
Manage the system libvirt daemon explicitly
$ virt-manager --connect qemu:///system
copy
Manage a remote host over SSH
$ virt-manager --connect qemu+ssh://[user]@[host]/system
copy
Open straight into a machine's graphical console
$ virt-manager --show-domain-console [vm_name]
copy
Open a machine's hardware settings
$ virt-manager --show-domain-editor [vm_name]
copy
Open a machine's performance graphs
$ virt-manager --show-domain-performance [vm_name]
copy
Jump straight to the new machine wizard
$ virt-manager --show-domain-creator
copy
Open the delete confirmation for a machine
$ virt-manager --show-domain-delete [vm_name]
copy
Keep the process in the foreground with debug logging
$ virt-manager --no-fork --debug
copy
Stop SPICE from redirecting USB devices automatically
$ virt-manager --spice-disable-auto-usbredir
copy

SYNOPSIS

virt-manager [OPTIONS]

DESCRIPTION

virt-manager is a desktop user interface for managing KVM and Xen virtual machines and LXC containers. It provides a graphical interface for creating, configuring, and monitoring virtual machines.The tool connects to libvirt and can manage both local and remote hypervisors.

PARAMETERS

--connect URI

Connect to specified hypervisor
--no-fork
Don't fork into background
--debug
Print debug output
--show-domain-creator
Open new VM wizard
--show-domain-editor VM
Show VM details window
--show-domain-performance VM
Show VM performance window
--show-host-summary
Show connection details
--show-domain-console VM
Open the console window for a domain
--spice-disable-auto-usbredir
Disable automatic USB redirection via SPICE
--version
Show program version and exit

INSTALL

sudo dnf install virt-manager
copy
sudo pacman -S virt-manager
copy
sudo apk add virt-manager
copy
sudo zypper install virt-manager
copy
brew install virt-manager
copy
nix profile install nixpkgs#virt-manager
copy

CAVEATS

Requires libvirt and a hypervisor (KVM, Xen, etc.). Remote management requires proper libvirt configuration. Hardware virtualization support recommended.

SEE ALSO

virsh(1), virt-install(1), virt-clone(1), virt-viewer(1), qemu(1), kvm(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid