We recommend that you read the Getting started with Kameleo Automation article before reading this one.
To edit the Kameleo application settings, navigate to the C:\Users\YOUR_USERNAME\AppData\Local\Programs\Kameleo folder. Open the appsettings.json file with a text editor such as Notepad, and you should see a JSON document similar to the following:
{
"ListeningHost": "+",
"ListeningPort": 5050,
"Verbose": 1
}
You can specify a different port to use for Kameleo's Local API by modifying the ListeningPort setting in this file. This may be necessary if port 5050 is already used by another process.