I’m trying to switch to WinBox 4. It would be handy to be able to export a list of the devices ‘saved’ within WinBox 4. Anybody know how to do this?
Thanks,
dave
I’m trying to switch to WinBox 4. It would be handy to be able to export a list of the devices ‘saved’ within WinBox 4. Anybody know how to do this?
Thanks,
dave
Take a screenshot?
Ok, I guess this works to some degree, but will there be an export function, to make something (export and import) like addresses.wbx ?
Depends on what you mean by both “devices” and the purpose of the “export”.
The winbox files can, generally, be moved around as-is… so if you just want to have saved [RouterOS] devices/passwords… the wbx file can just be “copied” as an export of sorts.
If you use the Dude (i.e. install dude package somewhere, and then add “devices” to Dude), there is an export to CSV option in The Dude client.
Assuming ver 7.18+, If you want a CSV from any CLI “print as-value” output, the CLI offers the ":serialize to=dsv delimiter=, … syntax to “export” a CSV file from a CLI “print” command. For example, to export /ip/address/print it’s
:serialize to=dsv delimiter=, file-name=export.csv options=dsv.remap [/ip/address/print as-value]
And you can use “/file/edit export.csv contents” to view the CSV output and/or use Files in winbox to copy CSV generated by :serialize file-name=