Group Settings

Administrators can create groups of users in FileCloud Server. Creating groups allows setting network share access and sharing of files and folders.

An automatic group called "EVERYONE" is created by default for every FileCloud installation. This is a special group that contains all active full users in the FileCloud system. 

Be sure to set a valid email address for the group in the group details OR delete the group if "EVERYONE" is not needed)

External users are not included in the EVERYONE group.

Groups may contain the following attributes

  • Group Name - Name assigned by the Administrator
  • Group Members - List of users that are part of the group
  • Group Admins - (optional) Users with the ability to view users, add users, and/or remove users from the group.
  • Group Policy - The policy that applies to all members of the group. By default, the Global Default Policy is assigned.

Once a group is created, it can be populated with users using one of the following methods:

  • Manually adding users that are already in the FileCloud system. 
  • Importing members of a group from an external AD server.

To manage groups, in the navigation panel, click Groups.

The Everyone group is included by FileCloud. It contains all Full and Guest users.

What do you want to do?

To create a group: 

  1. Open a browser and log on the Admin Portal.
  2. On the left control panel, click Groups
  3. Click the Add Group button.
    The Add Group dialog box opens.
  4. Click Add Group.
  5. The group is added, and the Manage Group dialog box opens.

This method requires the user accounts to already exist in your local FileCloud Server.

To add FileCloud users to a group: 

  1. In the navigation panel, click Groups.
  2. Click the Edit icon next to the group that you want to add members to..
  3. If it is not already selected, click the Members tab.
  4. In Add Users to Group, enter the username or email of an existing FileCloud user, and click Add


    The user is listed under Users in Group.
  5. Add any number of users.
  6. Either click Save to save the new members in the group, or click the Admins or Policies tab to further configure the group.

You can assign users to be admins of a group and give each group admin access to view, add, and/or remove users from the group.
A user's policy also may enable them to add and/or remove users from groups. See Giving Users Group Management Permissions for more information. If either a user's group admin access or policy settings gives the user the permission to add or remove users from a group, the user has that ability, and can manage user groups in the user portal by expanding the user drop-down list and clicking User Groups:


To Add Group Admins:

  1. If you are not already inside the Manage Group dialog box, open it by clicking the Edit icon next to the group.
  2. Click the Admins tab.
  3. In the search box, enter a user that you want to add as an admin, and click Add.
    The user does not have to be a group member, but must be a current FileCloud user.


    The user is listed under Group Admins with Can view users, Can add users, and Can remove users checked by default.
  4. Uncheck any of the privileges that you do not want the user to have.
  5. Add any number of admins and set their privileges.
  6. Either click Save to save the admins, or click one of the other tabs to further configure the group.



Members of a group have both their user policy and the group's policy. For each setting the user has the greatest access given in either policy.

By default, your groups are assigned the Global Default Policy. You can change that default when you initially create the group or later by editing it. 

To change a group's policy:

  1. If you are not already inside the Manage Group dialog box, open it by clicking the Edit icon next to the group.
  2. Click the Policies tab.
  3. To change the group's policy, click Select.

    A list of policies opens.
  4. Click a policy, and then click Select.
  5. Click Save, and click Close.

You can also import an existing AD group from an Active Directory Server connected to FileCloud.

The ability to automatically remove users not in a group during AD group import is available in FileCloud version 18.2

During AD import, if a user is not in the AD group, the account is not removed automatically from the FileCloud group. This logic is based on the scenario where an administrator manually adds other FileCloud users to the FileCloud group who are not in the AD group, and those users should not be removed.

However, there is now an option for an enterprise that uses a large number of temporary workers, such as a construction company that uses a large number of contractors. If they import a large number of users based on groups, when a contractor is no longer employed, and therefore not a member of the AD group any more, the admin can now select a checkbox on the AD Group Members Import dialog box called Remove Members. This allows admins who need to remove accounts on import to do so automatically. If you have manually created users that you don't want deleted but aren't a member of a group any longer, then you would not select this option.


(warning) You must set up and verify Active Directory Settings before completing the following steps.

To add AD users to a FileCloud group: 

  1. Open a browser and log in to the admin portal.
  2. On the left control panel, click Groups
  3. Click the Import AD Group button.

    An AD Groups dialog box opens:
  4. Check the groups you want to import, and click Next.
    An AD Group Members Import dialog box opens.
  5. Automatic Sync is selected by default. Leave it selected to enable FileCloud to automatically add users to the FileCloud group that are added to the AD group. This sync is done every 24 hours.

    • The first time members from the AD group are imported as members of the FileCloud Group.
    • In the future, new members added to the AD group are synced automatically to the FileCloud group. 
      To change the frequency of automatic syncing, see To change the automatic sync interval, below.
      When syncing begins, FileCloud logs display the message:
      CRON: Starting Auto Sync AD Group

  6. Select any of the other options:
    • Remove Members - Enable FileCloud to remove members from the group f they are no longer in the AD group.
    • Disable Members - Enable FileCloud to disable members in FileCloud as users if they are disabled in the AD group.
    • Send Email - Enable FileCloud to send email to members of the AD group telling them they have been added to the FileCloud group.
  7. To import the users from the AD group, click Import.
    If you do not have Automatic Sync enabled, rerun this operation at any time to add new members from the AD group into the FileCloud group.


(lightbulb) To change the automatic sync interval:

  1. Open the configuration file:
    Windows: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
    Linux: /var/www/config/cloudconfig.php
  2. Add the following line. 
    Set the value to the interval in hours to sync FileCloud groups with AD groups. The minimum is 1.

    define("TONIDOCLOUD_ADGROUPSYNC_INTVL", 2);
  3. Restart the FileCloud message queue.