Go to file
Jelle van der Waa 61e5addb28 playground: superuser option is a string not a bool
While the bridge converts it from true to "require", it does not convert
false and our protocol documentation states that it should be a string.
2024-04-19 13:41:28 +02:00
.cockpit-ci cockpit-ci: Update container to 2024-04-08 2024-04-15 08:32:58 +02:00
.fmf test: Add FMF test metadata and scripts 2021-03-12 20:21:29 +01:00
.github dependabot: Group react packages 2024-04-11 09:36:11 +02:00
containers flatpak: lint on install 2024-03-13 07:08:03 +01:00
doc cockpit.js: add new number formatting API style 2024-04-19 10:45:07 +02:00
examples CSS: stylelint fixes 2024-02-07 15:59:17 +01:00
node_modules@271b6a6ab1 Bump the patternfly group with 6 updates 2024-04-19 11:19:56 +02:00
pkg playground: superuser option is a string not a bool 2024-04-19 13:41:28 +02:00
plans fmf: Plumb through $TEST_* variables for unexpected messages 2023-08-28 08:54:58 +02:00
po po: Update from Fedora Weblate 2024-04-17 07:18:27 +02:00
selinux selinux: Cover migration to /run 2024-02-07 14:45:21 +01:00
src bridge: fix a `(a and b) or c` case 2024-04-16 17:17:40 +02:00
test test: Adjust special cases for CentOS/RHEL 10 2024-04-19 09:27:41 +02:00
tools tools: Depend on kdumpctl binary 2024-04-19 09:42:10 +02:00
vendor vendor: update to the latest systemd_ctypes 2024-02-02 16:16:19 +01:00
.eslintignore Revert "Ignore sizzle.js in ESLint" 2022-05-23 13:33:09 +02:00
.eslintrc.json test/static-code: add support for typescript 2024-04-10 19:51:25 +02:00
.flowconfig kubernetes: Add Virtual machines side tab 2018-01-22 08:00:50 +01:00
.gitignore .gitignore: add .tox 2023-07-17 16:58:42 +02:00
.gitleaks.toml gitleaks: Ignore mock SSH keys 2022-10-03 09:01:53 +02:00
.gitmodules modules: rename to vendor 2023-09-07 17:48:36 +02:00
.stylelintrc.json stylelint: Drop checks which don't exist in version 16 any more 2024-02-07 15:59:17 +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 test/static-code: drop flake8 2024-04-16 14:08:52 +02:00
Makefile.am build: Put .cockpit-ci into source tarballs 2024-03-27 15:22:51 +01:00
README.md various: replace mentions of IRC with Matrix 2023-03-29 15:41:28 +02:00
autogen.sh build: write a bare minimal PEP 517 build backend 2023-05-12 11:01:02 +02:00
build.js test: support typescript on qunit tests 2024-04-16 18:21:36 +02:00
configure.ac build: Check if we need to link against libargp 2023-10-23 07:59:59 +02:00
files.js test: port test-format to typescript 2024-04-19 10:45:07 +02:00
package.json Bump the patternfly group with 6 updates 2024-04-19 11:19:56 +02:00
packit.yaml packit: Add Fedora 40, drop Fedora 38 2024-02-27 11:39:26 +01:00
pyproject.toml test/static-code: drop flake8 2024-04-16 14:08:52 +02:00
tsconfig.json test/static-code: add support for typescript 2024-04-10 19:51:25 +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