Xrdp: An open source RDP server
11–20 of 80 posts
Re: Xrdp: An open source RDP server
#12Re: Xrdp: An open source RDP server
#13Even having working it was much slower than on windows stack within same datacenter.
I've recently heard good words about x2go. I didn't know about it earlier. Maybe it could save someone brain cells :)
For myself I decided do not use the RDP protocol on linux clients' machines.
Re: Xrdp: An open source RDP server
#14Can someone explain to me how Xrdp is so much simpler to use than VNC? I setup a new CentOS workstation the other day and ended up trying to follow long tutorials with config files and services. I gave up, installed the Xrdp package and seconds later I had a remote session going.
On the server:
x11vnc -display :0 -noxdamage -shared -repeat -forever
On the client: ssh -T server 'nc 127.0.0.1 5900'
vncviewer 127.0.0.1:5900Re: Xrdp: An open source RDP server
#15Can someone explain to me how Xrdp is so much simpler to use than VNC? I setup a new CentOS workstation the other day and ended up trying to follow long tutorials with config files and services. I gave up, installed the Xrdp package and seconds later I had a remote session going.
Re: Xrdp: An open source RDP server
#16Tried to use xrdp on couple clients' machines and gave up at the end after 2 months (Ubuntu was used as host and client). Always had problems starting with keyboard layouts, xdisplays, remmina client, and ending with black screens ( https://github.com/neutrinolabs/xrdp/issues/1358 ). Also, it requires a very good connection, if you have sometimes a long ping - your clients would be randomly frozen. The solution only…
Re: Xrdp: An open source RDP server
#17Re: Xrdp: An open source RDP server
#18The student computers at my lab run Windows and do not allow user's to install software or run foreign executables. They have great monitors though. I use an RDP instance to access my VNC linux boxes remotely.
Windows 7 and Windows 10 come with a built-in RDP client.
Also, VNC is pretty insecure. So I only listen on localhost, then connect via RDP for authentication.
Re: Xrdp: An open source RDP server
#19Tried to use xrdp on couple clients' machines and gave up at the end after 2 months (Ubuntu was used as host and client). Always had problems starting with keyboard layouts, xdisplays, remmina client, and ending with black screens ( https://github.com/neutrinolabs/xrdp/issues/1358 ). Also, it requires a very good connection, if you have sometimes a long ping - your clients would be randomly frozen. The solution only…
Maybe Spice is the answer. It works good on VMs.
Although, I leave a connected tty backgrounded with Spice -- the audio works seamlessly. Small bits of lag, but I use it for spotify in the background.