Breadcrumbs

White Labeling in FileCloud Desktop for Windows

Self service white labelling for FileCloud Desktop for Windows is available in version 23.253.0 and later.

There are two different options for white labeling your FileCloud Desktop for Windows user interface:

  • Complete white labeling - Customers with Enterprise Advanced licenses can use this option, which enables branding with custom logos and names for system components. Complete white labeling is optimal for OEM’s and service providers. If you are interested, please Contact FileCloud Support to confirm that you meet minimum eligibility requirements.

  • Self service white labeling - All customers can take advantage of this feature, which enables customization of the product name and support docs url through a simple JSON file, as shown in the instructions below. MDM installation is also required.

Customization of product documentation is not supported; however, upon request, product documentation can be provided to you in Word format for your own customization.

Complete white labeling

Once you have confirmed your eligibility for white labeling and purchased it through FileCloud Sales, you will be asked to set up an update server for the white labeled system and to provide FileCloud Support with icons, strings, and other resources necessary for the customization. FileCloud Support will provide you with a custom installer for FileCloud and custom FileCloud upgrades.

Self service white labeling

To complete self service white labeling, create your JSON file in the format shown below and install it on your user’s FileCloud Desktop for Windows clients using mass deployment.

To initially create the JSON file:

  1. In a text editor such as Notepad, create a file with the following contents, but enter your own values for the keys.
    Exclude any of the properties you do not want to customize.

    {
    "product_name": "ExampleCloud App",
    "upgrade_url": "https://www.example.com/download/",
    "support_docs_url": "https://www.example.com/doc/",
    "display_name_shell": "ExampleCloud"
    }
    

    The fields appear in the following locations in FileCloud:
    product_name - Log-in wizard and dashboard
    upgrade_url - Not used in user interface
    support_docs_url - Log-in wizard and dashboard
    display_name_shell - Windows explorer (application root)

  2. In Windows explorer, enter %APPDATA%.

  3. Create the folder Cloud Branding in %APPDATA% if it doesn’t exist already.

  4. Save your json file in %APPDATA%\Cloud Branding\ as cloud_storage_branding.json.

  5. When users restart FileCloud Desktop, they will see your customizations in the following locations:

    • Login Wizard

      InstallWizard.png


      MoreInstall.png
    • Title bar in dashboard

      TitleBar.png
    • Right-click menu for icon in desktop tray

      DesktopTray.png
    • Help popup

      HelpPopup.png
    • Windows explorer

      displayname.png