Go to file
Katerina Koukiou 29d98bd016 docs: Fix man page section reference for cockpit-bridge
Closes #12777
2019-09-12 12:04:30 +02:00
.cockpit-ci test: Add .cockpit-ci/run entry point 2019-08-01 13:59:18 +02:00
.github/ISSUE_TEMPLATE .github: Add minimal issue template 2019-01-24 15:38:42 +01:00
bots bots: Specify cafile for requests to learn-cockpit 2019-09-12 09:02:58 +02:00
containers containers: use podman or docker in unit-tests scripts 2019-07-30 16:50:57 +02:00
doc docs: Fix man page section reference for cockpit-bridge 2019-09-12 12:04:30 +02:00
eslint-plugin-cockpit eslint: Add a rule to disallow using cockpit.all() 2019-01-15 08:25:11 +01:00
examples kubernetes: Remove deprecated spec.externalID 2019-03-13 09:10:36 +01:00
node_modules Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
pkg packagekit: Eliminiate react-remarkable 2019-09-11 18:50:21 +02:00
po po: Update from Fedora Zanata 2019-08-22 12:58:29 +02:00
src package.json: Bump clean-css to current version 2019-09-12 08:05:35 +02:00
test bots: Add Fedora 31 2019-09-11 14:12:31 +02:00
tools tools: Drop obsolete valgrind suppressions 2019-09-12 12:03:23 +02:00
.eslintignore Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
.eslintrc.json Fix and enforce `noopener noreferrer` on `target=_blank` 2019-09-11 16:09:02 +02:00
.flowconfig kubernetes: Add Virtual machines side tab 2018-01-22 08:00:50 +01:00
.gitignore bots: Let make-checkout produce a standalone, temporary directory 2019-08-20 11:17:44 +02:00
.tasks .tasks: Only run issue-scan directly if AMQP_SERVER is not set 2019-07-03 17:00:34 +02:00
.travis.yml tools: Start running pep8 against python tests 2018-11-27 08:43:47 +01: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 bots: Drop virt-builder-fedora 2019-09-04 10:23:08 +02:00
Makefile.am tools: Drop obsolete valgrind suppressions 2019-09-12 12:03:23 +02:00
README.md README: Fix project org in semaphore 2019-03-10 12:19:47 +01:00
Vagrantfile Drop cockpit-kubernetes 2019-06-25 07:30:39 +02:00
autogen.sh autogen.sh: make npm install *more* robust 2019-08-10 10:23:15 +02:00
configure.ac build: Bump gnutls-devel build dependency 2019-09-11 22:38:02 +02:00
package.json package.json: Bump axe-core npm dependency 2019-09-12 08:05:35 +02:00
webpack.config.js package.json: Drop term.js-cockpit 2019-09-12 08:05:35 +02:00

README.md

semaphore ci build status

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.

On the Cockpit dashboard, you can easily add other machines with Cockpit installed that are accessible via SSH.

Development