0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Linux】Cockpitの初期設定

Posted at

環境

  • Windows 11
  • MiracleLinux 9.6

やりたいこと

  • MiracleLinux 9.6 にWebコンソール経由で Windows 11 からアクセスしたい

Miracle Linux 9.6 側の設定

  1. パッケージのインストール
    # dnf upgrade
    # dnf install cockpit
  2. ファイアウォールの設定
    # firewall-cmd --list-service
    # firewall-cmd --add-service=cockpit
  3. 自動起動の有効化
    # systemctl status cockpit
    # systemctl start cockpit
    # systemctl status cockpit.socket
    # systemctl enable coclpit.socket
  4. プライベートIPアドレスの確認
    $ nmcli

Windows 11 側の操作

  1. https://<上で確認したIPアドレス>:9090へブラウザからアクセスする
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?