{"id":750,"date":"2026-09-14T22:43:36","date_gmt":"2026-09-14T22:43:36","guid":{"rendered":"https:\/\/windows-vps.org\/blog\/?p=750"},"modified":"2026-09-14T22:43:36","modified_gmt":"2026-09-14T22:43:36","slug":"rdp-session-host-vs-remoteapp","status":"publish","type":"post","link":"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/","title":{"rendered":"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Remote Desktop Services gives you two ways to deliver a Windows application: a full session host desktop, or a published RemoteApp that appears to the user as a local window. The resource and licensing model differs enough that choosing wrong costs real money every month.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Dimension<\/th><th>RDS Session Host (full desktop)<\/th><th>RemoteApp<\/th><\/tr><\/thead><tbody><tr><td>User experience<\/td><td>Complete Windows desktop inside a session<\/td><td>Single app window, integrates with local taskbar<\/td><\/tr><tr><td>Typical RAM per user<\/td><td>1.5-3 GB<\/td><td>0.5-1.5 GB<\/td><\/tr><tr><td>Minimum practical instance<\/td><td>4 vCPU \/ 16 GB for 5-10 users<\/td><td>2 vCPU \/ 8 GB for a dozen light users<\/td><\/tr><tr><td>CAL requirement<\/td><td>RDS CAL per user or per device<\/td><td>Identical RDS CAL requirement<\/td><\/tr><tr><td>Attack surface<\/td><td>Large \u2014 explorer.exe, shell extensions, browsers<\/td><td>Small \u2014 only the published binary<\/td><\/tr><tr><td>Profile management<\/td><td>Mandatory \u2014 roaming or FSLogix<\/td><td>Minimal, often none<\/td><\/tr><tr><td>Deployment tooling<\/td><td>Session collection via Server Manager<\/td><td>RD Web Access + <code>.rdp<\/code> file or MSIX\/RemoteApp package<\/td><\/tr><tr><td>Best for<\/td><td>Knowledge workers needing multiple apps<\/td><td>Line-of-business app delivery, contractors, BYOD<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">The Licensing Rule People Get Wrong<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">RemoteApp is not a lighter licensing tier. It is the same RDS role, the same Session Host role service, and the same RDS CAL requirement. Users still consume a session on the host \u2014 they simply see one window instead of a desktop. If anyone tells you RemoteApp avoids CALs, they are confusing RemoteApp with a web application published behind IIS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What RemoteApp does avoid is support load. Fewer shell components mean fewer help-desk tickets about printer redirection, font rendering, and Start-menu, and a smaller memory footprint per user because <code>explorer.exe<\/code> and its shell extensions are largely out of the picture.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Deploying a RemoteApp Collection<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Serve both models from one host first, then decide. Install the roles and create a collection with a published program:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Install-WindowsFeature RDS-RD-Server, RDS-Web-Access, RDS-Licensing\n\nNew-RDSessionCollection -CollectionName \"LOBApps\" -SessionHost vps01.contoso.com -ConnectionBroker vps01.contoso.com\n\nNew-RDRemoteApp -CollectionName \"LOBApps\" -DisplayName \"Invoice Manager\" `\n  -FilePath \"C:\\Program Files\\Contoso\\Invoice\\Invoice.exe\" `\n  -ShowInWebAccess $true -CommandLineSetting Require<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Verify the published program resolves and that the collection is advertising:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-RDRemoteApp -CollectionName \"LOBApps\" | Select-Object DisplayName, FilePath, Alias\nGet-RDSessionHost -CollectionName \"LOBApps\" | Select-Object SessionHost, NewConnectionAllowed<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Session Limits You Must Plan Around<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Without the RDS role, Windows Server permits two concurrent administrative sessions. That is the default in a plain Windows VPS and it is not the same as an RDS deployment. In production you need:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A RD Licensing server with RDS CALs installed and the host pointed at it.<\/li><li>A connection broker as soon as you exceed one session host, even if only for the licensing role delegation.<\/li><li>An explicit session limit and idle timeout, otherwise disconnected sessions hold RAM indefinitely.<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code># enforce idle + disconnected limits so sessions release memory\nSet-RDSessionCollectionConfiguration -CollectionName \"LOBApps\" `\n  -EnableIdleTimeout $true -IdleTimeout 30 `\n  -EnableDisconnectedSessionLimit $true -DisconnectedSessionLimit 10\n\n# confirm the licensing mode the host expects\nGet-ItemProperty \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\RCM\\Licensing Core\" |\n  Select-Object LicensingMode<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Sizing and Isolation Guidance<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Session-host RAM is not linear. Ten users browsing the web in a full desktop consume far more than ten users running one published line-of-business application. Measure the two workloads separately on the same instance before you commit to a tier \u2014 and remember that this site&#8217;s own <a href=\"https:\/\/windows-vps.org\/blog\/windows-server-vs-windows-11-remote-desktop\/\">Windows Server vs Windows 11 comparison for remote desktop<\/a> covers why Windows 11 is not a substitute here: the single-session restriction and the licence terms both block multi-user use.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Run RD Gateway on a separate host from the session host if user count exceeds roughly fifteen. Terminating TLS, RD Web Access, and the session load on one 4 vCPU instance gives you a single point of failure and a noisy-neighbour problem between the web endpoint and the sessions themselves.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Which Should You Choose?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Publish a RemoteApp when users need <strong>one or two specific applications<\/strong> and already have a working local desktop. Deploy a full session host when users need a <strong>managed, consistent desktop<\/strong> \u2014 contractors on untrusted machines, BYOD staff, or anyone needing several applications with a shared file and print configuration. When in doubt, publish both from the same collection and let users choose; the marginal cost of a RemoteApp alongside a desktop collection is close to zero.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start with a Windows Server instance that gives you the full RDS role set and administrative control \u2014 <a href=\"https:\/\/interserver.net\/r\/1067805?url=interserver.net\/vps\/windows-vps.html\" rel=\"noreferrer noopener sponsored\" target=\"_blank\">InterServer Windows VPS<\/a> includes licensed Windows Server with no restricted role installation, and code <strong>TRYINTERSERVER<\/strong> drops the first month to $0.01. For larger user counts where RAM-per-user dominates cost, <a href=\"https:\/\/www.anrdoezrs.net\/click-101539688-17162719?sid=windowsvps\" rel=\"noreferrer noopener sponsored\" target=\"_blank\">Contabo<\/a> offers the best price-per-GB, and <a href=\"https:\/\/affiliate.hostwinds.com\/idevaffiliate.php?id=33921&amp;url=3698\" rel=\"noreferrer noopener sponsored\" target=\"_blank\">Hostwinds<\/a> is a solid middle option with managed support.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Profile Storage: The Hidden Blocker at Scale<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Session host deployments fail on profile management long before they fail on CPU. A full desktop writes to the user profile constantly \u2014 browser caches, Outlook OST files, temporary application state. If profiles live on the session host&#8217;s system volume, that volume fills and every session starts failing at once.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Approach<\/th><th>Storage cost<\/th><th>Logon speed<\/th><th>Suits<\/th><\/tr><\/thead><tbody><tr><td>Local profiles on session host<\/td><td>Highest (duplicated per host)<\/td><td>Fastest<\/td><td>Single host, under 10 users<\/td><\/tr><tr><td>Roaming profiles<\/td><td>Moderate<\/td><td>Slow \u2014 full copy at logon<\/td><td>Avoid for anything modern<\/td><\/tr><tr><td>Folder redirection only<\/td><td>Low<\/td><td>Fast<\/td><td>RemoteApp deployments, light use<\/td><\/tr><tr><td>FSLogix container profiles<\/td><td>Moderate<\/td><td>Fast \u2014 VHD mounted<\/td><td>Multi-host farms, 20+ users<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For a RemoteApp collection, folder redirection of Documents and Desktop is usually sufficient \u2014 the published application rarely touches the profile shell. For a full desktop, FSLogix is now the standard answer because it mounts a per-user VHD rather than copying files, so logon time stays flat as profile size grows.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># enable per-session temp folders so apps don't collide in C:\\Windows\\Temp\nSet-RDSessionCollectionConfiguration -CollectionName \"LOBApps\" `\n  -EnableUserProfileDisk $true -MaxUserProfileDiskSizeGB 20 `\n  -DiskPath \"\\\\fileserver\\Profiles\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Size the profile share generously and monitor it, because a full profile disk is a logon failure for every affected user simultaneously. Pair this with the session and idle timeouts above \u2014 an abandoned session holding its profile VHD open blocks the user&#8217;s next logon.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are evaluating how much RAM and storage your user count actually requires, the workload-to-spec mapping in <a href=\"https:\/\/windows-vps.org\/windows-vps-comparison\/\">our Windows VPS comparison table<\/a> gives per-user guidance for session-host deployments.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Remote Desktop Services gives you two ways to deliver a Windows application: a full session host desktop, or a published RemoteApp that appears to the user as a local window. The resource and licensing model differs enough that choosing wrong costs real money every month. Dimension RDS Session Host (full desktop) RemoteApp User experience Complete &#8230; <a title=\"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users\" class=\"read-more\" href=\"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/\" aria-label=\"Read more about RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":3,"footnotes":""},"categories":[6],"tags":[],"class_list":["post-750","post","type-post","status-publish","format-standard","hentry","category-comparisons"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.1 (Yoast SEO v26.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users - Windows VPS Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users\" \/>\n<meta property=\"og:description\" content=\"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users\" \/>\n<meta property=\"og:url\" content=\"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/\" \/>\n<meta property=\"og:site_name\" content=\"Windows VPS Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-14T22:43:36+00:00\" \/>\n<meta name=\"author\" content=\"windows-vps\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"windows-vps\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/\",\"url\":\"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/\",\"name\":\"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users - Windows VPS Blog\",\"isPartOf\":{\"@id\":\"https:\/\/windows-vps.org\/blog\/#website\"},\"datePublished\":\"2026-09-14T22:43:36+00:00\",\"author\":{\"@id\":\"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/44caceed916d0db318aa08d5623a7a58\"},\"breadcrumb\":{\"@id\":\"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/windows-vps.org\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/windows-vps.org\/blog\/#website\",\"url\":\"https:\/\/windows-vps.org\/blog\/\",\"name\":\"Windows VPS Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/windows-vps.org\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/44caceed916d0db318aa08d5623a7a58\",\"name\":\"windows-vps\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3f2573db5afcd1a6ab9abcc5d48fc8e42584bc87ab9d98cc156e5b2097766dd9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3f2573db5afcd1a6ab9abcc5d48fc8e42584bc87ab9d98cc156e5b2097766dd9?s=96&d=mm&r=g\",\"caption\":\"windows-vps\"},\"sameAs\":[\"https:\/\/windows-vps.org\/blog\"],\"url\":\"https:\/\/windows-vps.org\/blog\/author\/myxiechengxuan\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users - Windows VPS Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/","og_locale":"en_US","og_type":"article","og_title":"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users","og_description":"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users","og_url":"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/","og_site_name":"Windows VPS Blog","article_published_time":"2026-09-14T22:43:36+00:00","author":"windows-vps","twitter_card":"summary_large_image","twitter_misc":{"Written by":"windows-vps","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/","url":"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/","name":"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users - Windows VPS Blog","isPartOf":{"@id":"https:\/\/windows-vps.org\/blog\/#website"},"datePublished":"2026-09-14T22:43:36+00:00","author":{"@id":"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/44caceed916d0db318aa08d5623a7a58"},"breadcrumb":{"@id":"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/windows-vps.org\/blog\/rdp-session-host-vs-remoteapp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/windows-vps.org\/blog\/"},{"@type":"ListItem","position":2,"name":"RDS Session Host vs RemoteApp: Which Deployment Model Fits Your Users"}]},{"@type":"WebSite","@id":"https:\/\/windows-vps.org\/blog\/#website","url":"https:\/\/windows-vps.org\/blog\/","name":"Windows VPS Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/windows-vps.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/44caceed916d0db318aa08d5623a7a58","name":"windows-vps","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3f2573db5afcd1a6ab9abcc5d48fc8e42584bc87ab9d98cc156e5b2097766dd9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3f2573db5afcd1a6ab9abcc5d48fc8e42584bc87ab9d98cc156e5b2097766dd9?s=96&d=mm&r=g","caption":"windows-vps"},"sameAs":["https:\/\/windows-vps.org\/blog"],"url":"https:\/\/windows-vps.org\/blog\/author\/myxiechengxuan\/"}]}},"_links":{"self":[{"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/posts\/750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/comments?post=750"}],"version-history":[{"count":2,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/posts\/750\/revisions"}],"predecessor-version":[{"id":758,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/posts\/750\/revisions\/758"}],"wp:attachment":[{"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/media?parent=750"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/categories?post=750"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/tags?post=750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}