If you accidentally remove your Administrator rights (permissions) in Intella and are unable to access admin-related tabs, follow these steps to restore your access.
If you're looking to restore the Administrator password or remove 2FA from the admin account, refer to this KB article: https://vound.info/reset-admin-password
Steps to Restore Administrator Rights
-
Locate the
auth.xmlFile:- Navigate to the following directory on your server:
C:\Users\YOUR_ACCOUNT_RUNNING_CONNECT_OR_INVESTIGATOR\AppData\Roaming\Intella\auth
- Navigate to the following directory on your server:
-
Edit the
auth.xmlFile:
-
Create back-up of file
auth.xmlthen open it in a text editor.
- Ensure that the Administrator role is defined correctly. The default role for
Administratorshould look like the snippet below. Note that this is provided as a reference example only - do not replace your entireauth.xmlfile with this content. Your configuration may already include additional roles or permissions that should be preserved. Instead, locate the<role id='Administrator'>section in your currentauth.xml. If it does not exist, you can add it. If it does exist, verify that it includes the required permission:'CAN_MANAGE_CONNECT_SERVER_AS_ADMIN', even if you're running Intella Investigator. An example snippet is below.<?xml version='1.0' encoding='UTF-8'?> <authorizations version='2.1'> <roles> <role id='Administrator'> <permission id='CAN_CONFIGURE_INTELLA_GRID'/> <permission id='CAN_CREATE_AND_RUN_INTELLA_ASSIST_TASKS'/> <permission id='CAN_FULLY_MANAGE_CASES'/> <permission id='CAN_MANAGE_A_CASE'/> <permission id='CAN_MANAGE_CONNECT_SERVER_AS_ADMIN'/> <permission id='CAN_USE_INTELLA_ASSIST'/> <permission id='CAN_USE_INTELLA_ASSIST_FACET'/> <permission id='CAN_VIEW_INTELLA_ASSIST_TASK_EXECUTION_IN_PREVIEWER'/> </role> [...]
Restart Intella Connect\Investigator Server:
- After making changes to the
auth.xmlfile, restart the Intella Investigator or Connect server to apply the changes.
Additional Notes
- The setting in question is under Users > Roles and Permissions > Server administration > Is an Administrator of this Server. Be careful when changing this setting.
- If the roles and permissions are still not loading, consider checking for any server performance issues or connectivity problems.
For further assistance, please reach out to the Vound Support Team.