You can specify the port for iManage Drive local REST API service. This port is used by applications to communicate with iManage 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—for example,local_rest_service_port: 8025.
You can verify if a port is in use using one of the following methods:
Method 1:
Browse toSettings>Preferences. The iManage Drive Preferences window appears. The port in use is displayed in the end of the Preferences window as shown in the following figure:
Figure: Viewing the port in use
Method 2:
Open Terminal.
Enter the following command to check if the port is available: lsof -i tcp:3000.
When you setlocal_rest_service_portadmin setting to0, iManage Drive selects a dynamic port. From iManage Drive 10.10.0 onwards, iManage Drive for Mac automatically selects a dynamic port if the defined port is in use by another process.