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
6
votes
4 answers

Write an RDP client that dumps the pixels of the screen

I would like to implement a RDP client in C++ that is able to get the color value of all pixels of the screen and dump them to a file. I know this is conceptually different from how RDP works but I need it for my application. I am trying to make use…
Ivaylo Strandjev
  • 69,226
  • 18
  • 123
  • 176
5
votes
0 answers

How can I debug android native C library compiled externally with cmake

Essentially I need to debug native C code included in the FreeRDP Android project. I successfully compiled the project downloaded from Github using the indicated bash script. https://github.com/FreeRDP/FreeRDP/blob/master/docs/README.android I also…
3
votes
0 answers

Adding FreeRDP on a separate Swift project

I've run the control https://github.com/FreeRDP/FreeRDP successfully and everything works fine on the same project. I need to use it on new Swift project, I've been trying for couple of days with no luck. always getting plenty of errors. Also is it…
2
votes
2 answers

How can I compile wfreerdp.dll instead of wfreerdp.exe?

I just compiled freerdp 2.0 for a legacy project we had, and it produced an wfreerdp.exe file, but our legacy project uses wfreerdp.dll instead of the exe version Anyone knows what flags to give to cmake to make .dll instead? Not seeing a flag for…
Loop
  • 233
  • 1
  • 3
  • 13
2
votes
1 answer

Configure FreeRDP client on my Ubuntu server to access other desktops

How can I install FreeRDP on my Ubuntu server and configure it to access other desktops. So I want to access different desktops (I have access credentials) from my laptop (in browser) via FreeRDP configured on my Ubuntu server. Is it possible and…
Dmytro Zarezenko
  • 10,526
  • 11
  • 62
  • 104
2
votes
0 answers

Using ClipboardSetData function to set the contents of the clipboard of the remote machine

I've been tasked with sending text clipboard data to a WfreeRDP connected remote machine's clipboard from a web application and am having trouble knowing where to look. WFreeRDP has a TestClipboardFormats.c which kind of looks like what I need and…
Ancerus
  • 31
  • 2
2
votes
1 answer

Guacamole closing socket to guacd when I connect

I have installed Guacamole on Ubuntu 16.04 following these steps: https://www.vultr.com/docs/create-an-html-5-rdp-ssh-frontend-using-guacamole-on-ubuntu-16-04-lts I have used the latest version of Guacamole etc. When I access the Guacamole login…
Harry Boy
  • 4,159
  • 17
  • 71
  • 122
2
votes
0 answers

using FreeRDP disk redirection

I'm on an Ubuntu machine (client) RDP'ing into another Ubuntu machine (server). I'd like to access my client's home dir from within my server session. From what I can tell, this is done with "disk redirection". I've tried this (I've excluded all the…
tmert1012
  • 163
  • 2
  • 9
1
vote
1 answer

Unable to autoload freerdp-shadow-cli

Xrdp server on kali linux. Also there is installed freerdp2-shadow-x11 to start the shadow session. The shadow server is started with the freerdp-shadow-cli command in the terminal of a running xrdp session. And only so.Interactively on the command…
1
vote
0 answers

Enable connection bar in FreeRDP

Is there a way to enable the FreeRDP connection bar when in full screen mode? I am using FreeRDP version 1.1.1-hp16.3. I want to display the connection bar when the remote desktop is in full screen mode but I couldn't find any option to enable this…
LChuan
  • 333
  • 3
  • 10
1
vote
0 answers

Can't set screen resolution for Linux remote session

host: Windows 10 remote: archlinux In Windows: $ wfreerdp.exe /v:... /u:... /p:... /size:1920x1080 /floatbar /f (This is FreeRDP version 2.0.0-dev5 (00eabb2)) Remote session opens with (i think) size 1366x768. Scaled to 1920x1080 (my notebook native…
svak
  • 103
  • 4
1
vote
0 answers

Android FreeRDP SIGSEGV crash on samsung device

We have integrated FreeRDP in android application. Some of the devices like Samsung, We are getting SIGSEGV & SIGABRT crashes randomly. These are not reproducible issues and logs are not showing any specific method that causing the issue. I am…
1
vote
1 answer

VB.NET GetClientRect() returns nothing for child process in WinForm

Writing a WinForm project in VB.NET on VS 2017, and I am opening an instance of FreeRDP in SplitContainer2.Panel1. This works just fine, but I would like to scale the form to initially fit the FreeRDP window. In order to do this, I first need to…
Mako-Wish
  • 303
  • 2
  • 12
1
vote
0 answers

Make FreeRDP prompt user for username and password ?

I got a problem with my rdp connection. I try to connect to my external server with zenity & Xfreerdp. I make a prompt inspired by : https://unix.stackexchange.com/questions/119880/make-freerdp-prompt-user-for-username-and-password. Here is my…
1
vote
0 answers

Patator error because of freerdp

I am pentesting my host with ncrack trying to get my password When starting ncrack i have such error Need some help please 10:54:12 patator INFO - 132 587 1.390 | 217.20.172.45:user:admin | 177 | [10:54:11:604] [29975:29977]…
kot123123
  • 19
  • 2
1
2 3