Import/Export

Import entries directly into your Hub or export data in JSON format or using a PowerShell script (Devolutions Hub Business only). For more flexibility, try our Devolutions Hub Importer.

Import

Import JSON and CSV entry files in Devolutions Hub.

  1. In Help & Tools, click on Import.

    Help & Tools – Import
    Help & Tools – Import

  2. Select the format of the imported file (JSON or CSV) between the following options:

    • RDM (.json)
    • Bitwarden (.json)
    • Bitwarden (.csv)
    • Google Chrome (.csv)
    • KeePass (.csv)
    • LastPass (.csv)
    • 1Password (.csv)

    Import format
    Import format

  3. Upload the file (one at a time) to your Hub by either dragging and dropping it directly or by selecting a file through your device's file browser.

  4. Select a Destination vault (Devolutions Hub Business only) and a Destination folder, or create a new folder. This is where the entries are imported.

    Destination vault and folder
    Destination vault and folder

  5. Click Import.

  6. A summary of all the entries to import will appear. Click Complete import.

    Complete import
    Complete import

    The import process takes some time depending on the size of your file. Once the file is imported, you will be brought to where the entries are located.

Export

Export data in one of two ways:

PowerShell Script export type

This method is only available with Devolutions Hub Business and requires PowerShell 7 or later.

  1. In Help & Tools, click on Export.
    Help & Tools – Export
    Help & Tools – Export
  2. Select the PowerShell Script export type.
    PowerShell Script export type
    PowerShell Script export type
  3. Create an application identity and assign it the Manager role to the vault wanted. Once done, you have the choice to automatically or manually fill in your information in the PowerShell script.

Automatically fill in the information

  1. Select the Automatic option.
    Automatic option
    Automatic option
  2. Enter your application identity's Application secret and Application key in the corresponding fields.
  3. Enter the Destination folder path. This is where your data will be exported.
  4. Choose to export in JSON or CSV.
  5. Click Download.
  6. Run the downloaded script using PowerShell 7.

Your data has been exported to the destination folder.

Manually fill in the information

  1. Select the Manual option.

    Manual option
    Manual option

  2. Choose to export in JSON or CSV.

  3. Copy and paste the script in a PowerShell file (.ps1).

  4. In your copied script, change the variables with the appropriate information. See the table below.

    Variable Description
    $url Enter your Devolutions Hub Business URL. This variable is automatically filled in, but it is still possible to change it.
    $appSecret Enter the application user's Application Secret.
    $appKey Enter the application user's Application key.
    $pathToExportedFolder Enter the Destination folder path This is where your data will be exported.

    Variables in PowerShell
    Variables in PowerShell

  5. Run the script using PowerShell 7.

Your data has been exported to the destination folder.

JSON export type

  1. In Help & Tools, click on Export.
    Help & Tools – Export
    Help & Tools – Export
  2. Select the JSON export type.
    JSON export type
    JSON export type
  3. Select a vault to export (Devolutions Hub Business only) and customize the two related options.
    • Obfuscate sensitive values: This option is enabled by default. Your sensitive information will be harder to decypher. For security purposes, it is recommended to leave it checked.
    • Include attachments and documents: If enabled, this option allows you to also export the attachments and documents in your folders and entries.
  4. Select the folders and entries to export.
    Select the folder(s) to export
    Select the folder(s) to export
  5. Click Download to export your selection in JSON format. The JSON file can be imported in Remote Desktop Manager, Devolutions Hub Business, or Devolutions Hub Personal.
Give us Feedback