「Cockpit」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(https://wiki.archlinux.org/index.php?title=Cockpit&oldid=687609 より新規作成)
 
(カテゴリとリンクを修正)
1行目: 1行目:
[[Category:System administration]]
+
[[Category:システム管理]]
[[Category:Web admin interfaces]]
+
[[Category:ウェブ管理インターフェイス]]
 
[https://cockpit-project.org/ Cockpit] is a browser-based administration tool for Linux, sponsored by Red Hat.
 
[https://cockpit-project.org/ Cockpit] is a browser-based administration tool for Linux, sponsored by Red Hat.
   
 
== Installation ==
 
== Installation ==
   
[[Install]] the {{Pkg|cockpit}} package. Check the optional dependencies to see what packages are required to manage network connections, packages and hard disks.
+
[[インストール]] the {{Pkg|cockpit}} package. Check the optional dependencies to see what packages are required to manage network connections, packages and hard disks.
   
 
For additional features, install one of the following packages:
 
For additional features, install one of the following packages:
15行目: 15行目:
 
== Usage ==
 
== Usage ==
   
[[Start/enable]] the {{ic|cockpit.socket}} unit to start Cockpit [https://cockpit-project.org/running.html#archlinux].
+
[[起動]]・[[有効化]] the {{ic|cockpit.socket}} unit to start Cockpit [https://cockpit-project.org/running.html#archlinux].
   
 
Visit https://localhost:9090/ in a web browser to use Cockpit. Log in with your Linux account and password.
 
Visit https://localhost:9090/ in a web browser to use Cockpit. Log in with your Linux account and password.

2021年8月25日 (水) 10:51時点における版

Cockpit is a browser-based administration tool for Linux, sponsored by Red Hat.

Installation

インストール the cockpit package. Check the optional dependencies to see what packages are required to manage network connections, packages and hard disks.

For additional features, install one of the following packages:

Usage

起動有効化 the cockpit.socket unit to start Cockpit [1].

Visit https://localhost:9090/ in a web browser to use Cockpit. Log in with your Linux account and password.

Configuration

TLS certificate

By default, Cockpit uses a self-signed TLS certificate. To use proper certificate, put a certificate with suffix .cert and a corresponding key with suffix .key in the /etc/cockpit/ws-certs.d/ directory. Cockpit will use the last *.cert file in that folder, in alphabetical order, falling back on 0-self-signed.cert. The cert and key have to be readable by the cockpit-ws user. Restart cockpit.service to apply. See the page in the official docs for more information.