Questions tagged [freerdp]

FreeRDP is a free, open source implementation of the RDP protocol in C++

FreeRDP is a free, open source implementation in c++ of the RDP protocol. It also features several different client implementations. It is one of the most popular open source implementations of the protocol.

The source code of the project can be found on github.

The generated documentation of the API can be found here.

37 questions
1
vote
0 answers

How to cross compile FreeRDP for ARM

In the wiki of FreeRDP on GitHub, I don't find any instrument to tell me how to cross compile FreeRDP for ARM. Is anyone who succeed in cross-compiling FreeRDP? I compile this in ubuntu 15 for desktop withing arm-linux-gnueabihf-gcc. and compile…
Steven You
  • 11
  • 2
1
vote
1 answer

Why am I getting SSL_read errors and Rpc_client_frag_read errors when trying to Remote Desktop

I'm trying to set up a remote desktop session for monitoring specific systems at my place of work. I only have access to a Linux machine and I need to connect via a terminal server gateway. I am using FreeRDP to do this and i am using the following…
Ozma64
  • 23
  • 1
  • 7
1
vote
2 answers

How to compile aFreeRDP on Linux

aFreeRDP is the Android client of the FreeRDP project. I'm using 64 bit Ubuntu 15.04 Vivid. My goal is to compile aFreeRDP. I'm at the finish line, but cannot cross it. I successfully installed the required packages, Android NDK, and then compiled…
Csaba Toth
  • 10,021
  • 5
  • 75
  • 121
1
vote
1 answer

FreeRDP USB Redirection Not Working on Hyper-V?

I have compiled FreeRDP from the tip of the Master branch on (and for), an ARM v7 processor, (see cmake command line below). It all seems to build correctly and the basic xfreerdp client works for a full remote desktop. I cannot however determine…
Rat
  • 81
  • 2
  • 11
0
votes
1 answer

Output of process in Java is different from normal command

I am trying to write code which runs xfreerdp. When I write like this: String usernameWithPrefix = "/u:\""+c.getUsername()+"\""; String passwordWithPrefix = "/p:\""+c.getPassword()+"\""; String targetIpAdressWithPrefix =…
0
votes
0 answers

How to get audio in & out to work on remote session using FreeRDP on HP ThinClient

I’m runnning into issues where I cannot get audio in or out to work on my Hyper-V Windows Desktops when connected from the ThinClient using FreeRDP.HP ThinClient T540ThinClient 7.2 SP 13.5FreeRDP version 2.10 These are ThinOS Ubuntu machines using…
tlbeck
  • 1
0
votes
1 answer

Remote Desktop - getting session information (id, session name, etc.) from client side

Let's consider the following scenario: take a Windows Server instance (2012 or newer), with multiple user accounts. Each of those accounts needs to run an individual instance of a target application, which requires an active GUI as well as…
ChrisZO
  • 23
  • 6
0
votes
1 answer

Python GUI - wm_attributes("-topmost", True) in tkinter do not work with xfreerdp /f

I'm writing a lightweight client for xfreerdp in python + tkinter. At the top of the screen, I've placed a menu with buttons that should appear on top of all programs. And it works as long as I don't use the /f switch for xfreerdp. As I understood…
volgraft
  • 1
  • 1
0
votes
1 answer

Xvfb-run as a subprocess in Django running xfreerdp fails

I have a ThreadPoolExecutor object(rdp_connector_global) in a Dockerized Django application's view method calling the below method(_rdp_connect) via submit as follows: rdp_connector_global.submit(_rdp_connect, login.ip_address, login.remote_port,…
whywhywhy
  • 278
  • 1
  • 5
  • 15
0
votes
0 answers

Installing FreeRDP on Mac OS without using Homebrew or full XCode

I'm trying to install FreeRDP on my Mac. I have the pre-requisites installed and I want to do it without using homebrew or XCode (I do have CMake installed). I've reviewed these instructions but I'm not sure what to do with them. I run this: cmake…
Wongchild
  • 33
  • 5
0
votes
1 answer

Teaking FreeRDP for a developper workstation accross seas?

I need to use FreeRDP to connect overseas to a windows desktop located in Canada (I live in Belgium). Now, I also need to connect through an OpenVPN connection first before using RDP. Issue I'm having is that I have a lag when moving around on the…
Pat
  • 449
  • 1
  • 4
  • 14
0
votes
1 answer

Can't switch back to Windows host from remote Linux session

host: Windows 10 remote: archlinux 1) wfreerdp --version This is FreeRDP version 2.0.0-dev5 (d96a61d8c) 2) wfreerdp.exe /v:... /u:... /p:... /floatbar /f Remote session works fine, but I can't switch to Windows host. 1) No float toolbar visible 2)…
svak
  • 103
  • 4
0
votes
0 answers

Building FreeRDP and make install error: field ‘des3_ctx’ has incomplete type

I was trying to install FreeRDP server using the link : https://github.com/FreeRDP/Remmina/wiki/Compile-on-Ubuntu-16.04 I hit to the below error during make and make install [ 25%] Building C object…
Harry
  • 3,072
  • 6
  • 43
  • 100
0
votes
1 answer

Register custom DVC plugin to FreeRDP client

I want to port a DVC (dynamic virtual channel) plugin from standard Microsoft RDP to FreeRDP for multiplatform use. But I have run into a brick wall regarding connecting the plugin into the FreeRDP client. While for Microsoft RDP on Windows you use…
0
votes
0 answers

How can I get data from dialog of window?

I am a newbie in Xlib world. In my project,I want to share my window to another via Remote desktop protocol, but they only saw content of window and didn't see anything if click on menu item of window. I used XGetImage to get data of specifies…
chu cuong
  • 13
  • 5