Back to FSRdp
Windows, Linux x64 and Linux ARM64 (Raspberry Pi) – self-contained packages without separate runtime dependencies.
This page provides a brief installation overview. The detailed guide for your platform covers microphone permissions, server settings, remote control and troubleshooting:
Detailed Windows Guide Detailed Linux Guide
Windows 10, Windows 11 and Windows Server – a standard installer with automatic installation.
Version 1.2609.16.3 · EXE Installer
Download Setup_FSRdpClient.exe and save it in any folder.
Setup_FSRdpClient.exe
Double-click Setup_FSRdpClient.exe. The installer guides you through the installation steps.
After installation, you will find FSRdpClient in the Start menu or on your desktop. Launch the application directly.
Note: The client updates automatically. Windows may display a SmartScreen warning. Click “More info” and then “Run anyway” to continue.
Ubuntu/Xubuntu, Debian, Zorin OS, Kali Linux and related 64-bit distributions.
Version 1.2609.16.3 · ZIP Package
Raspberry Pi OS on Raspberry Pi 5 and other 64-bit ARM Linux systems.
Extract the downloaded ZIP file into a folder of your choice.
Change to the extracted directory FsRdpClient.
FsRdpClient
Make the client binary and both shell scripts executable using chmod +x .
chmod +x
./install.sh sets everything up; PolicyKit requests administrator confirmation if required.
./install.sh
sudo apt-get update sudo apt-get install -y unzip unzip FsRdpClient-linux-x64.zip -d FsRdpClient cd FsRdpClient chmod +x FsRdpClient install.sh apply-update.sh ./install.sh
Use the ARM64 archive on Raspberry Pi instead. The same four steps apply. Every download package also includes a detailed guide.
The Linux clients use separate update channels for x64 and ARM64. An update's version and SHA-256 checksum are verified before installation. Installation requires the usual local PolicyKit administrator confirmation; nothing is silently installed in the background.