Skip to content
English
  • There are no suggestions because the search field is empty.

Upgrade getting License Valid Check Failed

Original Question or Issue:

After the upgrade we get this: Error: ---License Valid Check Failed: Invalid License Host


Environment:

  • Product - FileCloud Server
  • Version - 23.252
  • Platform - Any

Steps to Reproduce:

 


Error or Log Message:

2025-10-13 9:05:58.154587 ERROR: [1401937][1760364320623] CLFC-04203 Unauthorized Site Host for access: Accepted Host(s): files.local.com []


Defect or Enhancement Number:

 


Cause:

 


Resolution or Workaround:

To avoid getting Not allowed host errors:

  • Open cloudconfig.php at

    • Windows: XAMPP DIRECTORY/htdocs/config/cloudconfig.php

    • Linux: /var/www/config/cloudconfig.php

  • Add the following, replacing the Server URLs with your own.

    • define("TONIDOCLOUD_ALLOWED_HOSTS", "filecloud.url.domain, 127.0.0.1, filecloud.url.domain, 127.0.0.1");

      Reference: To avoid getting Not allowed host errors


Notes: