Skip to content

Quick demo of Cockpit web-based management

Notifications You must be signed in to change notification settings

sa-ne/demo-cockpit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-cockpit

Quick demo of Cockpit web-based management

Cockpit is a user-friendly web-based interface for administering servers. It allows monitoring system resources and adjusting configuration with ease.

Notes

  • RHEL 7 or greater, no RHEL 6 or below
  • Cockpit does not need special infrastructure or configuration. Once installed, it is ready to use
  • When not in use, Cockpit uses no memory or CPU on the server
  • Cockpit stores no data or policy. People keep their system-wide permissions and use the system credentials

Installation & Config

      # yum install -y cockpit 		(also installs -bridge, -system, -ws)
      # systemctl enable cockpit.socket
      # firewall-cmd --permanent --add-service cockpit
      # firewall-cmd --reload
      # systemctl start cockpit

References and Resources

About

Quick demo of Cockpit web-based management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%