LSMD
Get LSMD
// system monitoring, self-hosted

Watch your own Linux box, from a dashboard that never phones home.

LSMD is a lightweight web dashboard for process management, disk monitoring, backups, and user administration — installed and run on your own machine. No account, no cloud agent, no third party sees your data.

Runs on localhost only — every metric you see stays on your machine.
you@localhost — lsmd
$ ./install.sh
cpu34%
mem61%
disk18%
dashboard live at http://localhost:5000
// why local-only

Your system data doesn't need to leave your system.

System monitoring is only meaningful on the machine it's watching. LSMD is built so each user runs their own private instance — this page is just where you find and download it.

Runs on your machine

A small Flask server starts locally and reads your system's real CPU, memory, disk and process data — nothing is proxied through a remote server.

You control access

User creation, deletion, and process termination are real system actions — they stay behind your own machine's login, not exposed on the open internet.

Open and inspectable

Every shell module and API route is plain, readable code. Fork it, audit it, or change how a metric is calculated — it's yours.

// what's inside

Five modules, one dashboard.

Process Manager

Live process list sorted by resource use, with one-click kill.

Disk Monitor

Per-partition usage and a large-file finder for freeing up space.

Backup Module

Trigger and track backups without leaving the browser.

System Health

CPU, memory, swap, disk I/O and network counters in one view.

User Management

Add or remove Linux user accounts from a simple form.

// get started

Three steps, on your own terminal.