Debian 11 Bullseye
Sponsored Link

Cockpit : Install2021/09/21

 
Install Cockpit to manage system settings on Web browser.
[1] Install Cockpit.
root@dlp:~#
apt -y install cockpit
root@dlp:~#
systemctl enable cockpit.socket

[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 local user on your Server. (It uses root user on this example)
[3] This is the Cockpit index page. It's possible to manage various system settings on here.
[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.
Matched Content