Go to file
Martin Pitt 84507b9d3a README: IRC moved to libera.chat 2021-05-31 08:55:11 +02:00
.cockpit-ci test: Add .cockpit-ci/run entry point 2019-08-01 13:59:18 +02:00
.fmf test: Add FMF test metadata and scripts 2021-03-12 20:21:29 +01:00
.github reposchutz: improve change detection logic 2021-05-21 14:25:15 +02:00
containers containers: adjust environment for build changes 2021-05-26 14:32:22 +02:00
doc build: stop defining maintainer-clean 2021-05-26 14:32:22 +02:00
examples Replace all usages of container-fluid class 2020-10-13 19:37:14 +02:00
node_modules@f6bf843c01 storage: Show both SHA1 and SHA256 thumbprints of tang keys 2021-05-20 09:36:01 +02:00
pkg services: network: storage: Rename ‘All logs’ button 2021-05-28 10:41:47 +02:00
plans test: Add FMF test metadata and scripts 2021-03-12 20:21:29 +01:00
po po: Update from Fedora Weblate 2021-05-26 11:43:29 +02:00
selinux selinux: Rename documentation files 2021-05-04 06:23:43 +02:00
src tls: Fix quoting of locale check 2021-05-26 07:49:52 +02:00
test services: network: storage: Rename ‘All logs’ button 2021-05-28 10:41:47 +02:00
tools build: stop defining maintainer-clean 2021-05-26 14:32:22 +02:00
.babelrc.json babelrc: Bump supported browser versions 2021-04-16 08:38:54 +02:00
.eslintignore Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
.eslintrc.json base1: Drop cockpit.all() 2021-04-30 09:34:11 +02:00
.flowconfig kubernetes: Add Virtual machines side tab 2018-01-22 08:00:50 +01:00
.gitignore node_modules: convert to git submodule 2021-05-17 20:10:39 +02:00
.gitmodules .gitmodules: add node_modules as a real submodule 2021-05-17 20:10:39 +02:00
AUTHORS AUTHORS: Refer to git information 2019-03-06 16:41:45 +01:00
COPYING Initial commit 2013-11-01 13:42:29 -04:00
HACKING.md node_modules: convert to git submodule 2021-05-17 20:10:39 +02:00
Makefile.am build: drop building -cache tarball 2021-05-26 14:32:22 +02:00
README.md README: IRC moved to libera.chat 2021-05-31 08:55:11 +02:00
autogen.sh node_modules: convert to git submodule 2021-05-17 20:10:39 +02:00
configure.ac configure.ac: Drop redundant PAM library check 2021-05-06 20:48:46 +02:00
package.json storage: Show both SHA1 and SHA256 thumbprints of tang keys 2021-05-20 09:36:01 +02:00
packit.yaml packit: Enable Rawhide 2021-05-25 14:05:53 +02:00
webpack.config.js webpack: Move to css-minimizer-webpack-plugin 2021-04-12 13:18:37 +02:00

README.md

Cockpit

A sysadmin login session in a web browser

cockpit-project.org

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.

Using Cockpit

You can install Cockpit on many Linux operating systems including Debian, Fedora and RHEL.

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

Jumping between the terminal and the web tool is no problem. A service started via Cockpit can be stopped via the terminal. Likewise, if an error occurs in the terminal, it can be seen in the Cockpit journal interface.

You can also easily add other machines that have Cockpit installed and are accessible via SSH and jump between these hosts.

Development