We use cockpit and podman for single node
We use CentOS cockpit.
# systemctl enable cockpit
# systemctl enable cockpit.socket
# systemctl start cockpit.socket
# systemctl start cockpit
Open Ports
# firewall-cmd --add-service=cockpit --permanent
# firewall-cmd --reload
CentOS 32 bit does not have the cockpit-podman package, we'll use it from source.