When using the exacqVision Mobile app with the release of exacqVision Server 24.09 or higher, the exacqVision Mobile app will connect directly to the exacqVision Server service rather than require the intermediary exacqVision Web Service.
By default the service will listen for incoming mobile app connections on port 8443. This may be manually changed by the system administrator to accommodate network needs when needed.
<br>
Product
- exacqVision Server, version 24.09 and above
- exacqVision Mobile, version 24.09 and above
<br>
Steps
- Log into the system running the exacqVision Server instance with administrative privileges.<br><br>
- Locate the following configuration file:
- Windows: C:\Program Files\exacqVision\Server\nvrsdkpi.xml
- Linux: /usr/local/exacq/server/nvrsdkpi.xml<br><br>
- Open this JSON configuration file with the text editor of your choice.
- Windows: Open the text editor choosing, ‘Run as Administrator’
- Linux: Run with sudo privileges when needed.<br><br>
- Identify the line that reads:
<SecureUri value="0.0.0.0:8443" />
<br><br> - Replace ‘8443’ with the port number of your choosing. Be sure this is not a port already in use.<br><br>
- Save the file.<br><br>
- Restart the exacqVision Server service.
<br>