Hello everyone,
I’m currently facing an issue related to android customization.
The issue is as follows: I’m attempting to enable multi-user support on Android using Anbox Cloud. For this purpose, I modified the fw.max_users
value to 10 in my Anbox Cloud instance. I applied this modification using a pre-start hook, ensuring that it is enacted before the instance starts.
After booting the instance, I run pm get-max-users
expecting to see a maximum of 10 users supported. However, the command is still returning Maximum supported users: 1
.
Additionally, my attempt to create a test user fails with the same error message indicating a maximum of one user.
Based on the steps I’ve taken, I would expect the instance to support up to 10 users. The configuration file is set correctly and I didn’t find any limitations about this in Anbox Cloud documentation.
Is there something I might be missing here or is there a different process I should be following to enable multi-user support in Anbox Cloud?
Any advice or guidance on this issue would be greatly appreciated. Thank you for your time!
Best,