Releases: kimmknight/raweb
Pre-release v2025.06.16.0
Install this release
-
Open PowerShell as an administrator
Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator). -
Copy and paste the code below, then press enter.
irm https://github.com/kimmknight/raweb/releases/download/v2025.06.16.0/install.ps1 | iex
- Follow the prompts.
Important
The installer will retrieve raweb_v2025.06.16.0.zip from the release and install it to C:\inetpub\RAWeb.
Refer to the wiki 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.
Advanced installation
Non-interactive installation
To install without prompts, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.06.16.0/install.ps1))) -AcceptAll
If RAWeb is already installed, installing with this option will replace the existing configuration and installed files. Resources in /resources and /multiuser-resources folders will be preserved.
Verbose installation
To show verbose logs, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.06.16.0/install.ps1))) -Verbose -Debug
What's Changed
- Add an option to hide user and group folder names by @jackbuehner in #81
- Show version numbers in settings and show an update notice for local admins when a newer version is available by @jackbuehner in #82
Full Changelog: v2025.06.15.0...v2025.06.16.0
Pre-release v2025.06.15.0
Install this release
-
Open PowerShell as an administrator
Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator). -
Copy and paste the code below, then press enter.
irm https://github.com/kimmknight/raweb/releases/download/v2025.06.15.0/install.ps1 | iex
- Follow the prompts.
Important
The installer will retrieve raweb_v2025.06.15.0.zip from the release and install it to C:\inetpub\RAWeb.
Refer to the wiki 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.
Advanced installation
Non-interactive installation
To install without prompts, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.06.15.0/install.ps1))) -AcceptAll
If RAWeb is already installed, installing with this option will replace the existing configuration and installed files. Resources in /resources and /multiuser-resources folders will be preserved.
Verbose installation
To show verbose logs, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.06.15.0/install.ps1))) -Verbose -Debug
What's Changed
- Prevent unauthorized access to RDP files and icons by @jackbuehner in #68
- Include
SupportsReconnect="false"on theResourceCollectionelement in the webfeed for schema versions >= 2.0 by @jackbuehner in #74 - Allow administrators to configure the app settings/policies in Web.config via the web app by @jackbuehner in #71
- Include local groups in group membership list for domain users by @jackbuehner in #75
- Use Vue for login and logoff pages by @jackbuehner in #77
Full Changelog: v2025.06.03.0...v2025.06.15.0
Release v2025.06.03.0
Install this release
-
Open PowerShell as an administrator
Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator). -
Copy and paste the code below, then press enter.
irm https://github.com/kimmknight/raweb/releases/download/v2025.06.03.0/install.ps1 | iex
- Follow the prompts.
Important
The installer will retrieve raweb_v2025.06.03.0.zip from the release and install it to C:\inetpub\RAWeb.
Refer to the wiki 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.
Advanced installation
Non-interactive installation
To install without prompts, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.06.03.0/install.ps1))) -AcceptAll
If RAWeb is already installed, installing with this option will replace the existing configuration and installed files. Resources in /resources and /multiuser-resources folders will be preserved.
Verbose installation
To show verbose logs, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.06.03.0/install.ps1))) -Verbose -Debug
What's Changed
- Add internationalization support, including translations for common english variants by @jackbuehner in #61
- Show RemoteApps included in TSAppAllowList\Applications by @jackbuehner in #62
- When redirected to the login page due to an authentication error, return to the original page after login by @jackbuehner in #63
Full Changelog: v2025.05.28.0...v2025.06.03.0
Release v2025.05.28.0
Install this release
-
Open PowerShell as an administrator
Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator). -
Copy and paste the code below, then press enter.
irm https://github.com/kimmknight/raweb/releases/download/v2025.05.28.0/install.ps1 | iex
- Follow the prompts.
Important
The installer will retrieve raweb_v2025.05.28.0.zip from the release and install it to C:\inetpub\RAWeb.
Refer to the wiki 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.
Advanced installation
Non-interactive installation
To install without prompts, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.05.28.0/install.ps1))) -AcceptAll
If RAWeb is already installed, installing with this option will replace the existing configuration and installed files. Resources in /resources and /multiuser-resources folders will be preserved.
Verbose installation
To show verbose logs, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.05.28.0/install.ps1))) -Verbose -Debug
What's Changed
- fix: disable autocorrect, autocapitalize, and spellcheck on login form fields by @jackbuehner in #51
- do not store user group SIDs in auth cookie by @jackbuehner in #50
- fix: do not parse and re-create RDP files that have been signed by @jackbuehner in #58
- Show security warnings on login page, and auto-login if anonymous authentication is enabled by @jackbuehner in #60
Full Changelog: v2025.05.22.0...v2025.05.28.0
Release v2025.05.22.0
Install this release
-
Open PowerShell as an administrator
Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator). -
Copy and paste the code below, then press enter.
irm https://github.com/kimmknight/raweb/releases/download/v2025.05.22.0/install.ps1 | iex
- Follow the prompts.
Important
The installer will retrieve raweb_v2025.05.22.0.zip from the release and install it to C:\inetpub\RAWeb.
Refer to the wiki 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.
Advanced installation
Non-interactive installation
To install without prompts, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.05.22.0/install.ps1))) -AcceptAll
If RAWeb is already installed, installing with this option will replace the existing configuration and installed files. Resources in /resources and /multiuser-resources folders will be preserved.
Verbose installation
To show verbose logs, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.05.22.0/install.ps1))) -Verbose -Debug
What's Changed
- feedparser and website compliance fixes by @akarl10 in #29
- Use higher bit depth when converting PNG to ICO by @jackbuehner in #30
- Do not remove last character of parent folder labels in apps list by @jackbuehner in #33
- Support subfolders within multiuser-resources user and group folders by @jackbuehner in #34
- Add option to specify terminal server aliases for
webfeed.aspxinWeb.configby @jackbuehner in #37 - Do not use default icon for apps with dots in their name by @jackbuehner in #38
- Make webfeed fully MS-TSWP compliant by @jackbuehner in #39
- Add web app that follows the style of WinUI 3 and offers a design/layout similar to the Windows App by @jackbuehner in #44
New Contributors
- @jackbuehner made their first contribution in #30
Full Changelog: v2024.12.13.0...v2025.05.22.0
RAWeb v2024.12.13.0
- Classic ASP version removed
- Support for Android/IOS/OSX RD client apps added
- Web interface redesigned
- Dynamic icon/image generation added
- Installation script added
- Support for subfolders added
- Folder-based multi-user support added
RAWeb v2020.06.18.0
Released in June 2020.
ASP and ASPX (.NET) versions included.