Cockpit is an easy-to-use, lightweight, and simple yet powerful remote manager for GNU/Linux servers, it’s an interactive server administration user interface that offers a live Linux session via a web browser.
It can run on several RHEL-based Linux distributions and Debian derivatives including Ubuntu, Linux Mint, Fedora, CentOS, Rocky Linux, AlmaLinux, Arch Linux among others.
Cockpit makes Linux discoverable thereby enabling system administrators to easily and reliably carry out tasks such as starting containers, managing storage, network configurations, log inspections coupled with several others.
[ You might also like: 20 Command Line Tools to Monitor Linux Performance ]
While using it, users can easily switch between the Linux terminal and web browser without any hustles. Importantly, when a user starts a service via Cockpit, it can be stopped via the terminal, and just in case of an error that occurs in the terminal, it is shown in the Cockpit journal interface.
Features of Cockpit:
- Enables managing of multiple servers in one Cockpit session.
- Offers a web-based shell in a terminal window.
- Containers can be managed via Docker.
- Supports efficient management of system user accounts.
- Collects system performance information using the Performance Co-Pilot framework and displays it in a graph.
- Supports gathering of system configuration and diagnostic information using sos-report.
- Also supports a Kubernetes cluster or an Openshift v3 cluster.
- Allows modification of network settings and many more.
How to Install Cockpit in Linux Systems
You can install Cockpit in all Linux distributions from their default official repositories as shown:
Install Cockpit on Fedora and CentOS
To install and enable Cockpit on Fedora distributions, use the following commands.
# yum install cockpit # systemctl enable --now cockpit.socket # firewall-cmd --add-service=cockpit # firewall-cmd --add-service=cockpit --permanent # firewall-cmd --reload
Install Cockpit on Rocky Linux and AlmaLinux
To install and enable Cockpit on Rocky/AlmaLinux distributions, use the following commands.
# yum install cockpit # systemctl enable --now cockpit.socket # firewall-cmd --add-service=cockpit # firewall-cmd --add-service=cockpit --permanent # firewall-cmd --reload
Install Cockpit on RHEL
Cockpit is added to the Red Hat Enterprise Linux Extras repository from versions 7.1 and later:
# yum install cockpit # systemctl enable --now cockpit.socket # firewall-cmd --add-service=cockpit --permanent # firewall-cmd --reload
Install Cockpit on Debian
The cockpit is included in Debian’s official repositories, and you can install it using the following commands.
# apt-get update # apt-get install cockpit # mkdir -p /usr/lib/x86_64-linux-gnu/udisks2/modules # ufw allow 9090 # ufw allow 80
Install Cockpit on Ubuntu and Linux Mint
In Ubuntu and Linux Mint distributions, Cockpit is not included, but you can install it from the official Cockpit PPA by executing the following commands:
$ sudo add-apt-repository ppa:cockpit-project/cockpit $ sudo apt-get update $ sudo apt-get install cockpit $ sudo systemctl enable --now cockpit.socket
Install Cockpit on Arch Linux
Arch Linux users can install Cockpit from the Arch User Repository using the following command.
# yaourt cockpit # systemctl start cockpit # systemctl enable cockpit.socket
How to Use Cockpit in Linux
After Cockpit is installed successfully, you can access it using a web browser at the following locations.
https://ip-address:9090 OR https://server.domain.com:9090
Enter system username and password to login in the interface below:
After logging in, you will be presented with a summary of your system information and performance graphs for CPU, Memory, Disk I/O, and Network traffic as seen in the next image:
Next on the dashboard menu, is Services. Here you can view Targets, System Services, Sockets, Timers, and Paths pages.
The interface below shows running services on your system.
You can click on a single service to manage it. Simply click on the drop-down menus to get the functionality you want.
The Logs menu item displays the logs page which allows for logs inspection. The logs are categorized into Errors, Warnings, Notices, and All as in the image below.
Additionally, you can as well view logs based on time such as logs for the last 24HRs or 7 days.
Suggested Read: 4 Best Log Monitoring and Management Tools for Linux
To inspect a single log entry, simply click on it.
Cockpit also enables you to manage user accounts on the system, go to Tools and click on Accounts. Clicking on a user account allows you to view the user’s account details.
To add a system user, click on the “Create New Account” button and enter the necessary user information in the interface below.
To get a terminal window, go to Tools → Terminal.
How to Add Linux Server to Cockpit
Important: Be aware that you must install Cockpit on all remote Linux servers in order to monitor them on the Cockpit dashboard. So, please install it before adding any new server to Cockpit.
To add another server, click on dashboard, you will see the screen below. Click on the ( )
sign and enter the server IP address. Remember that information for each server you add is displayed in Cockpit using a distinct color.
Same way, you can add many Linux servers under Cockpit and manage them efficiently without any trouble.
That is it for now, however, you can explore more in case you have installed this simple and wonderful server, remote manager.
Cockpit Official Documentation: http://cockpit-project.org/guide/latest/
For any questions or suggestions as well as feedback on the topic, do not hesitate to use the comment section below to get back to us.
The above is the detailed content of Cockpit - A Browser-Based Administration Tool for Linux. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

While writing program files or normal text files, programmers and writers sometimes want to know the difference between two files or two versions of the same file. When you compare two computer files on Linux, the difference between their contents is

There are three ways to create empty files in the command line: First, the simplest and safest use of the touch command, which is suitable for debugging scripts or placeholder files; Second, it is quickly created through > redirection but will clear existing content, which is suitable for initializing log files; Third, use echo"> file name to create a file with an empty string, or use echo-n""> file name to avoid line breaks. These three methods have their own applicable scenarios, and choosing the right method can help you complete the task more efficiently.

Are you looking for good software to write mathematical equations? If so, this article provides the top 5 equation editors that you can easily install on your favorite Linux distribution.In addition to being compatible with different types of mathema

dutree is a free, open-source, fast command-line tool for analyzing disk usage, written in the Rust programming language. It was created by combining durep (disk usage reporter) and tree (list directory content in tree-like format) command-line tools

Eclipse is a free integrated development environment (IDE) that programmers around the world use to write software, primarily in Java, but also in other major programming languages using Eclipse plugins.The latest release of Eclipse IDE 2023?06 does

ifconfig in short “interface configuration” utility for system/network administration in Unix/Linux operating systems to configure, manage, and query network interface parameters via command-line interface or in a system configuration scripts

Linux administrators should be familiar with the command-line environment. Since GUI (Graphical User Interface) mode in Linux servers is not commonly installed.SSH may be the most popular protocol to enable Linux administrators to manage the servers

Linux has a rich collection of commands, and while many of them are powerful and useful for various tasks, there are also some funny and whimsical commands that you can try out for amusement. 1. sl Command (Steam Locomotive) You might be aware of the
