Modify IPAddr and Port
Before launching the Automation server, the IP address and Port number values must be modified in the configuration file. The configuration file is an XML file named “FTSAutoServer.exe.config" located in the “C:\Program Files (x86)\Frontline Test System II\Frontline <your version>\Executables\Core” directory.
Open this file in any text editor and look for two keys named “IPAddr” and “Port”. The default value for “IPAddr” is “0.0.0.0”. Edit this value to the IP address of the machine running the Automation Server. The default value of the Port number is set to 22901. This port number is not a commonly used TCP port numbers. It is unlikely that there is another application using it. You can leave the default number as it is. Save the changes to the file.
<add key="IPAddr" value="192.168.1.0"/>
<add key="Port" value="22901"/>