Send commands to one MTboard from another

Is there a way to send commands to a mikrotk device from another one - like the api but without a pc?

Id like to create a simple wifi monitor that turns down the power output on connected MT access points to keep the signals in the best range ( ie less interference when covering an area with multiple units)

G’day,

I was playing with this sort of thing just yesterday!

I think this is what you need:

/system ssh IP_of_other_MTK "/interface wireless pr"

Of course you just modify the command in brackets to do whatever you need.

It uses ssh to send the command over to the other Mikrotik box at IP_of_other_MTK address.

D2.