Deploy IDrive® 360 via JumpCloud

Use JumpCloud to remotely deploy the IDrive® 360 application to multiple Mac devices or groups.

Log in to the JumpCloud Admin Portal

  1. Navigate to the JumpCloud Admin Portal. Enter your Email and click 'Continue'.
  2. Enter your Password and click 'Admin Login'.
    start

Enable Full Disk Access and Allow in the Background Using JumpCloud Policy

  1. Navigate to 'DEVICE MANAGEMENT' > 'Policy Management'.
    start
  2. Click the Idrive 360. The 'New Policy' popup appears. Click the 'Mac' tab.
  3. Scroll down or type in to locate 'MDM Custom Configuration Profile' and click 'configure'.
    start
  4. In the 'New Policy' popup, under the 'Details' tab, enter the following.
    1. Policy Name (e.g., IDrive360-MDM Custom Configuration Profile)
    2. Policy Notes (e.g., Configuration policy for IDrive360)
    3. Under the 'Settings' section, click 'upload file'.
      1. Choose the IDrive360-Profile.mobileconfig file and click 'Upload'.
      2. The configuration file has been successfully uploaded.
        start
    4. To apply the configuration policy to all devices within the available groups, click the 'Device Groups' tab and select the corresponding Device Group checkboxes.
      start
      Alternatively, to apply the configuration policy to selected devices, click the 'Device' tab and select the corresponding Device checkboxes.
      start
      You can apply the policy to any existing policy groups by clicking the 'Policy Groups' tab and selecting the corresponding Policy Group Checkboxes.
      Click 'Save'.
      start
    5. In the 'Configuration Associations' popup, click 'Save'.
      start
      The new configuration policy has been saved successfully.

Register Computers Using Custom Parameters

  1. Click here to download the sample package installer script.
  2. Use the parameters below to edit the script file, update the required parameters, and save the script.
    Key Description
    GROUP_NAME Specify the name of the group to which this computer will be assigned
    ENCRYPTION_KEY Registers the machine with a private encryption key
    CONFIGURATION_ID This is the unique configuration ID that can be copied from the 'Add Computers' section in the Backup Console
    TRAY_HIDDEN 1 - Enabling this option will prevent users from accessing the tray options on their computers
    0 - Unhide the tray and allow users to access tray options
    DEVICE_TAG If your installation uses device tags, provide the corresponding tag name. This will ensure it appears under the 'Email Address/Tag Name' column in the IDrive® 360 dashboard

Deploy IDrive® 360 via JumpCloud

  1. Navigate to 'DEVICE MANAGEMENT' > 'Commands'.
  2. Click the Idrive 360 > 'Command'.
    start
    start
  3. The 'New Command' popup appears. Click the 'Details' tab. Enter the following under Details.
    1. Enter the Name (e.g., IDrive360-Config-Script).
    2. Click the 'Run As' dropdown and select 'root'.
    3. Enter a 'Description' (e.g., Script for IDrive 360 installation)
    4. Select 'Mac' under 'Type'.
    5. Enter the following command.
       #!/bin/bash
      
      # Define file paths using the JumpCloud file destination
      PREINSTALL_SCRIPT=""
      INSTALL_PKG=""
      
      # --- Run Pre-installation Script ---
      echo "Running pre-installation script..."
      /bin/bash "$PREINSTALL_SCRIPT"
      if [ $? -ne 0 ]; then
          echo "Pre-installation script failed. Exiting."
          exit 1
      fi
      
      # --- Install the Package ---
      echo "Installing the package..."
      installer -pkg "$INSTALL_PKG" -target /
      if [ $? -ne 0 ]; then
          echo "Package installation failed."
          exit 1
      fi
      
      # --- (Optional) Clean up the files from the /tmp directory ---
      rm "$PREINSTALL_SCRIPT" "$INSTALL_PKG"
      echo "Installation complete."
      
      
      

    6. Schedule the launch event frequency as needed by selecting the event from the 'Event' dropdown. You can set the timeout duration to your preference or use a custom value.
    7. Click 'Upload File' to select the download package and the downloaded and edited script.
      start
    8. Update the PREINSTALL_SCRIPT and INSTALL_PKG variables in the Command with the 'File Destination' paths of the script and the package, respectively.
    9. start
    10. To apply the command to all devices within the available groups, click the 'Device Groups' tab and select the corresponding Device Group checkboxes.
      Alternatively, to apply the command to selected devices, click the 'Device' tab and select the corresponding Device checkboxes. Click 'Save'.
      start
  4. The machine will be registered and listed in the dashboard under 'Devices' > 'Computers'.