User Tools

Site Tools


linux:classnotes:rh124:manage

Analyse and Manage other Systems

This is done using the Web Console and ituses cockpit this is a service that is installed by default but it needs to be enabled

need to open firewall port 9090 or adding the cokpit service to firewalld

[root@host ~]# firewall-cmd --add-service=cockpit --permanent
success
[root@host ~]# firewall-cmd --reload
success

to enable the service use

systemctl enable --now cockpit.socket

to use it open a browser and go to Open https://servername:9090

linux/classnotes/rh124/manage.txt · Last modified: by 127.0.0.1