Good day.
How are you ?
I’m having trouble connecting the MIP Driver sample application to Milestone XProtect Management Client 2025 R1. I’ve followed the documentation but still getting connection failures.
Sample I’m using: https://github.com/milestonesys/mipsdk-samples-component/tree/main/BoundingBoxMetadataProvider
Environment:
- Both sample app and Management Client running on same Windows 11 PC
- XProtect Management Client 2025 R1
- Sample application confirmed running (port 52123 listening via netstat)
Steps I’ve followed:
- Started sample application → clicked “Accept Sessions” button
- Opened Management Client → Add Hardware Wizard
- Selected “Manual”
- Added search credentials: username “root”, password “password”
- Selected “MIP Driver” under “Milestone” category
- Entered IP: 127.0.0.1, Port: 52123
- Clicked search
Error received: “Could not detect or verify the hardware driver, credentials, or address”
Troubleshooting done:
Port 52123 confirmed listening (netstat shows TCP 0.0.0.0:52123 LISTENING)
Telnet 127.0.0.1 52123 connects successfully and returns HTTP responses
Tried with Windows Firewall disabled
Running sample app as administrator
Tried both 127.0.0.1 and actual IP address
The sample appears to be running correctly (HTTP server responding), but Management Client can’t establish the connection. Has anyone encountered this issue or know what I might be missing?
Any help would be greatly appreciated!
Thanks in advance.