Is it possible to Change multiple router settings with one script (with Mikrotik API), My goal is with one single script (PHP or Python o rPerl on linux box) to log in to few routers and execute the desired command, usernames and password will stored on database. And with this mikrotik api can i do everything* (add/delete users | config backup | changing wireless channels and so on…)? Thanks in advice
Yes of course. There are few things that you can’t do from the API (e.g. one that recently came up is import SSL certificates) but most stuff you can do from a console session (including issuing multiple commands to change multiple settings) you can do from the API.