Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yi-tseng/virt-mgmt
Virsh with graphic user interface
https://github.com/yi-tseng/virt-mgmt
Last synced: 19 days ago
JSON representation
Virsh with graphic user interface
- Host: GitHub
- URL: https://github.com/yi-tseng/virt-mgmt
- Owner: Yi-Tseng
- Created: 2016-11-10T16:17:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T00:06:08.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T09:50:29.162Z (2 months ago)
- Language: JavaScript
- Size: 240 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Virt Manager
====
Virsh with web graphic user interface## Before setup:
Make sure your libvirt/virsh and kvm works correctly.
## Setup:
```bash
$ npm install
```Init database
```bash
$ cp virt-mgmt.sample virt-mgmt
```You can modify database by using sqlite3 cli tool
## Features:
- Manage VMs
- Clone VM
- Manage Networks
- Manage Storages## To use:
Go to login page:
```
http://HOSTNAME:3000/login
```Default username and password is root/toor
## TODO:
- [ ] Better UI(Text, Buttoms)
- [ ] VM management
- [x] Information
- [ ] Start/Stop VM
- [ ] Edit VM configuration
- [ ] Undefine(Delete) VM
- [ ] Attach/Deatch network
- [ ] Attach/Detach volume
- [ ] Network management
- [ ] Information
- [ ] Create/remove Network
- [ ] Network UI
- [ ] Storage management
- [ ] Information
- [ ] Create/delete pool
- [ ] Create/delete volume## Screenshots:
![index](https://raw.githubusercontent.com/TakeshiTseng/Virt-Mgmt/master/screenshots/screenshot1.png)
![information](https://raw.githubusercontent.com/TakeshiTseng/Virt-Mgmt/master/screenshots/screenshot2.png)## License:
MIT