1 - Make sure the game is closed

2 - Start a notepad as administrator : Open the start menu, search for notepad, and right click "Run as administrator"

3 - From the notepad : Click on File -> Open and browse the the game startup.cfg, IE : c:\C:\Program Files (x86)\IL-2 Sturmovik Great Battles\bin\game\startup.cfg

4 - Add the two following sections to the config file and save, if they are already existing make sure to remove them first. Replace with the default UDP 24321 with the port you've set in SimHub if you changed it.

[KEY = motiondevice]
	addr = "127.0.0.1"
	decimation = 1
	enable = true
	port = 24321
[END]

[KEY = telemetrydevice]
	addr = "127.0.0.1"
	decimation = 1
	enable = true
	port = 24321
[END]