https://drive.google.com/file/d/1hHlDLCziKo0E-mrut9W7GlK8A3LX2ElV/view?usp=sharing

1. What is Cockpit?

Core Features

Key Advantages

💡 Critical Insight:

Cockpit uses a socket activation model—service starts only when accessed (port 9090).


2. Installing Cockpit

Basic Installation

# Install Cockpit core
sudo dnf install -y cockpit

# Optional: Add virtual machine management
sudo dnf install -y cockpit-machines

# Enable and start (socket activation)
sudo systemctl enable --now cockpit.socket
sudo systemctl status cockpit.socket

⚠️ Why Socket?: