Skip to main content

Aplicaciones

Cockpit

image.png

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 (https://www.server-world.info)info/en/note?os=Ubuntu_22.04&p=cockpit

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 the root entry from that file.

Plugins

sudo apt search cockpit

Podman

sudo apt install cockpit-podman -y

Instalar Cockpit File Sharing App

GitHub - 45Drives/cockpit-file-sharing: A Cockpit plugin to easily manage samba and NFS file sharing.

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