LoginSignup
3
3

More than 5 years have passed since last update.

Cockpit のインストール

Last updated at Posted at 2018-05-15

なんか面白そうだったのでメモ

前提条件

以下の環境を想定しています

OS・ミドルウェア バージョン
CentOS CentOS Linux release 7.5.1804 (Core)

手順

  1. Cockpit をインストールする

    # yum -y install cockpit cockpit-dashboard
    
  2. サービスを起動する

    # systemctl start cockpit && systemctl is-active cockpit
    
  3. 次の URL でログインする

http://<IPアドレスもしくはホスト名>:9090/

Cockpit_home.png

参考

以下を参考にしました

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3