{"id":125,"date":"2023-07-31T15:44:07","date_gmt":"2023-07-31T15:44:07","guid":{"rendered":"http:\/\/192.168.0.142\/?p=125"},"modified":"2023-08-09T11:58:07","modified_gmt":"2023-08-09T11:58:07","slug":"installation-of-cockpit-on-rhel-9-2","status":"publish","type":"post","link":"http:\/\/192.168.0.142\/installation-of-cockpit-on-rhel-9-2\/","title":{"rendered":"Cockpit installation on RHEL 9.2"},"content":{"rendered":"\n

Introduction<\/h3>\n\n\n\n

Cockpit is an interactive server admin interface. It is easy to use and very lightweight. Cockpit interacts directly with the operating system from a real Linux session in a browser.<\/p>\n\n\n\n

You can install Cockpit on many Linux operating systems including Debian, Fedora and RHEL.<\/p>\n\n\n\n

Cockpit makes Linux discoverable, allowing sysadmins to easily perform tasks such as starting containers, storage administration, network configuration, inspecting logs and so on.<\/p>\n\n\n\n

This post explains how to install Cockpit on RHEL 9.2 OS.<\/p>\n\n\n\n

Please refer Installation of Red Hat Enterprise Linux 9.2 using developer account<\/a> for installation of RHEL 9.2.<\/p>\n\n\n\n

Installation<\/h3>\n\n\n\n

To install cockpit run below command<\/strong><\/p>\n\n\n\n

sudo dnf install cockpit -y<\/code><\/pre>\n\n\n\n

Enable cockpit service by running below command<\/strong><\/p>\n\n\n\n

sudo systemctl enable cockpit.socket --now<\/code><\/pre>\n\n\n\n

Configure firewall to add the cockpit service to firewalld and open port 9090 in the firewall<\/strong><\/p>\n\n\n\n

sudo firewall-cmd --add-service=cockpit --permanent\nsudo firewall-cmd --reload<\/code><\/pre>\n\n\n\n

Access cockpit web interface at http:\/\/locahost:9090 using firefox browser. Enter user credentials to login to the cockpit application.<\/strong><\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

Cockpit landing page is loaded after successful login<\/strong><\/p>\n\n\n\n

\"Cockpit<\/figure>\n","protected":false},"excerpt":{"rendered":"

Introduction Cockpit is an interactive server admin interface. It is easy to use and very lightweight. Cockpit interacts directly with the operating system from a real Linux session in a browser. You can install Cockpit on many Linux operating systems including Debian, Fedora and RHEL. Cockpit makes Linux discoverable, allowing sysadmins to easily perform tasks … Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":259,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[20,3],"_links":{"self":[{"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/posts\/125"}],"collection":[{"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/comments?post=125"}],"version-history":[{"count":12,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/posts\/125\/revisions"}],"predecessor-version":[{"id":682,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/posts\/125\/revisions\/682"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/media\/259"}],"wp:attachment":[{"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/media?parent=125"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/categories?post=125"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/tags?post=125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}