Skip to content

Yeraze/meshmonitor

v3.5.1 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 3mo Monitoring & Metrics
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

meshcore meshtastic mqtt

Affected surfaces

auth

Summary

AI summary

Fix remote admin toggle for ignore/favorite node handling.

Full changelog

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_CONFIG support. (#1903)
  • Translation updates — Russian translations updated via Weblate. (#1892)

Full Changelog: https://github.com/Yeraze/meshmonitor/compare/v3.5.0...v3.5.1


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 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.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Yeraze/meshmonitor

Get notified when new releases ship.

Sign up free

About Yeraze/meshmonitor

All releases →

Related context

Earlier breaking changes

  • v4.7.2 Route `destination` field now rejects non‑8‑hex nodeId or 64‑hex publicKey, returning HTTP 400.

Beta — feedback welcome: [email protected]