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
Advertisement
Answer
Yes, you have several options: