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)
Comments
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?
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
This is better than cockpit?
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.
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
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
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