Aplicaciones
Cockpit

Cockpit es una interfaz gráfica para servidores basada en web, destinada a todos,
Cockpit Project — Cockpit Project (cockpit-project.org)
Running Cockpit — Cockpit Project (cockpit-project.org)
Debian 12 Bookworm : Install Cockpit : Server World (server-world.info)
Instalar o actualizar el paquete:
sudo apt -y install cockpit
sudo systemctl enable cockpit.socket
Running Cockpit
Si ya está instalado Cockpit en el servidor, ve a la URL: https://ip-address-of-machine:9090
Root login is now by default disabled by
/etc/cockpit/disallowed-users, so if you want to allow root login you will need to remove therootentry from that file.
Plugins
sudo apt search cockpit
Podman
sudo apt install cockpit-podman -y
Instalar Cockpit File Sharing App
Next, we must install a third-party file-sharing application. Back at the terminal window of your hosting machine, add the 45Drives repo with:
curl -sSL https://repo.45drives.com/setup | sudo bash
You can then install the application with:
sudo apt-get install cockpit-file-sharing -y