How to change the uri from domain to ip address?

My Application using the XProtect Corporate 2017 R1

and Try to login with /ServerAPI/ServiceRegistrationService.asmx using the window authentification.

and in the server’s response → I can find the serverInfo like below

<ServiceInfo>
               <type>a10cd823-bb4e-4d31-a162-dd236fc78fa6</type>
               <instance>f4f4736f-73ec-4bbb-836d-c35bcfc52cf0</instance>
               <uri>
                  <string>http://skcc16d00099.skcc.net/</string>
               </uri>
               <name>Management Server</name>
               <description />
               <trusted>true</trusted>
               <enabled>true</enabled>
               <endpoints>
                  <ServiceEndpoint>
                     <uri>http://skcc16d00099.skcc.net/ManagementServer/ServerCommandService.svc</uri>
                     <authentication>Windows</authentication>
                     <name>ServerCommandService</name>
                     <description>Endpoint for ServerCommandService using windows authentication</description>
                  </ServiceEndpoint>
                  <ServiceEndpoint>
                     <uri>https://skcc16d00099.skcc.net/ManagementServer/ServerCommandService.svc</uri>
                     <authentication>Basic</authentication>
                     <name>ServerCommandService</name>
                     <description>Endpoint for ServerCommandService using basic user authentication</description>
                  </ServiceEndpoint>
                  <ServiceEndpoint>
                     <uri>http://skcc16d00099.skcc.net/ManagementServer/ServiceRegistrationService.svc</uri>
                     <authentication>Windows</authentication>
                     <name>ServiceRegistrationService</name>
                     <description>Endpoint for ServiceRegistrationService using windows authentication</description>
                  </ServiceEndpoint>
                  <ServiceEndpoint>
                     <uri>https://skcc16d00099.skcc.net/ManagementServer/ServiceRegistrationService.svc</uri>
                     <authentication>Basic</authentication>
                     <name>ServiceRegistrationService</name>
                     <description>Endpoint for ServiceRegistrationService using basic user authentication</description>
                  </ServiceEndpoint>
               </endpoints>

Management Server’s uri string value is “http://skcc16d00099.skcc.net/

But, I does not use the domain

So, I want to receive the response with IP address (ex: http://10.250.46.235/)

How can I cahnge the value?

- I cannot find the how-to using the Management Client 2017 R1

- The registered Services like below

The Support Community should be a better place to ask this.. https://force.milestonesys.com/support/MccSupportCommunity

OK. I will do that.