
Latest Scripting topics - MikroTik community forum
Jun 16, 2025 · Explore the latest topics and discussions on RouterOS scripting and API in the MikroTik community forum.
Using AI to help configuring RouterOS and scripting - MikroTik
Apr 28, 2025 · I’ve used AI now and then for writing VBA and PowerShell scripts, often surprised how accurate the code is. Anyone tried it with RouterOS configuration? Will have a go next time I need to …
No-IP Updater Scripting - Scripting - MikroTik community forum
Nov 19, 2023 · I have No-IP domine subscription and I have static IP address I would like to run script on Mikrotik RB5009 v7.12 to update No-IP with regards
Reasons to hold on to the mikrotik specific scripting language
Mar 7, 2023 · Hi, after using the mikrotik scripting language I wonder why Mikrotik holds on to this archaic and painful language. It is widely known that there are small and useful alternatives like LUA …
Create a script - Scripting - MikroTik community forum
Jul 17, 2025 · I’m new to MikroTik scripts and have received a lot of help with the scripts you guys have created. I want to create a script to delete a user in a hotspot when that user has used up their usage …
Scripting in the context of Netwatch - MikroTik
May 7, 2025 · Discussed in that thread is there is no need for :local variables in the first place! When a /system/script is called as action of /tool/netwatch up/down/test script, it will already have all the …
A collection of scripts for RouterBOARD devices - MikroTik
Jan 2, 2019 · Greetings and happy new year! My old scripts and schedulers used to have a lot of hard coded values, were limited to only two gateways, did not utilize functions and were fairly inconsistent. …
Add array element inside for / foreach - Scripting - MikroTik
Dec 31, 2023 · I can’t find a way to add an element to a global array inside a for loop. The array content is being replaced by the last element. :global interfaces; :foreach i in= [/interface bridge port find …
Scripting in the context of Netwatch - Page 2 - MikroTik
May 8, 2025 · I may be old fashioned, but before learning to script better there is IMHO the needed step of learning to script. As I see it (non-working) scripts should be divided between those that do not …
A few undocumented operators that are kind of neat. - MikroTik
Jan 13, 2023 · This post will only be of interest to a few select individuals. If you are unfamiliar with mikrotik scripting, or have never used functions, this post is probably not for you, but you’re welcome …