These are installation instructions for Mac Desktop.
The software can be installed and configured by each user through the installer. Alternatively organizations can install and configure the software using commercial provisioning software like JAMF
To install the cloud drive each user needs:
Run the installation package to install the software.
The installer may be run as the regular non-admin user.
Launch the “Nasuni Access Anywhere” application from the Mac Launchpad. Select the button to change the endpoint.
After logging in change to the “Cloud Drive” tab to enable the Cloud Drive.
Use the default settings under “General” unless instructed by support.
Open Mac Finder and navigate under “Locations” to “Nasuni Access Anywhere”.
Accept any subsequent permission prompts.
Version 2.1 and greater enables IT Administrators to configure the Mac Drive via commercial provisioning software, like JAMF. The available configuration options are:
Key | Value(s) | Purpose |
endpoint | https://naa.example.com | API Endpoint for NAA installation |
restrictEndpoint | true or false | Defines if users can override the default endpoint value. Default false |
AllowSelfUpgrade | true or false | Defines if automatic upgrade is allowed by the user. Default true |
Customers wishing to deploy these, should deploy these as a Plist-based configuration profile to the end-user devices.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>endpoint</key> <string>https://naa.example.com</string> <key>restrictEndpoint</key> <false/> <key>AllowSelfUpgrade</key> <true/> </dict> </plist>
This configuration should be pushed to the following Preference Domain:
com.vehera.storagemadeeasy.enterprisefilefabric
Instructions for installing the above Plist file onto end-user devices will vary by the software you are using. An example of configuration with JAMF can be found here: https://docs.jamf.com/technical-articles/Deploying_Custom_Configuration_Profiles_Using_Jamf_Pro.html