Installing FileCloud License On Multiple Sites

If you are an administrator of a multi-site installation and need to update the site license of all your sites, you can use the steps described below:

Installing a License on Specific Sites

To install a license on a subset of your sites:

  1. Create a file named licenses.txt that lists the sites that you want to update in the format:

    https://site1.test.com
    https://site2.test.com
  2. Install the licenses.txt file into your backup folder:
    Linux: /var/www/html/resources/backup
    Windows: c:\xampp\htdocs\resources\backup
  3. Copy the license.xml to the /resources/backup folder. Do not change its name. 
  4. In a command line enter:

    For Windows:

    cd c:\xampp\htdocs\resources\backup
    PATH=%PATH%;C:\xampp\php

    For Linux:

    cd /var/www/html/resources/backup/
  5. Then, enter:

    For Windows:

    php licenseinstaller.php c:\xampp\htdocs\resources\backup\license.xml

    For Linux:

    php licenseinstaller.php /var/www/html/resources/backup/license.xml
    The license is only applied to the sites listed in licenses.txt.
    Note: If licenses.txt is blank, the license is applied to all sites.