Edit1 Summary
In some cases, it may be necessary to run the Setup Wizard after installing the product (for example, if you have forgotten passwords). This article describes how to edit the web.config to allow the Setup wizard to be run again.
Edit2 More Information
- Locate the directory that the ScreenConnect server components are installed in. By default, this is located at 'C:\Program Files\ScreenConnect'.
- Open the file named 'web.config' with a text editor.
- Search for 'IsSetup' within the file to find a line similar to:
<add key="IsSetup" value="true" />
- Change this line to:
<add key="IsSetup" value="false" />
- From the server, navigate to any of the ScreenConnect pages, and it will direct you to the setup pages. ScreenConnect must be setup locally.
Edit3 References