Indexing of Network Folders

Introduction

Unlike Managed Storage, network folder files exist outside of FileCloud and therefore changes occurring in the network folders might not be propagated into FileCloud index. Monitoring such changes are important in the following scenarios:

For these scenarios, you must index network folders and keep them indexed as files and folders change.

  • To index network folders, the FileCloud Helper service is required
  • See instructions below on how to set up the Helper Service for indexing

Setting up Indexing of Network Folders

  1. Install the latest FileCloud Helper service and set it up to run automatically.  Ensure "Logon as" user is set to user account with permissions to network shares.
  2. Open realtimeconfig.ini file in the FileCloud Helper install folder (%APPDATA%\FileCloudHelper) or (c:\xampp\FileCloudHelper)

    [databases]
    settingsdb=mongodb://127.0.0.1:27017
    clouddb=mongodb://127.0.0.1:27017
    syncdb=mongodb://127.0.0.1:27017
    
    
    [misc]
    enable=1
    sleep=10
    securitykey=nosoup4u
    1. Change the database settings if not using the default 

    2. change the "enable" setting to enable=1

    3. change the "securitykey" value from the default to any other password value

    4. Restart the Helper.

  3. Verify that the Helper is configured correctly by opening Settings→Misc→Support Services in the Admin Portal. Click on the "Helper Status" button and ensure the status shows as realtime indexing is enabled.



  4. Edit cloudconfig.php file found on the WWWROOT config folder (c:\xampp\htdocs\config or \var\www\config) and add the following, make sure the security key default is changed to the same password value set in the realtimeconfig.ini file

    define("TONIDOCLOUD_PUSH_KEY", "nosoup4u");
  5. Now add a network folder and edit the settings to enable "realtime scanning"

  6. Always, restart the NTFS helper after enabling realtime index options for network folders or after adding or removing network folders
  7. If indexing is happening correctly, you will soon see the Realtime Index Status containing stats of the indexed files and folders.