Questions tagged [freerdp]
The freerdp tag has no summary.
33 questions
1
vote
2
answers
9k
views
Linux RDP client: Connect to machine with self-signed certificate
I can remote into a Windows machine using Windows' default RDP client, but I would like to do it from Linux.
The clients I have tried so far complain about a self-signed certificate, although Windows ...
0
votes
1
answer
882
views
How to launch 3+ instances of freerdp for 3 windows VMs from single centos
I have 3 or more windows machines, those I can connect from centos individually using below command
xfreerdp /u:username /p:password /v:hostname
but what I want is to connect them in parallel, using ...
1
vote
0
answers
985
views
How to extend two monitors in a freerdp session?
I would like to extend my two monitors in a FreeRDP session. I want something like this. In Windows, we normally go to the displays settings and there we choose to extend the monitors, but I don't ...
1
vote
1
answer
3k
views
freerdp session unknown
I'm trying to use xfreerdp to connect to our Windows 7 VM from a Debian 10 box and I keep getting the error session[UNKNOWN]. I've tried the xfreerdp 2.0 and 2.2 from backports and even the 3.0 ...
15
votes
4
answers
5k
views
Is there a remote desktop solution for GNU/Linux as performant as RDP for Microsoft Windows? [closed]
Currently I have a very powerful dedicated server I run Windows 10 on and RDP into from other Windows "thin clients".
This works very well and you can barely feel that you're RDPing. ...
0
votes
1
answer
388
views
FreeRDP takes too long to fail
I am configuring a jump box which (amongst other clients) will connect to targets using xfreerdp.
Going down the happy path (target RDP server is switched on, correct credentials supplied) it works ...
0
votes
1
answer
1k
views
Remmina works once - after which it needs to be restarted part 2
Yes. This was originally intended to be a comment on this post but I don't have permission to comment.
Probably better off as it's own question anyway.
I'm experiencing the same issue, in the same ...
1
vote
0
answers
249
views
Freerdp issues while connecting to a terminal server
Firstly i am sorry if i sound insane since i am very new here following is my question:
I am having an HPthin client(with Freerdp to version 1.1.1-hp14.6 and Ubuntu 12.04) with which I try to ...
5
votes
0
answers
11k
views
FreeRDP - launch an application with command line argument
I want to launch a Windows application via FreeRDP with command line arguments.
I tried:
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:\windows\system32\notepad.exe' -app-cmd 'c:\test\...
4
votes
0
answers
3k
views
RDP to i3wm-session from a windows machine
At my university, I have a Linux workstation, on which all my simulations and other scientific applications/calcs are run. When I am physically present in the office, I use the i3 window manager, ...
1
vote
1
answer
2k
views
Nginx for reversing proxy on guacamole but RDP not working on External LAN with proxy
I use Nginx on Ubuntu 16.04 for using Guacamole as RDP clientless.
This is working perfectly on my computer which is in an external LAN. But not working in another external LAN which have proxy (work ...
1
vote
0
answers
588
views
How can I start xfreerdp on localhost?
I've installed Kali sana on my Android tablet -lenovo a5500-hv- using Linux deploy and I use either vnc or xrdp to connect it to my Android and have ability to use GUI.
But they don't support audio ...
5
votes
1
answer
3k
views
How can I achieve the effect of MS remote desktop on Linux?
On Windows machines, if one machine A runs the remote desktop service, and another machine B (which in fact doesn't have to be Windows) runs a remote desktop client - then the user on B can 'steal' ...
1
vote
2
answers
20k
views
FreeRDP Security Negotiation Failure
When I Try to connect from Ubuntu with FreeRDP to Windows 2008 R2 with NLA:
[14:29:31:523] [1146:-1236755648] [ERROR][com.freerdp.core] - connect
[14:29:31:523] [1146:-1236755648] [ERROR][com.freerdp....
1
vote
0
answers
2k
views
Cannot rename directories on samba share
I mounted a samba share on my machine by making an entry in fstab as :
//<IP of smb server>/<share name> /media/smb_share cifs user=<uname>,pass=<pass>,uid=<my uid>,gid=...