How to Install Cockpit with kvm/qemu management on Ubuntu 20.04/Linux-mint 20.2

What is Cockpit?
Cockpit is a web-based graphical interface for servers

Website : https://cockpit-project.org


Install Cockpit

1. sudo apt install cockpit -y
2. sudo systemctl start cockpit
3. sudo systemctl status cockpit

Install KVM/qemu plugin/Module

1. sudo apt install cockpit-machines -y
 
Install Cockpit Samba Module 
    https://github.com/45Drives/cockpit-file-sharing

Go to https://your_ip:9090

username=your_username
password=your_password


Login Page


Dashboard




Comments