Enable cockpit service in CentOS 8
The cockpit service in CentOS is a web-based graphical interface for server administration.
Enable
systemctl enable --now cockpit.socket
Access
Use browser URL https://<server_address>:9090/
.
The cockpit service in CentOS is a web-based graphical interface for server administration.
systemctl enable --now cockpit.socket
Use browser URL https://<server_address>:9090/
.