This article will describe installing Cockpit.
Table of Contents
1 Install Cockpit
Cockpit supports systemd service management, journald viewer, account management and terminal operation by default.
$ sudo apt install -y cockpit $ sudo systemctl enable cockpit.socket $ sudo systemctl start cockpit.service
1.1 Install cockpit-docker
The cockpit-docker supports Docker management.
$ sudo apt install -y cockpit-docker
2 Access to Cockpit
Access to 9090/tcp port.
https://<server>:9090
Login with Ubuntu local user.
Running top on Terminal page is the following. But Ctrl+a and Ctrl+n is browser shortcut on current Cockpit.