Webserver Properties
You can configure the MobileTogether Server web server by using the properties given below. To set a property, run the installation command with the property setting appended, like this:
msiexec /i MobileTogetherServerAdvanced.msi MTSAdmin_WebServer_Host=127.0.0.1
List of properties
MobileTogether Server Administrator interface
Properties of the web server of the MobileTogether Server administrator interface:
MTSAdmin_WebServer_Host=<IP4 Address>
Use 127.0.0.1 if you want to access the web server from this machine only. Use 0.0.0.0 to make the web server accessible globally.
MTSAdmin_WebServer_Port=<Port Number>
Specifies the port that is used to access the web server.
MTSAdmin_WebServer_Enabled=<0 or 1>
Select 1 to enable listening at the currently set port. Select 0 to disable listening at this port.
MobileTogether Server Client interface
Properties of the web server of the MobileTogether Client administrator interface:
MTSClient_WebServer_Host=<IP4 Address>
Use 127.0.0.1 if you want to access the web server from this machine only. Use 0.0.0.0 to make the web server accessible globally.
MTSClient_WebServer_Port=<Port Number>
Specifies the port that is used to access the web server.
MTSClient_WebServer_Enabled=<0 or 1>
Select 1 to enable listening at the currently set port. Select 0 to disable listening at this port.