You can specify the port for iManage Drive local REST API service. This port is the port that applications will use to communicate with iManage Drive on the user’s device. You can specify the port using the local_rest_service_port admin setting in the admin_settings.yaml file. 

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: 

Browse to Settings > 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: 

Method 2: 

  1. Open PowerShell window. 

  2. Enter the following command to check if the port is available: Test-NetConnection localhost -port <number>

Method 3: 

  1. Search for resmon in the Microsoft Windows task bar. 

  2. In the resmon tool, select the Network tab.

  3. View the list of the ports under Listening Ports.  

When you set the local_rest_service_port admin setting to 0, iManage Drive selects a dynamic port.