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