Install Cockpit Interface on Ubuntu Server and Configure

With this method you can install on ubuntu server 16.04 18.04 20.04 22.04 and between versions.

You can also use this same method to install on Debian Linux.

01. Frstu instalasi paket Cockpit.

It will automatically be offered to install all the necessary packages for the cockpit. Network Manager will also be installed...

sudo apt update
sudo apt install cockpit

02. Access through the web interface:

https://your-server-address:9090

You can log in with your server username ...

Network Manager with cockpit

You need to set up Control over Network manager on your server.

More detailed on: ubuntu-servers/network-manager

45Drives Cockpit Navigator

01. Import GPG Key.

wget -qO - https://repo.45drives.com/key/gpg.asc | sudo gpg --dearmor -o /usr/share/keyrings/45drives-archive-keyring.gpg

04. Add 45drives.sources.

cd /etc/apt/sources.list.d
sudo curl -sSL https://repo.45drives.com/lists/45drives.sources -o /etc/apt/sources.list.d/45drives.sources

05. Update repository.

sudo apt update

03. Install Package.

sudo apt install cockpit-navigator

More detailed on: 45Drives cockpit-navigator

45Drives Cockpit File Sharing

01. If you have added 45drives.sources.

Running this command ... will install all the necessary packages that are needed for samba sharing to work.

sudo apt install cockpit-file-sharing

More detailed on: 45Drives cockpit-file-sharing

---