Update logonhistory.xml to include IP address description (Smart Client)

I’m looking to preload server destinations for our users when they launch the Milestone Smart Client.

I understand that this is updated in “%USERPROFILE/%AppData\Roaming\Milestone\Smart Client\LoginHistory.XML”. Is it possible to update the drop-down so that it shows a friendly name and just an IP address?

Yes, you can modify the XML file by hand or using a tool.

This is not really something that is supported by the MIP SDK.

In my file I already saw examples of server names and of IP:

http://10.10.48.156/

http://xpco2019r2/

This is assuming the server name is “friendly” and can be use (DNS lookup working), otherwise I will have to answer no as the dropdown must have a valid address (friendly or not).

Thanks Bo - its actually possible to manually update the XML and place an entry after the final slash - tested this it works fine.

entry>http://10.10.100.20/ADD-FRIENDLY-NAME-HERE

The Smart Client displays the whole line but only processes before the final slash.

I am surprised that it works this way, but it is a pleasant surprise as what you want to do is easier to do than what I expected. Thank you for sharing your observation.