Cockpit Manage Tools


Installing the Cockpit Virtual Machines Module
dnf install -y cockpit cockpit machines
dnf module install virt #error
dnf install y virt install virt viewer
virt host validate


systemctl restart libvirtd
systemctl restart cockpit.socket
systemctl enable libvirtd
systemctl enable cockpit.socket
systemctl status libvirtd
systemctl status cockpit.socket


firewall-cmd --add service=cockpit
firewall-cmd --add service=cockpit permanent
firewall-cmd --reload


通过
https://localhost:9090 或 https://127.0.0.1:9090 访问
setting bridge br0

yum install -y cockpit

原文地址:https://www.cnblogs.com/k98091518/p/14504927.html