Cockpit Admin Console is installed with CentOS Stream 9 Base Environment [Server] or others. It enables management of the CentOS Stream server via a Web browser.
Activate the Web Console:
On the console login prompt, a message like "Activate the web console" may appear, indicating the possibility to use the Admin Console.
systemctl enable --now cockpit.socket
ss -napt
Expected output:
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=733,fd=3))
LISTEN 0 4096 *:9090 *:* users:(("systemd",pid=1,fd=46))
LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=733,fd=4))
Note: Cockpit listens on port 9090.
Firewall Settings:
If Firewalld is running, check and update the inbound settings. Generally, Cockpit is allowed by default.
firewall-cmd --list-service
firewall-cmd --add-service=cockpit
firewall-cmd --runtime-to-permanent
The command should return success upon completion.
https://(server's hostname or IP address):9090/ in a web browser. This can be done from localhost or other client computers.











