Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrygd/beszel
Lightweight server monitoring hub with historical data, docker stats, and alerts.
https://github.com/henrygd/beszel
homelab monitoring self-hosted
Last synced: 5 days ago
JSON representation
Lightweight server monitoring hub with historical data, docker stats, and alerts.
- Host: GitHub
- URL: https://github.com/henrygd/beszel
- Owner: henrygd
- License: mit
- Created: 2024-07-07T21:36:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T01:13:12.000Z (12 days ago)
- Last Synced: 2025-01-30T06:01:40.435Z (12 days ago)
- Topics: homelab, monitoring, self-hosted
- Language: Go
- Homepage: https://beszel.dev
- Size: 2.63 MB
- Stars: 7,205
- Watchers: 13
- Forks: 206
- Open Issues: 130
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-homelab - Beszel
- my-awesome - henrygd/beszel - hosted pushed_at:2025-01 star:7.3k fork:0.2k Lightweight server monitoring hub with historical data, docker stats, and alerts. (Go)
- awesome-repositories - henrygd/beszel - Lightweight server monitoring hub with historical data, docker stats, and alerts. (Go)
- RAWR - beszel - Lightweight server monitoring hub with historical data, docker stats, and alerts. (Other / Web Applications)
README
# 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](https://img.shields.io/docker/image-size/henrygd/beszel-agent/0.4.0?logo=docker&label=agent%20image%20size)](https://hub.docker.com/r/henrygd/beszel-agent)
[![hub Docker Image Size](https://img.shields.io/docker/image-size/henrygd/beszel/0.4.0?logo=docker&label=hub%20image%20size)](https://hub.docker.com/r/henrygd/beszel)
[![MIT license](https://img.shields.io/github/license/henrygd/beszel?color=%239944ee)](https://github.com/henrygd/beszel/blob/main/LICENSE)
[![Crowdin](https://badges.crowdin.net/beszel/localized.svg)](https://crowdin.com/project/beszel)![Screenshot of beszel dashboard and system page](https://henrygd-assets.b-cdn.net/beszel/screenshot-new.png)
## Features
- **Lightweight**: Smaller and less resource-intensive than leading solutions.
- **Simple**: Easy setup, no need for public internet exposure.
- **Docker stats**: Tracks CPU, memory, and network usage history for each container.
- **Alerts**: Configurable alerts for CPU, memory, disk, bandwidth, temperature, 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 and restore data from disk or S3-compatible storage.
- **REST API**: Use or update your data in your own scripts and applications.## Architecture
Beszel consists of two main components: the **hub** and the **agent**.
- **Hub**: A web application built on [PocketBase](https://pocketbase.io/) that provides a dashboard for viewing and managing connected systems.
- **Agent**: Runs on each system you want to monitor, creating a minimal SSH server to communicate system metrics to the hub.## Getting started
The [quick start guide](https://beszel.dev/guide/getting-started) and other documentation is available on our website, [beszel.dev](https://beszel.dev). You'll be up and running in a few minutes.
## Screenshots
![Dashboard](https://beszel.dev/image/dashboard.png)
![System page](https://beszel.dev/image/system-full.png)
![Notification Settings](https://beszel.dev/image/settings-notifications.png)## 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.
- **Temperature** - Host system sensors.
- **GPU usage / temperature / power draw** - Nvidia and AMD only. Must use binary agent.## License
Beszel is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.