Cockpit is a web-based graphical interface for Linux users and admins.

Install

<pre lang="bash">
dnf install cockpit

Start and Enable

<pre lang="bash">
systemctl start cockpit
systemctl enable cockpit.socket

Status

<pre lang="bash">
systemctl status cockpit

Web access

<pre lang="bash">
http://192.168.0.20:9090