Hotspot user configeration
Posted: Tue Aug 10, 2010 6:10 pm
how can I make a file of the hotspot users and profile setting. I don't want all the routerOS setting. This is useful if I want to move the same users to a new Mikrotik server
/ip hotspot user export file=users_and_profiles
what the command to import the files?You can run the export command in the particular section you want to export. For example:
That command would export /ip hotspot user and /ip hotspot user profile which is beneath /ip hotspot user. Give it a try. It will generate a file called "users_and_profiles.rsc" in this case.Code: Select all/ip hotspot user export file=users_and_profiles
Russell Kaiser
Importing Configuration
Command name: /import
The root level command /import [file_name] executes a script, stored in the specified file adds the configuration from the specified file to the existing setup.