News report

FreeRDP 3.32 Adds Entra Login and Linux RemoteApp Support

FreeRDP 3.32 adds Microsoft Entra integration for Linux clients, beta RemoteApp support on X11 and Wayland, broader hardware video acceleration and extensive security hardening.

On this page
  1. FreeRDP 3.32 expands Linux access to modern Windows environments
  2. The proxy certificate-policy change deserves attention before upgrading
  3. Hardware-accelerated video support is broader, but still experimental
  4. Why this release matters for mixed Linux and Windows fleets

FreeRDP 3.32 expands Linux access to modern Windows environments

FreeRDP 3.32.0 was released on September 23, 2026 with a unusually broad set of client, proxy and security changes. For Linux desktop users, the most consequential additions are Microsoft Entra integration for the SDL and xfreerdp clients when the required helper binaries are installed, plus basic beta RAIL support in the SDL client on both X11 and Wayland.

RAIL is the Remote Desktop Protocol mechanism behind RemoteApp-style sessions, where individual remote Windows applications can appear alongside local applications instead of presenting an entire remote desktop. FreeRDP already had RAIL-related functionality in xfreerdp; the new release extends basic support to its SDL client while explicitly describing that implementation as beta and noting that platform integration remains incomplete on some systems.

Selected user-visible changes in FreeRDP 3.32.0
AreaWhat changedPractical boundary
Linux authenticationEntra/Azure integration for SDL and xfreerdpRequires helper binaries
RemoteApp / RAILBasic SDL client support on X11 and WaylandExplicitly beta; some native integration is still missing
Video accelerationGeneric FFmpeg hardware encode/decode path replaces the old VA-API-only implementationStill experimental and driver-dependent
USB redirectionInterface indexes are mapped correctly to interface numbersIntended to improve compatibility with more devices
Camera redirectionCamera streams stop when the remote side no longer requests framesAddresses cases where the camera remained active after the remote app closed
Proxy certificate policyDefault changes from accept-unless-denied to deny-unless-acceptedExisting proxy configurations may require an update

The proxy certificate-policy change deserves attention before upgrading

One release-note item is more operationally important than its size suggests. FreeRDP says its proxy target-certificate policy now defaults to deny unless explicitly accepted, replacing the previous accept-unless-denied behavior. The project specifically warns administrators to update proxy configuration files when they depend on the old default.

That is a security-oriented default change, but it can also turn an otherwise routine package upgrade into a connectivity problem for a proxy deployment whose configuration implicitly relied on the former behavior. Administrators should therefore review the target certificate policy before rolling 3.32.0 across production FreeRDP proxies rather than treating the release as a transparent client-only update.

Hardware-accelerated video support is broader, but still experimental

FreeRDP 3.32 also changes its FFmpeg integration from a VA-API-specific acceleration path to generic hardware-accelerated encoding and decoding. In principle that gives FreeRDP a cleaner route to acceleration across more FFmpeg-supported hardware backends instead of tying the implementation to VA-API alone.

The project still labels this path experimental and warns that driver issues are common. That makes the change infrastructure for broader acceleration rather than evidence that every GPU or Linux graphics stack will immediately deliver lower RDP latency or CPU usage. Those outcomes depend on the codec, FFmpeg build, driver and hardware path actually selected on a given machine.

Why this release matters for mixed Linux and Windows fleets

FreeRDP sits at an important interoperability boundary: Linux workstations and thin clients often need to reach Windows desktops, RemoteApps, gateways and enterprise identity systems without running Microsoft’s Windows client. Entra integration and improved RAIL support move two pieces of that workflow closer to first-class Linux behavior, while the proxy-policy change and security work matter to administrators operating FreeRDP as infrastructure rather than only as a desktop client.

For ordinary users, the safest upgrade path remains the package supplied by their Linux distribution or application vendor. Distribution maintainers may package FreeRDP features differently, and helper binaries needed for Entra integration are not guaranteed to appear merely because the underlying FreeRDP library has been updated.

Sources

Primary and technical sources

These sources support the reporting and analysis above. Current stories are updated when later evidence materially changes the facts.

  1. 01 FreeRDP

    FreeRDP 3.32.0 release notes
  2. 02 FreeRDP

    FreeRDP project and documentation links