Kvm-configurator

,

Hello everyone,

I’ve been working on my first Go project for a few days now.

kvm-configurator is used to configure KVM/QEMU VMs via the terminal.

This is useful for servers where you don’t have tools like virt-manager.

4 Likes

Looks very useful, if I didn’t have virt-maager already I’d try it out.

2 Likes

Made some more progress: Version 1.0.1

  • Small “progress bar” during VM creation
  • Theoretically, a boot order can now be specified, but it doesn’t work properly yet and hasn’t been fully tested
  • ISOs are now sorted by name
3 Likes

New weekend, new release :D

Version 1.0.6

What’s new?

KVM-TOOLS

What’s Changed

  • xml is now saved correctly in the selected path
  • small check to see if the config yaml is available
  • code optimizations
  • add support vor graphic & sound
2 Likes

I’m currently struggling with a TUI design. Eventually, I’ll figure out how it works :smiley:

2 Likes

Little update Release v1.0.7 · mrtoadie/kvm-configurator · GitHub

2 Likes