CentOS 8 disable Activate the web console message

Written by Yujin Boby

Edit in WordPress

When login to CentOS 8 using SSH, you get a message asking you to enable web console.

Activate the web console with: systemctl enable --now cockpit.socket

centos 8 cockpit

You can uninstall cockpit with command

yum remove cockpit*

If you just need to disable the message, delete the file

rm -f /etc/motd.d/cockpit

This is actually a symlink to file /run/cockpit/motd

See CentOS 8