CentOS Linux 버전 8부터 서버관리용 웹콘솔이 추가됨
1)실행하는 방법
systemctl enable -now cockpit.socket
2)접속하는 방법
https://IP:9090
<CentOS 7 및 CentOS8의 “최소설치”에도 Web Console 사용는 다음과 같이 한다>
1)epel-release Repository 설치
yum install epel-release -y
2)cockpit 설치
yum install cockpit -y
3)실행하기
systemctl list-unit-files | grep cockpit
systemctl start cockpit.socket
systemctl enable cockpit.socket
4)접속하는 방법 •https://IP:9090