Linux administrator tool – enable cockpit

Red Hat supports cockpit as a server management tool to improve administrator's management efficiency. cockpit provides a user-friendly interface and is also supported on CentOS.

Original Korean article: Linux administrator tool – enable cockpit

cockpit function

  • Cockpit is modular and can be expanded by installing additional modules.
  • You can additionally set up multiple servers in one cockpit dashboard.
  • cockpit uses a socket method and does not use memory during use.
  • Cockpit can be accessed by a user with sudoer privileges, but cannot be accessed by root privileges.

Activate cockpit

The installation and connection methods are very simple. When you reboot after installing CentOS 8, the cockpit activation command is displayed at the top of the login page.

After logging in, enter the following code in the terminal.

centos cockpit
centos cockpit
sudo systemctl enable --now cockpit.socket

After activation, reboot.

sudo reboot

cockpit access

When you reboot, the connection link is initially displayed at the top.

centos cockpit
centos cockpit

Access https://localhost:9090/ or https://[ip]:9090/ in a web browser. It is displayed as private, but you can click Advanced, move to ‘Not Secure’, and access it.

centos cockpit
centos cockpit
centos cockpit
centos cockpit

Good article to read together

  • Linux user management useradd usermod userdel
  • Activate Centos 8 RHEL & REMI Repository
  • Install OpenSSL
  • Installing and managing MariaDB (MySQL)
  • Install Ubuntu 22.04.1 (VirtualBox)

Related Reading

FAQ

What is this article about?

This article is an English translation and global-reader adaptation of the Korean post “Linux administrator tool – enable cockpit.” It preserves the original article’s main explanation, examples, and practical context.

Why is it translated into English?

The English version helps global readers access Thinknote articles through English search keywords while keeping the Korean source available as the original reference.

Where can I read the original Korean version?

You can read the original Korean article here: https://www.thinknote.co.kr/linux-cockpit-admin-tool/

Practical Notes for Global Readers

This English draft keeps the original Korean article as its source while adding a short practical reading guide for international readers who may not share the same local context. The main topic is Linux administrator tool – enable cockpit.

How to Use This Guide

Read the steps in order first, then adapt names, paths, package versions, policy details, or local service conditions to your own environment. Older server and software articles may describe a specific Ubuntu, CentOS, PHP, Nginx, or Linux administration context, so verify current package names before applying commands on a production system.

Before You Apply the Steps

Back up configuration files, confirm your server access method, and test changes in a safe environment whenever possible. If the article discusses policy, travel, finance, or market information, use it as contextual analysis and check the latest official source before making a final decision.

Why This Translation Exists

The purpose of this English version is to make Thinknote’s Korean archive accessible to global search readers while preserving the original article’s practical intent and source link.