github Yeraze/meshmonitor v3.5.1
MeshMonitor v3.5.1

7 hours ago

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

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.