github Yeraze/meshmonitor v2.21.1
v2.21.1 - Admin UI Fixes & Desktop Build Improvements

13 hours ago

What's Changed

Bug Fixes

  • Admin Commands Tab UI improvements - Fixed multiple UI issues including Bluetooth/Neighbor Info config loading, channels indicator status, z-index for danger zone, and focus management issues (#1083)

Desktop Application

  • Added server build step to desktop release workflow (#1078)
  • Use Windows-compatible commands for desktop release build (#1079)
  • Copy resources to correct paths for Tauri build (#1080)
  • Remove MSI references, only build NSIS installer (#1082)
  • Copy server files to correct paths in desktop release workflow (#1084)

Issues Resolved

  • [BUG] New Admin interface UI issues (#1081)

Pull Requests

  • fix: add server build step to desktop release workflow (#1078)
  • fix: use Windows-compatible commands for desktop release build (#1079)
  • fix: copy resources to correct paths for Tauri build (#1080)
  • fix: remove MSI references, only build NSIS installer (#1082)
  • fix(admin): improve UI for Admin Commands tab (#1083)
  • fix: copy server files to correct paths in desktop release workflow (#1084)
  • Release v2.21.1 (#1086)

Full Changelog: v2.21.0...v2.21.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 v2.21.1

๐Ÿ“ฆ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:2.21.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.