In this post we will learn about how to install cockpit and what is the use of it ?
cockpit that is part of rhel (Redhat ) this is use for providing the webconsole access of your system.
Follow the below step
Procedure
Install the cockpit
package:
$ sudo yum install cockpit
Optionally, enable and start the cockpit.socket service, which runs a web server. This step is necessary, if you need to connect to the system through the web console.
$ sudo systemctl enable --now cockpit.socket
How to check webconsole is enabled or not below are the procedure to understand how to enable and verify the webconsole of rhel 8
Procedure
Open the web console in your web browser:
- Locally:
https://localhost:9090
No comments:
Post a Comment