Publishing RemoteApps and Desktops - kimmknight/raweb GitHub Wiki
By default, RAWeb will typically install to c:\inetpub\RAWeb.
Drop a .rdp file into the resources folder to publish it.
To add images, you can drop a .ico or .png file in with the same name.
You can also create subfolders in here to sort your RemoteApps/desktops into groups.
Multiuser
You can optionally provide different RemoteApps/desktops to different users based on their username or group membership.
Inside the RAWeb folder, you will find a folder called multiuser-resources.
It contains the folders:
/user - Create folders in here for each user you wish to target (folder name = username). Drop rdp/image files into a user folder to publish them to the user.
/group - Create folders in here for each group you wish to target (folder name = group name). Drop rdp/image files into a group folder to publish them to all users in the group.
Note: Subfolders within user and group folders are supported. For clients that show folders, each subfolder will appear as a distinct section in the list of apps.