본문 바로가기
IT/System Engineering

Cockpit : A Beginner Friendly Server Administration Tool

by Jany 2015. 9. 8.
반응형

Cockpit : A Beginner Friendly Server Administration Tool

Fedora Project 에서 새로 나온 Web UI 기반의 매우 강력한 모니터링 및 관리 툴


CentOS7에서 Cockpit 설치 하기

yum 설치 : yum install cockpit

자동실행 등록 : systemctl enable cockpit.socket

방화벽 등록 : firewall-cmd --permanent --zone=public --add-service=cockpit

방화벽 재실행 : firewall-cmd --reload

방화벽 서비스 확인 : firewall-cmd --list-services

데몬시작 : systemctl start cockpit

데몬재시작 : systemctl daemon-reload

Cockpit 재시작 : systemctl restart cockpit


Web 접속 방법

https://localip:9090/


Reference Site
cockpit project : http://cockpit-project.org/index.html

cockpit source : https://github.com/cockpit-project/cockpit
project atomic : http://www.projectatomic.io/blog/

반응형

댓글