Comments on How to Install WebVirtCloud KVM Management on Ubuntu 20.04

WebVirtCloud is a web-based management tool for KVM virtualization. It allows administrators and users to create, manage and delete Virtual Machines running on KVM hypervisor from a web interface.

7 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Carl

I followed the instructions but it does not work. I see that you removed /etc/nginx/sites-enabled/default but what replaces is? How does nginx know what to serve?

By: Till

That's done by these commands in the tutorial:

cp conf/supervisor/webvirtcloud.conf /etc/supervisor/conf.d
cp conf/nginx/webvirtcloud.conf /etc/nginx/conf.d

You should go step by step trough the guide again and check that you did not left out any commands.

By: Hudson

This is better than cockpit?

By: John Blommers

Let me express my great angst over executing a command like this:

 

```bash

wget -O - https://bit.ly/36baWUu | sh

```

That's a big script. How is the user to convincne themselves that it's safe to run it? That concern gave me pause.

By: MD

Yeah, shared the same concern. I changed that to this so I could read it. Big script. The whole thing fails and shows no compute nodes

  wget -O - https://bit.ly/36baWUu > kvm.sh 

By: wotan

Hello, for reasons of lack of capacity of my pc, I have to remove webvirtcloud. I have an Ubuntu machine. how to uninstall it? Thank you

By: duke

i have successfully installed Webvirtcloud on ubuntu 20.04 but i have problem when i try to create COMPUTE via Local (button) = STATUS says "Not connected", and some error saying " Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission denied"

plz help me