Skip to main content

Administration

cockpit,(hardware stats and software updates)

Hardware

Screen Shot 2025-03-27 at 19.07.12.png

Cockpit is an excellent way to monitor your server's CPU, memory and storage space through your web browser. The web console can also install updates to your operating system and view your logs for troubleshooting. Cockpit also monitors your storage disks SMART (Self-Monitoring, Analysis and Reporting Tool) status to inform you about emergent issues.

Cockpit is an web-based dashboard for Linux servers that keeps you up-to-date at a glance and helps you know what your server is doing without needing to remember all of the console commands.

Screen Shot 2025-03-27 at 19.07.12.png
Screen Shot 2025-03-27 at 19.07.30.png Screen Shot 2025-03-27 at 19.07.42.png

This allows you to keep an eye on CPU, RAM and disk usage through an intuitive interface.  View logs, install system updates, access a terminal and perform system tasks from anywhere with internet access.

Installation

You can use the terminal to install Cockpit quickly and easily:

sudo apt-get install -y cockpit
image.png

image.png

Once Cockpit is installed, it can be opened by navigating to http://localhost:9090 in your web browser.

Cockpit uses the same account name and password uses while setting up Linux.

VirtualBox_Debian_10_04_2025_15_11_11.png

Diun (docker updates)

Swag for monitoring website access

crowdsec (intrusion detection)

Uptime kume for listing uptime and creating status pages



Screen Shot 2025-03-10 at 18.57.59.png

Uptime Kuma is an excellent way to monitor your Docker containers and web sites for their status. Through this service, you can also create pages that allow you to share the status of services with friends and family.

The Debian operating system does not follow a strict release schedule, but maintenance updates generally occur twice a month. Frequently installing updates is the best way to ensure server security.

Installing Cockpit can keep you informed about updates and install them directly from your browser.

Screen Shot 2025-03-27 at 19.50.37.png

Updates

Security patches will occur as soon as possible when there are high-profile vulnerabilities that must be fixed. While Debian can perform automatic unattended upgrades, this is not the best option for a server.  

Always make sure you have an up-to-date backup before doing software updates. There is always the potential for unexpected errors.  A backup can get you back up quickly. 

Stay up-to-date about important Debian security updates.

Software, such as those used in Docker images, will follow their own release schedule.  

Installing Updates Manually

You can install the upgrades for your system through the terminal:

sudo apt update && sudo apt upgrade

image.png

image.png