Install Cockpit and Cockpit Navigator on Ubuntu Focal, but it’s also working on Ubuntu 22.04, and 24.04,

ssh-keygen
sudo apt install cockpit -y && sudo mkdir -p /usr/lib/x86_64-linux-gnu/udisks2/modules

#systemctl stop cockpit.socket && systemctl disable cockpit.socket ===> applied when you do not need run Cockpit with web interface on that server

cd /home && wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator_0.5.10-1focal_all.deb && apt install ./cockpit-navigator_0.5.10-1focal_all.deb -y

rm *.deb

apt update && apt upgrade -y && apt autoremove -y

Tal