Home - kimmknight/raweb GitHub Wiki

Get started

The easiest way to get started with RAWeb is to install it with our installation script. Before you install RAWeb, review our supported environments documentation. Follow the steps below:

  1. Open PowerShell as an administrator Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator).

  2. Copy and paste the code below[1], then press enter.

irm https://github.com/kimmknight/raweb/releases/latest/download/install.ps1 | iex
  1. Follow the prompts.

Important

The installer will retrieve the pre-built version of RAWeb from the latest release and install it to C:\inetpub\RAWeb. Refer to the release page for more details.

Note

If Internet Information Services (IIS) or other required components are not already installed, the RAWeb installer will retreive and install them.

To install other versions, visit the the releases page on GitHub.

Using RAWeb

By default, RAWeb is available at https://127.0.0.1/RAWeb. To access RAWeb from other computers on your local network, replace 127.0.0.1 with your host PC or server's name. To access RAWeb from outside your local network, expose port 443 and replace 127.0.0.1 with your public IP address.

To add resources to the RAWeb interface, refer to Publishing RemoteApps and Desktops.

Refer to the guides in this wiki's sidebar for more information about using RAWeb.


Footnotes

1: If you are attempting to install RAWeb on Windows Server 2016, you may need to enable TLS 1.2. In PowerShell, run [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12.

⚠️ **GitHub.com Fallback** ⚠️