What's New
Features
- Time window schedule for Auto Traceroute & Remote Admin Scanner — Restrict these features to specific time windows (e.g., only scan during off-peak hours 22:00-06:00). Supports overnight wrapping. (#1871, #1872)
- Remote Admin icon and filter on map node list — Quickly identify and filter nodes with remote admin access on the map (#1868)
- Show successful nodes first in Remote Admin Scanner log — Improved scan log readability by sorting successful results to the top (#1870)
- Expand system tokens in Auto Responder HTTP URLs — Use tokens like
{NODE_ID},{SNR}, etc. in HTTP action URLs (#1867, #1865)
Bug Fixes
- Snapshot node positions at traceroute time — Fix moving node rendering on traceroute maps by capturing positions when traceroutes are recorded (#1864, #1862)
- Broadcast outgoing text messages to virtual node clients — Virtual node clients now receive outgoing messages (#1863, #1859)
- Always verify auto_traceroute_nodes enabled column on startup — Fix inability to enable auto traceroute on some installations (#1861, #1860)
Documentation
- Update API docs and schema for traceroute position snapshots (#1866)
Translations
- Russian translation updates via Weblate (#1869)
Full Changelog: v3.4.12...v3.4.13
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 v3.4.13
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.4.13🧪 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.