Can I make rdesktop request without installed x-server?
Just send RDP request from linux (Centos 6) server to windows server?
When I run:
rdesktop -uUSER -pPASS host:port
the error appears:
ERROR: Failed to open display:
Solve the problem with install xserver, and freerdp may be it helps someone (centos 6):
yum groupinstall "X Window System"
startx
export DISPLAY=localhost:0
yum install freerdp
xfreerdp -u USER -p PASS --ignore-certificate HOST
Yes, you have several options:
DISPLAY=<ip_x_server>If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With