Cockpit
Cockpit offers a web-based interface for monitoring and managing your system remotely. To install Cockpit:
Install Cockpit:
bash
sudo apt install cockpit
Enable and start Cockpit:
bash
sudo systemctl enable --now cockpit.socket
Once installed and started, you can access it via a web browser at https://<your-server-ip>:9090.
Using these packages gives you flexibility in how you manage your Ubuntu system remotely—whether you prefer secure command-line access via SSH or a more graphical interface with Cockpit.
Comments