Set up Syncthing
May 5th, 2018, 20:15

In order to make your Syncthing available to your devices, you should properly configure the app.
Once Syncthing is installed, perform the following steps:

  1. Access your cloudbox management page, and expand your Syncthing app to view port information. Make note of the number in ####/tcp.
  2. Access the Syncthing web User Interface and go to Settings.
  3. Click the Connections Tab.
  4. Change the "default" Sync Protocol Listen Address to "tcp://0.0.0.0:TCP_ASSIGNED_PORT", where "TCP_ASSIGNED_PORT" is the number you took note of earlier in your management page.
    For example, if it showed "3579/tcp", your new Sync Protocol Listen Address should be "tcp://0.0.0.0:3579".
    Do not be concerned about the "0.0.0.0" IP address, this is intended.
  5. Hit Save and your Syncthing app is now configured.