Cockpit : Install2023/07/17 |
Install Cockpit to manage system settings on Web browser.
|
|
[1] | Install Cockpit. |
root@dlp:~#
apt -y install cockpit
root@dlp:~#
systemctl enable cockpit.socket
# root account is prohibited to login to Cockpit by default root@dlp:~# cat /etc/cockpit/disallowed-users # List of users which are not allowed to login to Cockpit root |
[2] | Access to [https://(server's hostname or IP address):9090/] with Web browser from localhost or other Client compuers, then Cockpit login form is displayed like follows. Login with a user except root user account. (root login is prohibited by default ) |
[3] | This is the Cockpit index page. It's possible to manage various system settings on here. If you like to use admin privilege, clisk the [Turn on administrative access] button to authenticate. |
[4] | For [Logs] on the left pane, it's possible to manage or operate [Journal] service that is the log management tool. |
[5] | For [Storage] on the left pane, it's possible to manage or operate Storages. |
[6] | For [Networking] on the left pane, it's possible to manage or operate Network settings. |
[7] | For [Accounts] on the left pane, it's possible to manage or operate system accounts. |
[8] | For [Services] on the left pane, it's possible to manage or operate system services. |
[9] | For [Applications] on the left pane, it's possible to install or remove applications. |
[10] | For [Software Updates] on the left pane, it's possible to confirm updates or run update packages. |
[11] | For [Terminal] on the left pane, it's possible to operate system with commands directly. |
Sponsored Link |