;
The LANforge InterOp software of Candela Technologies is used to support real clients for testing access points. InterOp provides the test engineer with automation for testing mobile devices. This cookbook requires LANforge-Server version 5.5.2 and above.
We have support for various kinds of real clients:
- Android clients.
- iOS clients.
- Windows machines.
- Linux machines.
- MacOS machines.

To cluster this Windows machine, the LANforge Manager must be in clustering mode. That includes configuring the realm, mode, and resource number of the Manager, as well as having the right licenses. Please verify you have the correct licenses and follow this cookbook to set your Manager up.
LANforge-Server is incompatible with devices running Windows S. If your device is running in S mode, refer to this KB article on switching out of "S" mode.

wget http://www.candelatech.com/windows_lf_setup.ps1 -o windows_lf_setup.ps1
Set-ExecutionPolicy Bypass
Type in the command below to install LANforge-Server.
.\windows_lf_setup.ps1 -lfver 5.5.2 -do_admin -password "lanforge" -mode "Resource" -realm 50 -clusterid 192.168.91.50
The command above will:

To stop LANforge-Server after it has started, find the command prompt window labeled Administrator: LANforge Data Generator. Close this window to stop LANforge-Server.

Logs from the install will be stored in C:\LANforge-Install\Logs\.
To list the files in descending order:
cd C:\LANforge-Install\Logs\.ls | sort LastWriteTime -Descending.deployment-log-YYYYMMDD-HHMMSS.txt.
To follow the logs, use the commands below:
cd C:\LANforge-Install\Logs\.Get-Content deployment-log-YYYYMMDD-HHMMSS.txt -Wait.deployment-log-20260116-133645.txt, i.e., January 16th 2026 at 13:36:45.If there is an error or a program is missing, please attach the most recent log in your support email.