Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virt-manager/virt-manager
Desktop tool for managing virtual machines via libvirt
https://github.com/virt-manager/virt-manager
Last synced: 25 days ago
JSON representation
Desktop tool for managing virtual machines via libvirt
- Host: GitHub
- URL: https://github.com/virt-manager/virt-manager
- Owner: virt-manager
- License: gpl-2.0
- Created: 2015-05-22T00:00:20.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T08:18:38.000Z (about 1 month ago)
- Last Synced: 2024-09-26T23:20:14.205Z (about 1 month ago)
- Language: Python
- Homepage: https://virt-manager.org
- Size: 90 MB
- Stars: 2,352
- Watchers: 79
- Forks: 438
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- ansible-guide - VirtManager
- ansible-guide - VirtManager
- awesome-homelab - virt-manager - manager](https://img.shields.io/github/stars/virt-manager/virt-manager?style=flat) ![virt-manager](https://img.shields.io/github/languages/top/virt-manager/virt-manager?style=flat) | Desktop tool for managing virtual machines via libvirt | (Apps / InfraManagement)
- Self-Hosting-Guide - VirtManager
- fucking-Awesome-Linux-Software - ![Open-Source Software - manager.org/) - Desktop tool for managing virtual machines via libvirt. (Applications / Security)
- AWS-Guide - VirtManager
- SSD-Guide - VirtManager
- Chrome-OS-Guide - VirtManager
- Awesome-Linux-Software - ![Open-Source Software - manager.org/) - Desktop tool for managing virtual machines via libvirt. (Applications / Security)
- VMware-Guide - VirtManager
- CPLD-Guide - VirtManager
- VHDL-Guide - VirtManager
- Networking-Guide - VirtManager
- Oracle-Cloud-Guide - VirtManager
- awesome-hacking-lists - virt-manager/virt-manager - Desktop tool for managing virtual machines via libvirt (Python)
README
# Virtual Machine Manager
`virt-manager` is a graphical tool for managing virtual machines
via [libvirt](https://libvirt.org). Most usage is with QEMU/KVM
virtual machines, but Xen and libvirt LXC containers are well
supported. Common operations for any libvirt driver should work.Several command line tools are also provided:
- `virt-install`: Create new libvirt virtual machines
- `virt-clone`: Duplicate existing libvirt virtual machines
- `virt-xml`: Edit existing libvirt virtual machines/manipulate libvirt XMLFor dependency info and installation instructions, see the
[INSTALL.md](INSTALL.md) file. If you just want to quickly test the
code from a git checkout, you can launch any of the commands like:```sh
./virt-manager --debug ...
```## Contact
- For IRC we use #virt on OFTC.
- For bug reporting info, see
[virt-manager bug reporting](https://virt-manager.org/bugs).
- There are further project details on the
[virt-manager](https://virt-manager.org/) website.
- See the [CONTRIBUTING.md](CONTRIBUTING.md) file for info about submitting patches or
contributing translations.