If you want to change the "XPhone Connect Server" link in the XPhone Connect Server Manager, you must edit the following file:
Default path: C:\Program Files\C4B\XPhone Connect Server\StartWebAdmin.exe.config
There you will find a section:
<setting name=
"Host"
serializeAs=
"String"
>
<value>localhost</value>
</setting>
<setting name=
"MaxRetries"
serializeAs=
"String"
>
<value>5</value>
</setting>
<setting name=
"URL"
serializeAs=
"String"
>
<value>http:
//{0}/xphoneconnect/admin</value>
</setting>
At this point, you can change the value "localhost", e.g. to permanently store the server name or to change the link from http:// to https://. The {0} must remain unchanged.
Comments
0 comments
Article is closed for comments.