What's New
Features
- Admin Commands Tab - Remote node management for reboot, shutdown, factory reset, and fixed position operations (#911)
- TracerouteWidget Map Visualization - Interactive map with curved paths showing traceroute data (#912)
- Telemetry API Pagination - Added
offsetparameter and pagination support to telemetry endpoints (#913)
Bug Fixes
- Traceroute Data Consistency - Centralized traceroute data for consistent display across Dashboard Widget, Node View, and Traceroute History Modal (#916) - Fixes #915
Documentation
Issues Resolved
- #915 - Traceroute data not displayed consistently
Full Changelog
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.20.4
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:2.20.4๐งช 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.