how to install Cockpit Web interface step by step.
Web Interface.
Installations Commands:-
apt-get install cockpit -y
apt-get install cockpit-podman -y
systemctl start cockpit
systemctl enable cockpit
systemctl status cockpit
ss -antpl | grep 9090
Configure UFW Firewall
ufw allow 9090
ufw allow 80