본문 바로가기

리눅스

[리눅스] Cockpit 관리 도구 설치(WEB UI 기반)

728x90

cockpit 관리 도구 설치

플렛폼Platform(플랫폼)

$ cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

cockpit 패키지 설치

$ yum install -y cockpit

Dependencies Resolved

============================================================================================================================================================
 Package                                          Arch                          Version                                   Repository                   Size
============================================================================================================================================================
Installing:
 cockpit                                          x86_64                        195.6-1.el7.centos                        base                         48 k
Installing for dependencies:
 cockpit-bridge                                   x86_64                        195.6-1.el7.centos                        base                        553 k
 cockpit-system                                   noarch                        195.6-1.el7.centos                        base                        1.6 M
 cockpit-ws                                       x86_64                        195.6-1.el7.centos                        base                        806 k
 glib-networking                                  x86_64                        2.56.1-1.el7                              base                        145 k
 gsettings-desktop-schemas                        x86_64                        3.28.0-3.el7                              base                        606 k
 json-glib                                        x86_64                        1.4.2-2.el7                               base                        134 k

Transaction Summary
============================================================================================================================================================
Install  1 Package (+6 Dependent packages)

Enable Cockpit

$ systemctl enable --now cockpit.socket

 

WEB UI

http://serverip:9090

 

System

 

Terminal

 

728x90