ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Run virt-manager on Windows 10

    Scheduled Pinned Locked Moved IT Discussion
    windowswindows 10kvmxenlxcvirt-managerxming
    108 Posts 19 Posters 39.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @chipprel
      last edited by

      @chipprel said in Run virt-manager on Windows 10:

      How to setup KVM server on windows 10?

      That's not possible. Windows 10 is an operating system. All production hypervisors are Type-1 by definition so cannot run on top of an operating system.

      KVM, Xen, Hyper-V, and ESXi are the four production Type-1 hypervisors and by definition they must run on bare metal, never on top of an OS.

      OSes run on top of the hypervisor, not the other way around.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @chipprel
        last edited by

        @chipprel said in Run virt-manager on Windows 10:

        I didnt have any KVM server. I try to make everything here on my windows 10. Is it possible?

        Just don't install Windows 10, install KVM instead. You are approaching the entire concept in an impossible way.

        1 Reply Last reply Reply Quote 0
        • C
          chipprel
          last edited by

          Thanks everyone. Much appreciated for helping me here. I will try soon. Any suggestion of linux distro for KVM server?
          archlinux? parrot? ubuntu? any?

          stacksofplatesS 1 Reply Last reply Reply Quote 0
          • stacksofplatesS
            stacksofplates @chipprel
            last edited by

            @chipprel said in Run virt-manager on Windows 10:

            Thanks everyone. Much appreciated for helping me here. I will try soon. Any suggestion of linux distro for KVM server?
            archlinux? parrot? ubuntu? any?

            Fedora is probably the easiest. It's enabled by default.

            scottalanmillerS 1 Reply Last reply Reply Quote 1
            • scottalanmillerS
              scottalanmiller @stacksofplates
              last edited by

              @stacksofplates said in Run virt-manager on Windows 10:

              @chipprel said in Run virt-manager on Windows 10:

              Thanks everyone. Much appreciated for helping me here. I will try soon. Any suggestion of linux distro for KVM server?
              archlinux? parrot? ubuntu? any?

              Fedora is probably the easiest. It's enabled by default.

              Fedora is what we use when we want "vanilla" KVM.

              V 1 Reply Last reply Reply Quote 0
              • black3dynamiteB
                black3dynamite
                last edited by

                Can someone explain this? Running virt-manager by itself, add your connection, close virt-manager and re-open it. Its now blank. But if I specify the connection, it will remembers the connection after re-opening virt-manager.

                With virt-manager & only
                aadce780-136d-46ed-921b-abfc4b16a3ae-image.png

                With virt-manager --connect=qemu+ssh://herman@d01-herman/system &
                e1dfe80d-64a1-44f8-94ce-a56f536efffd-image.png

                1 Reply Last reply Reply Quote 0
                • V
                  VoIP_n00b @scottalanmiller
                  last edited by

                  @scottalanmiller said in Run virt-manager on Windows 10:

                  Fedora is what we use when we want "vanilla" KVM.

                  I have been thinking about doing this. I am currently using Proxmox. The only thing holding me back in a good backup solution for KVM.

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @VoIP_n00b
                    last edited by

                    @VoIP_n00b said in Run virt-manager on Windows 10:

                    @scottalanmiller said in Run virt-manager on Windows 10:

                    Fedora is what we use when we want "vanilla" KVM.

                    I have been thinking about doing this. I am currently using Proxmox. The only thing holding me back in a good backup solution for KVM.

                    We mostly moved the other way. From Vanilla KVM to Proxmox. lol

                    black3dynamiteB brandon220B 2 Replies Last reply Reply Quote 0
                    • black3dynamiteB
                      black3dynamite @scottalanmiller
                      last edited by

                      @scottalanmiller said in Run virt-manager on Windows 10:

                      @VoIP_n00b said in Run virt-manager on Windows 10:

                      @scottalanmiller said in Run virt-manager on Windows 10:

                      Fedora is what we use when we want "vanilla" KVM.

                      I have been thinking about doing this. I am currently using Proxmox. The only thing holding me back in a good backup solution for KVM.

                      We mostly moved the other way. From Vanilla KVM to Proxmox. lol

                      😵

                      V 1 Reply Last reply Reply Quote 0
                      • V
                        VoIP_n00b @black3dynamite
                        last edited by

                        @black3dynamite said in Run virt-manager on Windows 10:

                        We mostly moved the other way. From Vanilla KVM to Proxmox. lol

                        😵

                        0_o?

                        black3dynamiteB 1 Reply Last reply Reply Quote 0
                        • black3dynamiteB
                          black3dynamite @VoIP_n00b
                          last edited by

                          @VoIP_n00b said in Run virt-manager on Windows 10:

                          @black3dynamite said in Run virt-manager on Windows 10:

                          We mostly moved the other way. From Vanilla KVM to Proxmox. lol

                          😵

                          0_o?

                          Switching from Vanilla KVM (CentOS -> Fedora -> Ubuntu) to Proxmox

                          1 Reply Last reply Reply Quote 0
                          • jmooreJ
                            jmoore
                            last edited by

                            What advantages and in what situations does the Proxmox implementation have over straight KVM?

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @jmoore
                              last edited by

                              @jmoore said in Run virt-manager on Windows 10:

                              What advantages and in what situations does the Proxmox implementation have over straight KVM?

                              Well quite a few, but it's apple and oranges so keep that in mind. KVM is a "build it yourself" component, it's only the hypervisor. Think ESXi without vSphere. So KVM is great and you can do anything with it that you want, but you have to do it. If all you want is something simple and/or you want exactly what the OS does by default and/or you want something really complex and unique, this is obviously best.

                              Proxmox builds a full virtualization suite on top of KVM (think XCP-NG on top of Xen) which gives you a standard web interface (instead of providing your own with a tool like virt-manager), a selection of options file systems, a selection of optional storage subsystems like CEPH and Gluster and DRBD, built in backups, cloning, monitoring, etc.

                              Anything Proxmox can do, you can do without it. But it makes making a standard, easy to use and easy to set up system more straightforward. If you have a large number of techs / clients in combination, the virt-manager approach is difficult to scale. But Proxmox is easier with a single jump server to handle the web interfaces.

                              black3dynamiteB 1 Reply Last reply Reply Quote 1
                              • brandon220B
                                brandon220 @scottalanmiller
                                last edited by brandon220

                                Switching from Vanilla KVM (CentOS -> Fedora -> Ubuntu) to Proxmox
                                @scottalanmiller Never thought I would hear those words from you!

                                scottalanmillerS JaredBuschJ 2 Replies Last reply Reply Quote 0
                                • black3dynamiteB
                                  black3dynamite @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Run virt-manager on Windows 10:

                                  @jmoore said in Run virt-manager on Windows 10:

                                  What advantages and in what situations does the Proxmox implementation have over straight KVM?

                                  Well quite a few, but it's apple and oranges so keep that in mind. KVM is a "build it yourself" component, it's only the hypervisor. Think ESXi without vSphere. So KVM is great and you can do anything with it that you want, but you have to do it. If all you want is something simple and/or you want exactly what the OS does by default and/or you want something really complex and unique, this is obviously best.

                                  Proxmox builds a full virtualization suite on top of KVM (think XCP-NG on top of Xen) which gives you a standard web interface (instead of providing your own with a tool like virt-manager), a selection of options file systems, a selection of optional storage subsystems like CEPH and Gluster and DRBD, built in backups, cloning, monitoring, etc.

                                  Anything Proxmox can do, you can do without it. But it makes making a standard, easy to use and easy to set up system more straightforward. If you have a large number of techs / clients in combination, the virt-manager approach is difficult to scale. But Proxmox is easier with a single jump server to handle the web interfaces.

                                  Another big one for me is the role-based permissions.

                                  stacksofplatesS 1 Reply Last reply Reply Quote 2
                                  • stacksofplatesS
                                    stacksofplates @black3dynamite
                                    last edited by

                                    @black3dynamite said in Run virt-manager on Windows 10:

                                    @scottalanmiller said in Run virt-manager on Windows 10:

                                    @jmoore said in Run virt-manager on Windows 10:

                                    What advantages and in what situations does the Proxmox implementation have over straight KVM?

                                    Well quite a few, but it's apple and oranges so keep that in mind. KVM is a "build it yourself" component, it's only the hypervisor. Think ESXi without vSphere. So KVM is great and you can do anything with it that you want, but you have to do it. If all you want is something simple and/or you want exactly what the OS does by default and/or you want something really complex and unique, this is obviously best.

                                    Proxmox builds a full virtualization suite on top of KVM (think XCP-NG on top of Xen) which gives you a standard web interface (instead of providing your own with a tool like virt-manager), a selection of options file systems, a selection of optional storage subsystems like CEPH and Gluster and DRBD, built in backups, cloning, monitoring, etc.

                                    Anything Proxmox can do, you can do without it. But it makes making a standard, easy to use and easy to set up system more straightforward. If you have a large number of techs / clients in combination, the virt-manager approach is difficult to scale. But Proxmox is easier with a single jump server to handle the web interfaces.

                                    Another big one for me is the role-based permissions.

                                    Yeah that's a huge thing. You can kind supposedly kind of do it with libvirt/qemu but you need to use polkit.

                                    1 Reply Last reply Reply Quote 1
                                    • jmooreJ
                                      jmoore
                                      last edited by

                                      Got it, thanks.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @brandon220
                                        last edited by

                                        @brandon220 said in Run virt-manager on Windows 10:

                                        Switching from Vanilla KVM (CentOS -> Fedora -> Ubuntu) to Proxmox
                                        @scottalanmiller Never thought I would hear those words from you!

                                        IKR

                                        1 Reply Last reply Reply Quote 0
                                        • JaredBuschJ
                                          JaredBusch @brandon220
                                          last edited by

                                          @brandon220 said in Run virt-manager on Windows 10:

                                          Switching from Vanilla KVM (CentOS -> Fedora -> Ubuntu) to Proxmox
                                          @scottalanmiller Never thought I would hear those words from you!

                                          we have a whole thread on this someplace.

                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            callimarie
                                            last edited by

                                            uhh i keep getting this error "The libvirtd service does not appear to be installed. Install and run the libvirtd service to manage virtualization on this host."

                                            ObsolesceO 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 5 / 6
                                            • First post
                                              Last post