Skip to content

Commit 1a7b907

Browse files
authored
"Fix reported missing packages in cockpit install" (#3238)
* needed `cockpit-ws` and `cockpit-system` added on minimum installations * other minor fixes and additions
1 parent 6857737 commit 1a7b907

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/guides/virtualization/cockpit-machines.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Cockpit KVM Dashboard
33
author: Neel Chauhan
4-
contributors: Ganna Zhrynova
5-
tested on: 9.3
4+
contributors: Steven Spencer,Ganna Zhrynova
5+
tested on: 9.3, 10.1
66
tags:
77
- virtualization
88
---
@@ -20,16 +20,10 @@ Cockpit is a server administration tool that provides an easy-to-use dashboard t
2020

2121
## Installing Cockpit
2222

23-
Cockpit comes by default in Rocky Linux. However, KVM support does not come installed out-of-the-box. We will install it via `dnf`:
23+
Cockpit comes by default in Rocky Linux. However, KVM support does not come installed out-of-the-box. Install it and other needed packages with `dnf`:
2424

2525
```bash
26-
dnf install -y cockpit-machines
27-
```
28-
29-
Also install `libvirtd`:
30-
31-
```bash
32-
dnf install -y libvirt
26+
dnf install -y cockpit-machines cockpit-ws cockpit-system libvirt
3327
```
3428

3529
## Enabling `cockpit`
@@ -40,7 +34,7 @@ To enable both KVM virtualization and Cockpit, enable the `systemd` services:
4034
systemctl enable --now libvirtd cockpit.socket
4135
```
4236

43-
After you enable `cockpit`, open a browser to **http://ip_address:9090** (note: replace **ip_address** with the IP address of your server):
37+
After you enable `cockpit`, open a browser to <http://ip_address:9090> (note: replace **ip_address** with the IP address of your server):
4438

4539
![Cockpit login screen](../images/cockpit_login.png)
4640

0 commit comments

Comments
 (0)