
RHEL Cockpit
Cockpit is a web-based graphical interface designed for managing Linux servers. It provides an intuitive dashboard that allows administrators to monitor system performance, manage services, configure storage, and handle user accounts, all from a web browser. Does not require GUI server installation.
RHEL Cockpit
You can run the command on the right and then view the Interface on port 9090 over https.

systemctl enable --now cockpit.socket
firewall-cmd --add-service=cockpit --permanent
firewall-cmd --reload
As you see if I click the top left menu item it lists all the servers I have added to the cockpit from this server; now I can access all my servers from one location.

Click "Add new host" and follow prompts and connect all your servers...

Storage Details

Container Management & Details

Network Interface Management

Install Cockpit Managmentment Tools

Shell Terminal Access
