Lightweight server monitoring with historical data, docker stats, and alerts. https://beszel.dev
  • Go 91.1%
  • TypeScript 3.5%
  • Shell 2.5%
  • PowerShell 2.1%
  • CSS 0.3%
  • Other 0.3%
Find a file
2026-05-28 14:00:27 -04:00
.github chore: upgrade action and go versions in vulncheck workflow 2026-03-19 11:36:10 -04:00
agent feat(agent): Add EXIT_ON_DNS_ERROR environment variable (#1929) 2026-04-17 19:26:11 -04:00
internal ui: fix temperature chart filtering 2026-04-20 20:45:16 -04:00
supplemental update docker-compose.yml examples 2026-05-19 20:20:13 -04:00
.dockerignore path updates after reorganization 2025-09-09 13:53:36 -04:00
.gitattributes force go classification 2024-07-20 17:52:51 -04:00
.gitignore SMART: add eMMC health via sysfs (#1736) 2026-02-12 15:27:42 -05:00
.goreleaser.yml update goreleaser (#1677) 2026-01-25 17:15:28 -05:00
beszel.go 0.18.7 release 2026-04-05 16:14:39 -04:00
go.mod chore: update go version and go mod tidy (#2043) 2026-05-28 14:00:27 -04:00
go.sum chore: update go version and go mod tidy (#2043) 2026-05-28 14:00:27 -04:00
i18n.yml Update Crowdin configuration file 2025-09-11 12:45:43 -04:00
LICENSE add license 2024-07-21 22:30:53 -04:00
Makefile chore: update go version / go deps / changelog 2026-02-18 16:17:05 -05:00
readme.md Add Linux mdraid health monitoring (#1750) 2026-02-27 13:42:47 -05:00
SECURITY.md update security policy 2024-12-16 14:42:10 -05:00

Beszel

Beszel is a lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions.

It has a friendly web interface, simple configuration, and is ready to use out of the box. It supports automatic backup, multi-user, OAuth authentication, and API access.

agent Docker Image Size hub Docker Image Size MIT license Crowdin

Screenshot of Beszel dashboard and system page, side by side. The dashboard shows metrics from multiple connected systems, while the system page shows detailed metrics for a single system.

Features

  • Lightweight: Smaller and less resource-intensive than leading solutions.
  • Simple: Easy setup with little manual configuration required.
  • Docker stats: Tracks CPU, memory, and network usage history for each container.
  • Alerts: Configurable alerts for CPU, memory, disk, bandwidth, temperature, load average, and status.
  • Multi-user: Users manage their own systems. Admins can share systems across users.
  • OAuth / OIDC: Supports many OAuth2 providers. Password auth can be disabled.
  • Automatic backups: Save to and restore from disk or S3-compatible storage.

Architecture

Beszel consists of two main components: the hub and the agent.

  • Hub: A web application built on PocketBase that provides a dashboard for viewing and managing connected systems.
  • Agent: Runs on each system you want to monitor and communicates system metrics to the hub.

Getting started

The quick start guide and other documentation is available on our website, beszel.dev. You'll be up and running in a few minutes.

Screenshots

Dashboard System page Notification Settings

Supported metrics

  • CPU usage - Host system and Docker / Podman containers.
  • Memory usage - Host system and containers. Includes swap and ZFS ARC.
  • Disk usage - Host system. Supports multiple partitions and devices.
  • Disk I/O - Host system. Supports multiple partitions and devices.
  • Network usage - Host system and containers.
  • Load average - Host system.
  • Temperature - Host system sensors.
  • GPU usage / power draw - Nvidia, AMD, and Intel.
  • Battery - Host system battery charge.
  • Containers - Status and metrics of all running Docker / Podman containers.
  • S.M.A.R.T. - Host system disk health (includes eMMC wear/EOL and Linux mdraid array health via sysfs when available).

Help and discussion

Please search existing issues and discussions before opening a new one. I try my best to respond, but may not always have time to do so.

Bug reports and feature requests

Bug reports and feature requests can be posted on GitHub issues.

Support and general discussion

Support requests and general discussion can be posted on GitHub discussions or the community-run Matrix room: #beszel:matrix.org.

License

Beszel is licensed under the MIT License. See the LICENSE file for more details.