Cockpit is an easy-to-use, lightweight, it’s an interactive server administration user interface that offers a live Linux session via a web browser.And you can install cockpit easily on your RHEL 8 system just one command.
Let’s do it.
yum install -y cockpit
Then you should start and enable on your service.
systemctl enable --now cockpit.socket
Let’s Open a browser and in the address put http://server-ip:9090 , and log in as any RHEL non-root user by providing the username and password.
Now you can do all administrative task using cockpit.