XPhone Connect Web Administration Change URL

If you want to change the XPhone Connect Server - Link in the XPhone Connect Server Manager, you must edit the following file:

C:\Programme\C4B\XPhone Connect Server\StartWebAdmin.exe.config

The settings can be found in the following area:

<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>

To set the server name, change the following value:

<value>localhost</value>

To change the URL from http to https, search and replace the protocol:

From <value>http://{0}/xphoneconnect/admin</value> to <value>https://{0}/xphoneconnect/admin</value>.

Have you found a mistake on this page?

Or is something not formulated well or too vague? Then we look forward to receiving an e-mail, preferably with a suggestion for improvement, to doku@c4b.de. Thank you very much!