automatic change config in another router

i have 2 routerboard. and failover (vrrp) run in both and work fine.
now i need if i change config in router1 automaticly router2 config change.


plaese help me?

There is no canned solution for this. You’ll have to roll something yourself. Probably the most scalable approach is to use the API to read/write configuration, and to only make changes via your home grown solution. Basically some interface where you commit changes, and it goes and applies them to both routers.