Supported environments - kimmknight/raweb GitHub Wiki

Supported host machines

RAWeb can be hosted on any modern 64-bit Windows device. The primary requirement is the device must support Internet Information Services (IIS) 10 and .NET Framework 4.0. Windows Server 2016 and Windows 10 Version 1607 are the first versions to meet these requirements.

Authenticiation scenarios

RAWeb can authenticate with local or domain credentials.

Local credentials

Local credentials should work in all scenarios.

Domain credentials

For domain credentials, the machine with the RAWeb installation must have permission to enumerate groups and their members. RAWeb uses group membership to restrict access to resources hosted on RAWeb. If RAWeb cannot search group memberships, resources will not load and authentication may fail. This is most likely an issue with complex domain forests that contain one-way trusts.

If necessary, you may change the credentials used by the RAWeb application in IIS so that it uses an account with permission to list groups and view group memberships. See the instructions below:

Instructions
  1. Open Internet Information Services (IIS) Manager.
  2. In the Connections pane, click on Application Pools.
  3. In the list of application pools, right click on raweb and choose Advanced Settings.
  4. In the Process Model group, click on Identity. Then, click the button with the ellipsis (...) to open the Application Pool Identity dialog.
  5. Choose Custom Account, and then click Set to provide the credentials for the account.
  6. Click OK on all three dialogs. The RAWeb application will now use the credentials you proivided for its process.
⚠️ **GitHub.com Fallback** ⚠️