r80xcore
Occasional Visitor
MerVLAN VLAN Manager – Simple and Powerful VLAN Management
# MerVLAN
MerVLAN is an addon for Asuswrt‑Merlin focused on AP-mode deployments. It provides multi-node VLAN management with per-SSID and per‑Ethernet‑port tagging, a lightweight web UI, and boot/service-event integration so changes persist across reboots. Addon is placed under the "Tools" section on the UI.
# Important
Addon is in beta. Issues might be present.
Please join the discord server or send PM with logs if you run into issues.
Use
and
To see and copy relevant logs.
## Features
- Per-SSID and per‑Ethernet‑port VLAN tagging
- Multi-node support: propagate actions to configured nodes over SSH
- Automatic boot integration via services-start and service-event
- Simple web UI served from the router under /www/user/mervlan
- Safe, variant-aware injection/removal for startup scripts (no blind overwrite)
- Structured logging to /tmp/mervlan_tmp/logs and optional syslog tagging
- First-install “full” workflow that lays out directories and downloads the addon
## Requirements
- Asuswrt‑Merlin firmware with addon support.
- SSH enabled on the router.
- JFFS enabled
## Install
Only install if you want to participate in the Beta!
## Logs
- Primary log dir: /tmp/mervlan_tmp/logs
- The UI exposes log views via symlinks under /www/user/mervlan/tmp/logs
- Logging behavior, colors, and syslog tagging are configured in settings/log_settings.sh
## License
See LICENSE for details.
The tool was developed on an ASUS XT8 Mesh System, but it is designed to work with most newer (officially supported by Merlin/Gnuton) single access point (AP) mode routers and mesh AP systems.
Limitations
Beta Testing
Beta testing will be coordinated via Discord for easier log collection and discussion.
But I also accept PM with logs and issues here.
Join via the link if you want to be a part of the Beta testing on Discord! MerVLAN Manager Discord
# MerVLAN
MerVLAN is an addon for Asuswrt‑Merlin focused on AP-mode deployments. It provides multi-node VLAN management with per-SSID and per‑Ethernet‑port tagging, a lightweight web UI, and boot/service-event integration so changes persist across reboots. Addon is placed under the "Tools" section on the UI.
# Important
Addon is in beta. Issues might be present.
Please join the discord server or send PM with logs if you run into issues.
Use
Code:
tail -f /tmp/mervlan_tmp/logs/cli_output.log
Code:
tail -f /tmp/mervlan_tmp/logs/vlan_manager.log
## Features
- Per-SSID and per‑Ethernet‑port VLAN tagging
- Multi-node support: propagate actions to configured nodes over SSH
- Automatic boot integration via services-start and service-event
- Simple web UI served from the router under /www/user/mervlan
- Safe, variant-aware injection/removal for startup scripts (no blind overwrite)
- Structured logging to /tmp/mervlan_tmp/logs and optional syslog tagging
- First-install “full” workflow that lays out directories and downloads the addon
## Requirements
- Asuswrt‑Merlin firmware with addon support.
- SSH enabled on the router.
- JFFS enabled
## Install
Only install if you want to participate in the Beta!
SSH into the AP and run this command to install the addon. The addon will
be placed under "Tools" in the GUI.
## Uninstall
- Standard uninstall:
- Full uninstall (also removes addon directories and temp workspace):
be placed under "Tools" in the GUI.
Code:
mkdir -p /jffs/addons/mervlan && /usr/sbin/curl -fsL --retry 3 "https://raw.githubusercontent.com/r80xcore/mervlan/refs/heads/main/install.sh" -o "/jffs/addons/mervlan/install.sh" && chmod 0755 /jffs/addons/mervlan/install.sh && /jffs/addons/mervlan/install.sh full
## Uninstall
- Standard uninstall:
Code:
/jffs/addons/mervlan/uninstall.sh
Code:
/jffs/addons/mervlan/uninstall.sh full
## Logs
- Primary log dir: /tmp/mervlan_tmp/logs
- The UI exposes log views via symlinks under /www/user/mervlan/tmp/logs
- Logging behavior, colors, and syslog tagging are configured in settings/log_settings.sh
## License
See LICENSE for details.
The tool was developed on an ASUS XT8 Mesh System, but it is designed to work with most newer (officially supported by Merlin/Gnuton) single access point (AP) mode routers and mesh AP systems.
Limitations
- The maximum number of VLANs (up to 12) depends on the number of SSIDs your device supports.
For example, if your router supports only 5 SSIDs, you cannot configure more than 5 VLANs. - Mesh functionality is limited by ASUS’s firmware design.
For instance, some models support nine guest SSIDs but only three (one per band) are mesh-enabled.
Non-mesh SSIDs can still be assigned VLANs but will only broadcast from the main node. - Devices connected to VLANs cannot be bound to specific nodes.
- VLAN devices use standard band steering, which cannot currently be customized per VLAN.
- Mesh users: VLAN tagging is only supported when nodes are connected via Ethernet backhaul. This limitation is due to the underlying hardware and wireless driver design—the WiFi backhaul does not support passing VLAN-tagged traffic. It's currently tested with Node - > Switch topology, daisy chaining is not tested and will most likely drop tagged traffic, but Daisy Chaining mode is planned for future release!
Beta Testing
Beta testing will be coordinated via Discord for easier log collection and discussion.
But I also accept PM with logs and issues here.
Join via the link if you want to be a part of the Beta testing on Discord! MerVLAN Manager Discord
Last edited:
