github Yeraze/meshmonitor v3.4.5

7 hours ago

What's Changed

Features

  • Add packet distribution charts to Info page (#1774)
  • Make favorite nodes always visible regardless of age (#1775)
  • Add tile server autodetect for Custom Tileset Manager (#1771)
  • Update meshtastic protobufs to latest version (#1782)
    • New hardware models: WISMESH_TAP_V2, RAK3401, RAK6421, THINKNODE_M4, THINKNODE_M6, MESHSTICK_1262, TBEAM_1_WATT, T5_S3_EPAPER_PRO
    • New modem preset: LONG_TURBO
    • New PortNums: ALERT_APP, KEY_VERIFICATION_APP, STORE_FORWARD_PLUSPLUS_APP, NODE_STATUS_APP, RETICULUM_TUNNEL_APP, CAYENNE_APP

Bug Fixes

  • Preserve all config fields when saving in desktop setup (#1781) - fixes #1770
  • Reduce CPU usage on mobile by optimizing status timer (#1778) - fixes #1769
  • Fix node popup positioning when sidebar is expanded (#1776) - fixes #1768
  • Handle single quotes and env vars in script test arguments (#1772)
  • Use raw values for sats_in_view telemetry instead of averaging (#1767)
  • Show info modal for Channel Database virtual channels (#1765)

Documentation

  • Add FAQ entry for emoji fonts in offline deployments (#1779)

Full Changelog: v3.4.4...v3.4.5


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

๐Ÿ“ฆ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:3.4.5

๐Ÿงช 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.