github Yeraze/meshmonitor v2.21.11

9 hours ago

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

  1. Download the .tar.gz template file
  2. Verify the SHA256 checksum (optional but recommended)
  3. Upload to your Proxmox server: scp meshmonitor-*.tar.gz root@proxmox:/var/lib/vz/template/cache/
  4. Create a new LXC container from the template via Proxmox web UI
  5. Configure /etc/meshmonitor/meshmonitor.env with your Meshtastic node IP
  6. 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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.