Custom Kolibri Content Directory

Hello @beabzk, apologies for late reply!

Check this documentation chapter on how to change the Kolibri Home folder. We believe the following scenario might be useful for you:

(You will have to have user1 and user2 created on Kolibri too)

  1. Sign in as user1 and stop Kolibri (right click the taskbar Kolibri icon and click on Exit).
  2. Move the Kolibri home folder from C:\Users\user1\.kolibri\ folder to the new location, for example C:\Kolibri\.kolibri\.
  3. Share that folder with user2 (right click and select Properties > Sharing).
  4. Run the following in Command Prompt:
    setx KOLIBRI_HOME "C:\Kolibri\.kolibri"
  5. Restart Kolibri and you should be able to open in the browser and sign in as user1.
  6. Now sign in on Windows as user2 and stop Kolibri.
  7. Run the same command as above in Command Prompt:
    setx KOLIBRI_HOME "C:\Kolibri\.kolibri"
  8. Restart Kolibri and you should be able to open the browser sign into Kolibri as user2.

This way both users will have the same shared folder where the channels are stored, and you will not have to download them separately for each user.

Let us know if this scenario is responding to your needs.