----------------实际操作-------------------------------
For GDM: Gnome桌面

***********1**************
/etc/gdm/custom.conf
[xdmcp]
Enable=1 
***********2**************

/etc/gdm/custom.conf
[security]
DisallowTCP=false
************3*************

/usr/share/gdm/defaults.conf(该文件为readonly 用vim或更改为readwrite)
[security] 
# Allow root to login. It makes sense to turn this off for kiosk use, when 
# you want to minimize the possibility of break in. 
AllowRoot=true 
# Allow login as root via XDMCP. This value will be overridden and set to 
# false if the /etc/default/login file exists and contains 
# "CONSOLE=/dev/login", and set to true if the /etc/default/login file exists 
# and contains any other value or no value for CONSOLE. 
AllowRemoteRoot=true 
# This will allow remote timed login. 
AllowRemoteAutoLogin=false 
# 0 is the most restrictive, 1 allow

----------------End-------------------------------

【Linux】配置linux主机使得可以使用Xmanager的xbrowser登陆图形界面 .

Xmanager服务器端的配置方法

1. XDM Configuration

1. Change runlevel to 5

Open/etc/inittab and set the initial runlevel to 5 as following:
id:5:initdefault:
 
2. Enable XDMCP 
 
   For GDM: Gnome桌面
 
 Open Open /etc/gdm/custom.conf and set the Enable entry to 1 in the [xdmcp] section as following.
[xdmcp]
Enable=1 
 Open Open /etc/gdm/custom.conf and set the DisallowTCP entry to false in the [security] section as following.
[security]
DisallowTCP=false
 
   For KDM:KDE桌面
 
 Open /etc/X11/xdm/xdm-config comment out the "requestPort" option as following:
DisplayManager.requestPort: 0 ==>
!DisplayManager.requestPort: 0
Open /etc/X11/xdm/Xaccess and remove the initial "#" character for the following line:
#* #any host can get a login window ==>
* #any host can get a login window
Open /etc/kde/kdm/kdmrc and set the Enable entry to true in the [xdmcp] section as following.
[xdmcp]
Enable=true

2. Firewall (TCP/UDP Ports) Configuration

Open UDP port 177 from the PC to the remote host direction.
Open incoming TCP ports 6000~6010 from the remote host to your PC.

3. Reboot the remote host and start Xmanager

# init 3; init 5

--------------------------------------------------------------

如果允许Root用户连接到XMANAGER 需要修改以下内容:
# vim /usr/share/gdm/defaults.conf

[security] 
# Allow root to login. It makes sense to turn this off for kiosk use, when 
# you want to minimize the possibility of break in. 
AllowRoot=true 
# Allow login as root via XDMCP. This value will be overridden and set to 
# false if the /etc/default/login file exists and contains 
# "CONSOLE=/dev/login", and set to true if the /etc/default/login file exists 
# and contains any other value or no value for CONSOLE. 
AllowRemoteRoot=true 
# This will allow remote timed login. 
AllowRemoteAutoLogin=false 
# 0 is the most restrictive, 1 allow

4. Xbrower

右键,new,xmanager session,(XDM query),填入IP地址,确定即可!

Xmanager的xbrowser登陆图形界面相关推荐

  1. $HOME/$user/.权限导致用户无法登陆图形界面

    在redhat linux下,用户登陆图形界面时将在$HOME/$user/.目中添加隐藏文件(以.开头的文件),如果在无意中将$HOME/$user/.的写权限去除,将会导致用户无法成功登陆gnom ...

  2. XManager 远程访问 Ubuntu16.04 图形界面

    参考: Xmanager手册:Technical Support Ubuntu 16.04配置:Ubuntu 12.10 ~ 17.10 XDMCP Configuration 简介 Xmanager ...

  3. xmanager调出图形安装oracle,Xmanager快速连接Linux图形界面教程

    本文特指快速连接没有安装过图形界面的 linux 系统.本人使用的测试环境为 CentOS 6.8,在没有安装过任何图形界面的前提下进行的. 最近在 linux 系统上安装 oracle ,且使用的是 ...

  4. Xmanager快速连接Linux图形界面教程

    本文特指快速连接没有安装过图形界面的 linux 系统.本人使用的测试环境为 CentOS 6.8,在没有安装过任何图形界面的前提下进行的. 最近在 linux 系统上安装 oracle ,且使用的是 ...

  5. 用Xmanager远程登录AIX图形界面

    近些天一直痛苦啊,要发布Web Service,可是在AIX这么个命令行环境下怎么可能会有图形化的IDE环境来用呢.于是想干脆回windows下把程序再写一遍,发布Web Service的工具就遍地都 ...

  6. fedora 非root账户无法登陆图形界面

    昨天开始,莫名其妙Fedora 29登不进去,每次都返回登陆界面,但我用root账户却可以登陆,先试着按ctrl+alt+F2进入文字终端,运行 echo  "exec gnome-sess ...

  7. Xmanager 5 远程连接linux图形界面

    准备环境: Windows客户端安装 Xmanager 软件我用的Xmanager Enterprise 5 Linux系统环境 [root@localhost ~]# cat /etc/issue ...

  8. CentOS 7的安装配置图形界面

    访问其官网,https://www.centos.org/,点击Get CentOS Now,点击alternative downloads,点击CentOS 7列表中的x86_64,点击http:/ ...

  9. 用xmanager登陆Linux图形界面

    用xmanager登陆Linux图形界面 实验环境 虚拟机:centos6.5-x64.安装带桌面启动(gnome桌面) 客户端:win7x64位 使用软件:Xmanage5.0 设置步骤: LINU ...

  10. xshell调出oracle安装界面,XShell+Xmanager实现在XShell中显示远程服务器的图形界面

    你可以使用Xmanager软件,远程安装Oracle软件,Linux操作系统使用字符安装并不影响这种方式的使用.这个方案也可以大大优化你的Linux系统的性能,进而提高你的数据库性能. 启动你的的Xm ...

最新文章

  1. TVM Reduction降低算力
  2. pku1182(食物链) hdu3047 Zjnu Stadium
  3. window下远程监控linux下tomcat的jvm
  4. CVPR 2021 图像生成最新进展,论文分享会回放
  5. docker api java_docker-java Docker的java API
  6. 4.剑指Offer --- 解决面试题的思路
  7. gnuradio上怎么使用python文件_使用Python下载文件的简单示例
  8. Hibernate 验证版本不兼容问题
  9. html实现点击图片放大功能
  10. 一文了解中央银行数字货币CBDC的总体框架
  11. 微信中禁止网页下拉出现网页由XXX提供
  12. mysql where 条件取反_MySQL搜索: WHERE 多条件
  13. Android Native 代码 Release 编译 - 隐藏符号表
  14. solr和elasticsearch小结
  15. 线性表:链表的基本操作
  16. 电子产品长时间不充电导致无法开机、故障、充不满电等问题(如kindle:电池+叹号)
  17. Nginx 訪问日志增长暴增出现尖刀的具体分析
  18. echarts-锥型柱状图
  19. 个人博客作业三:英语学习APP的案例分析
  20. 腾讯广点通广告投放-转化归因API回传接口对接踩坑指南

热门文章

  1. 【ONNX】使用 C++ 调用 ONNX 格式的 PyTorch 深度学习模型进行预测(Windows, C++, PyTorch, ONNX, Visual Studio, OpenCV)
  2. 配对交易之统计套利配对:介绍
  3. 云计算教程入门视频课件:云计算中心怎么选址?
  4. tween.js--使用/教程/实例
  5. 计算机无法访问 与管理员联系,解决windows无法访问 你没有权限访问,请与网络管理员联系-win7管理员取得所有权...
  6. 高校云平台V3.1版总结
  7. 【CSU-PIPIOJ】1254 PIPI上学路
  8. 数据分析学习总结笔记01:情感分析
  9. Linux相关命令(三)
  10. Nginx反向代理(解决纯前端项目部署到服务器上无法访问接口数据)