In certain cases it might be necessary to increase the number of the predefined RemoteUsers.
The default is 50 for all systems.
Windows:
- edit the following file
C:\RemoteAppPilot\Settings\Settings.xml
to addmaxUsers="100"
to the line with the server ID, e.g.
<Server id="4aacc6f2-a2a7-4147-a499-d6d5daa7fe55" maxUsers="100" />
and set it to the desired quantity
save the file,
either click Restart service on the server page, which disconnects active sessions,
or run this from elevated Command Prompt:C:\RemoteAppPilot\RemoteAppPilot.exe -RecycleUsers
WARNING: There is also a PowerTag buzzing around: !MAXUSERS=150 This is currently NOT working
Linux:
- edit the following file
/opt/cameyo/etc/advanced_settings.json
- set MaxUsers to the desired quantity (0 means default=50)
either click Restart service on the server page, which disconnects active sessions,
or run this from elevated Command Prompt (Debian):sudo systemctl restart cameyo
(case sensitive!)