咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
1.xrdp是在图形界面下使用的,首先要确定您的centos系统是否是图形化界面,不是最小化安装:具体如下:
yum -y groupinstall Desktop "X Window System" chinese-support
如果您还要安装中文的话执行:yum -y groupinstall "Chinese Support [zh]"。中文安装完后,记得编辑/etc/sysconfig/i18n,将默认语言切换为中文。
2.添加源:
1.)更新之前请备份:
cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo.bak
2.)6.X-32版本:
rpm -ivh http://www.landui.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm
6.X-64版本:
rpm -Uvh http://www.landui.com/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
您还可以更新163的源,因为让centos使用速度更快的yum源:
wget http://www.landui.com/.help/CentOS6-Base-163.repo
3.)生成缓存
#yum clean all #yum makecache
3.安装机使用xrdp
#yum -y install xrdp tigervnc-server 安装
#/etc/init.d/xrdp start 启用 #service xrdp start 启用
4.xrdp默认的端口也是3389,在iptables中添加端口列外即可,现在我们也可以在windows下远程linux了,windows下用mstsc命令即可: