Go to file
Katerina Koukiou 1e5ddaaa51 networking: Add first pixel tests
And init test/reference external repository.
2021-06-17 12:57:32 +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 dist workflows: streamline and simplify 2021-06-14 09:36:05 +02:00
containers webpack: bring back sass-loader, using Dart Sass 2021-06-14 07:05:19 +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@4287d9d944 package.json: Update @patternfly/patternfly, @patternfly/react-styles, @patternfly/react-core, @patternfly/react-table 2021-06-16 14:21:54 +02:00
pkg metrics: Add alert for enabling pmproxy firewalld service 2021-06-16 16:05:37 +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-06-09 13:11:31 +03:00
selinux selinux: fix permission ordering 2021-06-10 08:08:12 +02:00
src tls: Fix quoting of locale check 2021-05-26 07:49:52 +02:00
test networking: Add first pixel tests 2021-06-17 12:57:32 +02:00
tools Move to webpack 5 2021-06-15 15:56:59 +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 build: add new 'webpack-jumpstart.tar' target 2021-06-14 09:36:05 +02:00
.gitmodules networking: Add first pixel tests 2021-06-17 12:57:32 +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 HACKING: Fix dnf (sub)command install and missing dependencies 2021-06-14 08:37:01 +02:00
Makefile.am build: add new 'webpack-jumpstart.tar' target 2021-06-14 09:36:05 +02:00
README.md README: IRC moved to libera.chat 2021-05-31 08:55:11 +02:00
autogen.sh test/run: pull pixel test reference before running tests 2021-06-17 12:57:32 +02:00
configure.ac configure.ac: Drop redundant PAM library check 2021-05-06 20:48:46 +02:00
package.json package.json: Update @patternfly/patternfly, @patternfly/react-styles, @patternfly/react-core, @patternfly/react-table 2021-06-16 14:21:54 +02:00
packit.yaml packit: add some fake docs as a temporary hack 2021-06-14 15:27:15 +02:00
webpack.config.js Move to webpack 5 2021-06-15 15:56:59 +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