Release v2.21.15
Changes since v2.21.14
Features
- feat: Display last traceroute in node popup on map (#1379)
- feat: Filter CLIENT_MUTE from relay modal and mark router nodes (#1376)
- feat: Add GPS accuracy circles to map (#1377)
- feat: Add GPS satellites in view as telemetry graph (#1367)
- feat: Add PUID/PGID environment variable support for Docker (#1357)
Bug Fixes
- fix: Use precision_bits for accuracy circles instead of gpsAccuracy (#1381)
- fix: Filter out internal ADMIN_APP and ROUTING_APP packets from Packet Monitor (#1359)
Refactoring
- refactor: Extract Meshtastic protocol constants to shared file (#1360)
Documentation
- docs: Fix MESHTASTIC_STALE_CONNECTION_TIMEOUT default value (#1363)
- docs: Update documentation for protocol constants and packet filtering (#1361)
Dependencies
- chore(deps): update @tanstack/react-virtual, react-i18next, and globals (#1378)
Translations
๐ค Generated with Claude Code
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.15
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:2.21.15๐งช 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.