List mobile servers and check if running

Hello,

For monitoring, with the SDK I can list the Recording Servers and check wether their status API is answering to get an idea wether they are running or not.

For the mobile servers I cannot find anything. The only idea I have right now is to check if the “XProtect Mobile Server” service is running on the machine, but when the mobile server is installed on another PC I don’t know how to find out it’s hostname.

Please register Mobile servers. There are two ways to do it, let me introduce both ways.

  1. Register Mobile server on Management Client

Start Management Client – tools – click Registered Services and add your mobile servers.

  1. You can also register Mobile servers from your code. Here is a sample called Service Test.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/servicetest/readme.html&tree=tree_1.html

Thanks!