Cockpit : Install2021/07/13 |
|
Install Cockpit to manage system settings on Web browser.
|
|
| [1] | Install Cockpit. |
|
root@dlp:~#
root@dlp:~# apt -y install cockpit systemctl enable cockpit.socket |
| [2] | Access to [https://(server's hostname or IP address):9090/] with Web browser from localhost or any Client computer, then Cockpit login form is displayed like follows. Login with a user. This example shows with root user like follows. |
|
| [3] | This is the Cockpit main screen. It's possible to manage various system settings on here. |
|
| [4] | For [Logs] on the left menu, it's possible to manage or opereate [Journal] service which is the log management tool. |
|
| [5] | For [Storage] on the left menu, it's possible to manage or opereate Storages. |
|
| [6] | For [Networking] on the left menu, it's possible to manage or opereate Networking. |
|
| [7] | For [Accounts] on the left menu, it's possible to manage or opereate system accounts. |
|
| [8] | For [Services] on the left menu, it's possible to manage or opereate system services. |
|
| [9] | For [Terminal] on the left menu, it's possible to opereate system with commands directly. |
|
|
|