Projekt

Allgemein

Profil

Aktionen

Setup cockpit » Historie » Revision 1

Revision 1/2 | Weiter »
Jeremias Keihsler, 04.02.2020 09:56


Install cockpit
h2. Requirements

To install cockpit you will need the following:
  • a installed and supported operating system (e.g. CentOS 8.x)
  • root-access
  • a fast internet connection

Preliminary Note

This procedure is based on a documentation supplied by https://www.linuxtechi.com/install-use-cockpit-tool-centos8-rhel8/

Install

Install cockpit:

yum install cockpit

Configure Service

systemctl start cockpit.socket
systemctl enable cockpit.socket

Configure Firewall

firewall-cmd --permanent --add-service=cockpit
firewall-cmd --reload

Check up and running

systemctl status cockpit.socket
ss -tunlp | grep cockpit
ps auxf|grep cockpit

Test / Access

https://<Your-CentOS8/RHEL8-System-IP>:9090

Von Jeremias Keihsler vor fast 5 Jahren aktualisiert · 1 Revisionen