What's New
Features
- Per-Minute Packet Rate Graphs - Added RX and TX packet rate trend graphs to the Info page for monitoring mesh traffic over time (#1276) - Closes #1274, #1275
- Messages Tab Improvements - Show failed traceroutes with "(Failed)" indicator; added resizable send section with drag handle (#1278) - Closes #1277, #1265
- MQTT Indicator - Messages received via MQTT now show a ๐ icon next to the hop count (#1281)
- Hops Indicator on Messages Tab - Node list in private conversations now shows hop count (๐ X) matching the Map tab style (#1283) - Closes #1282
Bug Fixes
- Message History Loading - Fixed issue where message history wouldn't load when the container had no scrollbar (#1273) - Closes #1272
- JSON Error Handling - Improved error messages for malformed JSON in API requests (#1280)
Infrastructure
- Docker Attestations - Restored provenance and SBOM attestation features for Docker images (#1284)
- Translations - Updated translations from Hosted Weblate (#1279)
Issues Resolved
- #1282: Add hops number for nodes in Private Conversations listings
- #1277: Private Messages window too small
- #1275: Graph in 'numTotalNodes' maxes out at 100
- #1274: Increase local node telemetry usefulness
- #1272: DM history does not load when conversation has no recent messages
- #1265: Private message box too small (2.21.9)
Full Changelog
๐ค Generated with Claude Code
๐ MeshMonitor v2.21.11
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-e MESHTASTIC_URL=http://your-node-ip \
-v meshmonitor-data:/data \
ghcr.io/yeraze/meshmonitor:2.21.11๐งช Testing
โ
All system tests passed
โ
TypeScript checks passed
โ
Docker images built for linux/amd64, linux/arm64, linux/arm/v7
Proxmox LXC Template
This release includes a Proxmox-compatible LXC container template for MeshMonitor.
Installation
- Download the
.tar.gztemplate file - Verify the SHA256 checksum (optional but recommended)
- Upload to your Proxmox server:
scp meshmonitor-*.tar.gz root@proxmox:/var/lib/vz/template/cache/ - Create a new LXC container from the template via Proxmox web UI
- Configure
/etc/meshmonitor/meshmonitor.envwith your Meshtastic node IP - Start the container and access the web UI on port 8080
Documentation
See the Proxmox LXC Deployment Guide for detailed instructions.
Limitations
- Auto-upgrade feature is not supported in LXC deployments
- Manual updates required (download new template for each version)
- Community-supported (Docker remains the primary deployment method)
๐ MeshMonitor v2.21.11
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:2.21.11๐งช Testing
โ
All tests passed
โ
TypeScript checks passed
โ
Docker images built for linux/amd64, linux/arm64, linux/arm/v7
๐ Changes
See commit history for detailed changes.