Configure Centralized Device Management

Client Device configuration settings can be configured remotely by specifying the configuration XML using policies.

For most clients, if the user changes the configuration locally, then the remote settings configured by the Administrator will override those settings the next time the client refreshes its settings.

For the Sync client, when an Admin sets a remote client policy, a user working in the Sync app cannot modify the settings. Sync will display a message saying "Centralized Configuration is being applied. Settings cannot be changed.".

To set a device configuration for a policy:

  1. In the FileCloud admin portal's left navigation bar, scroll down and click Settings. Then, on the Settings navigation page, click Policies .
    The Policies settings page opens.

  2. Edit the policy of the users whose client device settings you want to modify.
  3. Click the Device Configuration tab.
  4. Paste or type in the remote device configuration XML in Device Configuration

  5. Click Save.

Device configuration is specified via XML, the general format of the XML is as follows

<xml>


     <winclouddrive>
        <!-- XML for Windows Drive -->
     </winclouddrive>


     <macclouddrive>
        <!-- XML for Mac Drive -->
      </macclouddrive>


     <cloudsync>
        <!-- XML for Sync App -->
     </cloudsync>


      <fssync>
        <!-- XML for ServerSync App -->
      </fssync>

     
      <fileclouddesktopmac>   
         <setting>
            <key>runatstartup</key>
            <value>1</value><       
            <default>1</default>
         </setting>
      </fileclouddesktopmac>


      <fileclouddesktopwindows>
          <setting>
              <key>runatstartup</key>
              <value>1</value>
              <default>1</default>
          </setting>
      </fileclouddesktopwindows>



</xml>

There are can be a few reasons why the XML code in your policy isn't working:

  • You are running FileCloud Server version 18.1 or older
  • Your XML code is not correct

Older Versions of FileCloud

If you are not running FileCloud Server version 18.2 or later, you are missing the following bug fix:

ISSUE: Device configuration in the Policies is not being applied by the desktop clients. The xml configuration needed to be corrected.

RESOLUTION: FileCloud Server now validates XML code before a device configuration can be saved.

 Upgrade FileCloud

Incorrect XML Code

After you upgrade to FileCloud Server 18.2, if your XML code cannot be validated then you will see the following warning:

Please correct the XML error and try again to Save your device configuration.

What do you want to configure?