You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added server side pagination to agent table to speed up loading times. The default agents per page to load can be configured in User Preferences
Reworked chocolatey functions; software installs will now show up in the Pending Actions along with the entire choco install output. Requires agent v1.4.8
Change uWSGI procs/threads to be based on cpu count of the server rather than hardcoded for performance increase
Django admin is now disabled by default and can be enabled by changing the ADMIN_ENABLED variable from False to True in /rmm/api/tacticalrmm/tacticalrmm/local_settings.py. Make sure to sudo systemctl restart rmm after changing.