没有gui linux

时间:2015-12-04 14:47:58

标签: linux rdp

我可以在没有安装x-server的情况下发出rdesktop请求吗?

只需将Linux(Centos 6)服务器的RDP请求发送到Windows服务器?

当我跑步时:

rdesktop -uUSER -pPASS host:port

出现错误:

ERROR: Failed to open display:

解决安装xserver的问题,而freerdp可能对某人有帮助(centos 6):

yum groupinstall "X Window System"
startx
export DISPLAY=localhost:0
yum install freerdp
xfreerdp -u USER -p PASS --ignore-certificate HOST

1 个答案:

答案 0 :(得分:2)

是的,您有几种选择:

  • 使用通过帧缓冲区渲染的客户端,例如FreeRDP
  • 在桌面计算机上安装X-Server,对于Windows,您有XMing。要重定向X,您必须定义DISPLAY=<ip_x_server>