Hello,
How can I save hotspot accounts configeration to put them in another Mikrotik router? I don’t want all the configuration. I want only hotspot user accounts and profiles.
you can try the “export file=name” command. you will get a text file that can be edited, and imported into another router.
I want just the hotspot user configeration without changing the other Microtik configeration as IP address list,firewall, , …ect
you can do export of specific configuration parts from the menu where you would do “print”. then it will only export your users.
what is the command to add the hotspot users from name.src that is created from “export file=name”?
/ip hotspot user export file=name
/import name
wouldn’t this import other configuration as well