RHEL 8 web console and active cockpit service
In Rhel 8, there is a build-in web console service so we don't need to use any remote softwares.We need only activate cockpit services for web console access.
Require package for rehel8 web console access:
- cockpit
(2) After that add cockpit service in firewalld with the help of this command.
firewall-cmd --add-service=cockpit
firewall-cmd --add-service=cockpit --permanent
firewall-cmd --list-all
(3) Enable cockpit services.
systemctl enable --now cockpit.socket
(4) Check the cockpit port is listen or not.
ss -tulpn | grep :9090
(5) To access Rhel8 web console, you must type the link
https://192.168.50.144:9090 (or) https://FQDN:portnumber
Phone Myint Myat
27.11.2019