![]() |
![]() |
RouterOS Scripts a collection of scripts for MikroTik RouterOS |
ℹ️ Info: This script can not be used on its own but requires the base installation. See main README for details.
This script adds unknown MAC addresses of connected wireless devices to address list. In addition a notification is sent.
By default the access list entry is disabled, but you can easily enable and modify it to your needs.

Depending on whether you use wifi package (/interface/wifi), legacy
wifi with CAPsMAN (/caps-man) or local wireless interface
(/interface/wireless) you need to install a different script.
For wifi:
$ScriptInstallUpdate collect-wireless-mac.wifi;
For legacy CAPsMAN:
$ScriptInstallUpdate collect-wireless-mac.capsman;
For legacy local interface:
$ScriptInstallUpdate collect-wireless-mac.local;
On first run a disabled access list entry acting as marker (with comment
“--- collected above ---”) is added. Move this entry to define where new
entries are to be added.
Also notification settings are required for e-mail, gotify, matrix, ntfy and/or telegram.
Run this script from a dhcp server as lease-script to collect the MAC address when a new address is leased. You may want to use lease-script.
⬅️ Go back to main README
⬆️ Go back to top
RouterOS Scripts documentation generated on Thu, 20 Nov 2025 20:47:50 +0100 for main/3287/699be25b
Copyright © 2013-2025 Christian Hesse <mail@eworm.de>