What's Changed
Bug Fixes
- Fix remote admin for ignore/favorite node toggle — The dedicated ignore/favorite methods now support remote nodes by obtaining session passkeys and routing via
sendAdminCommand, matching the existing AdminCommandsTab pattern. (#1904, closes #1901) - Hide private key on Info page — Private key is now hidden by default with a toggle visibility button. (#1900)
- Use apprise venv python for MeshCore bridge and scripts — Fixes script execution in environments where the system Python differs from the venv. (#1899)
- Hide MeshCore sidebar when MESHCORE_ENABLED is not set — The MeshCore sidebar entry no longer appears when the feature is disabled. (#1893)
New Features
- Per-portnum node distribution chart on Info page — Adds more detailed statistics to the packet distribution diagrams. (#1902, closes #1891)
- RayHunter monitor script in script gallery — New community script for RayHunter monitoring. (#1895)
- Server-node clock offset telemetry — Tracks clock drift between the server and the connected node. (#1889)
Maintenance
- Update protobufs to v2.7.19 — Adds
TRAFFICMANAGEMENT_CONFIGsupport. (#1903) - Translation updates — Russian translations updated via Weblate. (#1892)
Full Changelog: v3.5.0...v3.5.1
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 v3.5.1
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.5.1🧪 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.