Flight Sim PC

The app folder is C:\Users\<your username>\AppData\Roaming followed by one off the following depending upon your flight simulator:

\Microsoft\FSX

\Microsoft\FSX-SE

\Lockheed Martin\Prepar3D [v3, v4, v5]

\Microsoft Flight Simulator

e.g. C:\Users\Steve\AppData\Roaming\Lockheed Martin\Prepar3D v4

SimConnect.xml

This file is required in the appropriate app folder. There are normally examples of this file in the relevant flight sim SDK's. Create or edit it as follows ensuring the <Address> entry has your chosen IP address in it from step 18 of the installation guide:

<SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <Address>your chosen flight sim pc IP address here</Address>
    <MaxClients>64</MaxClients>
    <Port>500</Port>
    <MaxRecvSize>8192</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>

Flight Sim IO Server PC

Simconnect.msi

The Simconnect.msi file will need to be installed on this PC. For FSX and FSX SE it can be found in the \SDK\Core Utilities Kit\SimConnect SDK\lib directory of their SDK's. For Prepar3D its can be found in the flight sim's program directory under redist\Interface\FSX-SP2-XPACK\retail\lib.

SimConnect.cfg

This file is required in your Documents folder. There are normally examples of this file in the relevant flight sim SDK's. Create or edit it as follows ensuring the Address entry has your chosen IP address in it from step 18 of the installation guide:

[SimConnect]
Protocol=IPv4
Address=your chosen flight sim pc IP address here
Port=500
MaxReceiveSize=8192
DisableNagle=0

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.