You can specifytheport for iManage Drive local REST API service.This port is the port that applications will use to communicate withtheiManage Drive on the user’s device. You can specify the port using the local_rest_service_port admin setting in theadmin_settings.yamlfile.
If the port is already in use, we recommend that you use a different port. Example,local_rest_service_port: 8025.
You can verify if a port is in use using one of the following methods:
Method 1:
Openpowershellwindow.
Enter the following command to check if the port is available: Test-NetConnection localhost -port<number>
Method 2:
Search forresmontoolin the Microsoft Windows task bar.
In theresmontool, select Network tab.
View the list of the ports under Listening Ports.
When yousetlocal_rest_service_portadmin setting to0, iManage Drive selects a dynamic port.