Run Server and Helper on Different Machines

Normally FileCloud and Helper are run on the same machine.

  • If you are running FileCloud on Linux, then it is impossible to run Helper on Linux as well. 
  • In this case you will need to install the Helper on a Windows machine. 

You can use these steps to configure the FileCloud Server with the right location and map path information required.

(lightbulb)  It is recommended that if possible you run both Helper and FileCloud on Windows.


To configure FileCloud Server to Find Helper on Another Machine:

  1. Log in to the Admin Portal.
  2. From the left navigation pane, select Settings.
  3. On the Setting screen, select the Misc. tab, and then the Support Services tab.
  4. In the Helper Service section, in Helper Service Host, set the hostname of the computer running the Helper service.
  5. On the Helper server, open the following location: 

    %appdata%\FileCloudHelper
  6. Edit or create (if not available) config.ini in the install folder and change the following lines:


    ; Settings for FileCloud Helper
    [settings]
    address=0.0.0.0
  7. Edit the pathmap.ini file and add the network path to the same path used by linux but accessed by Windows:


    ; Path maps for FileCloud Helper
    ; Example format is <remote path> = <local path>
    ; e.g. /network/share1=\\share1comp\sharedfolder\share1
    [pathmaps]
    /mnt/share1=\\share1comp\sharedfolder\share1
  8. Restart the FileCloud Helper Service.