Changing the workspace folder

  • Created

Virtual Browser Profiles are automatically stored in the Workspace folder. By default, the location is in the program folder:

C:\Users\YOUR_USERNAME\AppData\Local\Programs\Kameleo\Workspace

If you wish, you can change this by manually overriding the appsettings.json file. The WorspaceFolder property can be a relative or an absolute path.

{
"ListeningHost": "+",
"ListeningPort": 5050,
"Verbose": 1,
"WorkspaceFolder": "c:\\MyWorkspace"
}

This can be useful if:

  • you would like to run Kameleo from a different folder than you store your virtual browser profiles
  • you want to backup profiles to your 3rd party cloud storage by using a synced folder

Was this article helpful?

0 out of 0 found this helpful