Loading [MathJax]/jax/output/CommonHTML/config.js
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >MobaXterm以图形界面GUI形式登录打开远程linux ubuntu服务器桌面; How can I display a full remote desktop from a Unix/Linu

MobaXterm以图形界面GUI形式登录打开远程linux ubuntu服务器桌面; How can I display a full remote desktop from a Unix/Linu

作者头像
西湖醋鱼
发布于 2021-01-14 02:48:05
发布于 2021-01-14 02:48:05
9.2K0
举报

How can I display a full remote desktop from a Unix/Linux server in MobaXterm (Gnome, KDE, FVWM, Openbox, Fluxbox, IceWM, XFCE, Blackbox, DWM, Enlightenment, LXDE, ...)?

You can use 2 different solutions: - Configure your Linux/Unix distribution for enabling XDMCP remote access. You will find the appropriate procedure in your distribution documentation or by searching for "<My_Distribution_name> activate XDMCP" on any search engine. You will then be able to display the full remote desktop by starting a new "XDMCP" session in MobaXterm - Go to MobaXterm "Settings" window --> "X11" tab --> select "Windowed mode" setting in the combo box and apply. This will run a windowed X11 server at MobaXterm startup instead of the default "transparent" X11 server. Connect to your remote server using "ssh -Y MY_REMOTE_SERVER" and then, run "gnome-session" or whatever window manager you want. If you want to use the standard "multiwindow" (transparent) X11 server and occasionally start your full remote desktop in a windowed X11 server, you can go to MobaXterm "Settings" window --> "X11" tab --> select "Multiwindow mode" setting in the combo box and apply, then start a new SSH session and choose the appropriate desktop in the "Remote environment" field.

xdmcp:

https://wiki.ubuntu.com/xdmcp

on ubuntu 18.06+:

First of install the openssh-server

  • sudo apt-get install openssh-server

Edit /etc/ssh/ssh_config to have the following settings

  • ForwardAgent yes
  • ForwardX11 yes
  • ForwardX11Trusted yes

Edit /etc/ssh/sshd_config to have the following setting

  • X11Forwarding yes

# set xdmcp on gdm3

vim /etc/gdm3/custom.conf

reboot

# set mobaxterm 

# remote gnome desktop

apt install gnome-tweaks

Custom settings

For more, please follow cnblogs.com/xuyaowen;

References:

Forward Linux X11 Session to Windows

MobaXterm documentation

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2021-01-12 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
暂无评论
推荐阅读
编辑精选文章
换一批
腾讯云服务器安装ubuntu图形界面
在Do you want to Continue?【Y/n】处,我们选择Y,并按回车继续
用户1359560
2020/12/31
30.6K15
Ubuntu 显示远程 Ubuntu 服务器 GUI
如果不方便在 SSH 命令中加入 -X 参数,可以在远程连接配置中加入 ForwardX11 yes
为为为什么
2023/12/11
7380
腾讯云轻量应用服务器通过VNC搭建Ubuntu图形界面
注意 如果您自定义的密码位数大于8位,系统默认只截取前8位作为您的VNC登录密码。 命令行回显如下图所示的信息时,表示VNC启动成功。 主机名:1表示已启动的VNC的端口号,在后续步骤中,需要在VNC远程连接工具中使用Ubuntu服务器公网IP:1远程连接Ubuntu图形界面。
青阳
2021/07/16
14.5K4
腾讯云轻量应用服务器通过VNC搭建Ubuntu图形界面
Ubuntu-20.04-LTS(桌面与服务器)版基础配置
Ubuntu 20.04 是 Ubuntu 的第 8 个 LTS 版本代号为"Focal Fossa"; 下载地址: http://releases.ubuntu.com/20.04/ 下载镜像时可以选择以下两种镜像:
全栈工程师修炼指南
2022/09/29
7.3K0
Ubuntu-20.04-LTS(桌面与服务器)版基础配置
写给工程师的 Ubuntu 20.04 最佳配置指南
最近 Ubuntu 发布了 20.04 LTS 版本,我也在第一时间安装体验。由于各种 Linux 发行版本并不像 MacOS、Windows 一样开箱即用,因此需要做很多配置。每次配置都需要查阅各种资料,虽然网络上有很多配置文章,但基本上都会存在一些问题:
张磊BARON
2020/05/22
8.4K0
Xrdp服务安装配置实现Linux远程桌面访问
Tips: 安装完成后即可使用Windows远程桌面工具登录Ubuntu, 非常注意并不需要在家目录中创建.xsession的文件并输入xfce4-session等命令信息(坑);
全栈工程师修炼指南
2022/09/29
11.3K0
Xrdp服务安装配置实现Linux远程桌面访问
【Linux】《how linux work》第十四章 Linux 桌面简介
This chapter is a quick introduction to the components found in a typical Linux desktop system. Of all of the different kinds of software that you can find on Linux systems, the desktop arena is one of the wildest and most colorful because there are so many environments and applications to choose from, and most distributions make it relatively easy for you to try them out.
阿东
2024/04/28
6110
【Linux】《how linux work》第十四章 Linux 桌面简介
诡秘的sshd免密连接
gitlab上配置了ssh rsa 公钥,但在做连接测试时,发现一直提示你输入密码
天地一小儒
2022/12/28
3.2K0
诡秘的sshd免密连接
第十七章 : 网络系统
When it comes to networking, there is probably nothing that cannot be donewith Linux. Linux is used to build all sorts of networking systems and appliances,including firewalls, routers, name servers, NAS (Network Attached Storage) boxes and on and on.
砖业洋__
2023/05/06
2530
SSH远程连接服务安装与介绍
SSH( Secure Shell ,安全外壳协议 )命令是openssh套件中的客户端连接工具,采用了非对称加密算法aymmetric encryption algorithm实现安全的远程登录服务器;
全栈工程师修炼指南
2022/09/28
2.7K0
SSH远程连接服务安装与介绍
Chapter 10. Network Applications and Services(网络应用和服务)
This chapter explores basic network applications—the clients and servers running in user space that reside at the application layer. Because this layer is at the top of the stack, close to end users, you may find this material more accessible than the material in Chapter 9. Indeed, you interact with network client applications such as web browsers and email readers every day.
阿东
2024/04/28
2390
Chapter 10. Network Applications and Services(网络应用和服务)
使用 Cobbler 批量自动化部署 CentOS / Ubuntu
本文主要讲解通过 CentOS 7.6 Minimal + Cobbler 自动化安装 CentOS / Ubuntu 。
iMike
2019/07/30
3.5K0
awesome-linux-software-cn
Awesome-Linux-Software 是由 LewisVo 发起并维护的 Linux 软件资源列表。该列表收集了许多在 Linux 平台下非常棒的软件、实用工具以及其它相关资料,方便 Linux 爱好者查阅。 另外一个中文版本请参见 这里 应用程序 音频 Airtime - Airtime 是开源广播软件,它用于时间安排和远程站点管理。Open-Source Software Ardour -在 Linux 上录音、编辑和混音。 Audacious - 一款开源音频播放器,可以随心所欲地播放你的音乐
guanguans
2018/05/09
6.8K0
Archlinux最新安装教程
Arch Linux(或 Arch /ˈɑːrtʃ/))是一款基于 x86-64 架构的 Linux发行版 。系统主要由自由和开源软件组成,支持社区参与。系统设计以 KISS原则(保持简单和愚蠢)为总体指导原则,注重代码正确、优雅和极简主义,期待用户愿意去理解系统的运作。Arch Linux 采用pacman作为默认的软件包管理器。
小陈运维
2021/10/13
2.4K0
Linux与Windows服务器操作系统安全防御实践指南
最近单位在做等保测评,由本人从事安全运维方面的工作(PS:曾经做过等保等方面的安全服务),所以自然而然的与信安的测评人员一起对接相关业务系统的检查,在做主机系统测评检查时发现了系统中某些配置不符合等保要求,需要对不满足要求的主机做进一步整改,好在我们众多的系统基本都是运行在虚拟机上搭建的kubernetes集群中,这样一来就可以尽可能减少加固系统给应用带来的影响,我们可以一台一台加固更新。
全栈工程师修炼指南
2022/09/29
5K0
Linux与Windows服务器操作系统安全防御实践指南
socket默认端口号(socket和端口的关系)
from: http://www.iana.org/assignments/port-numbers
全栈程序员站长
2022/08/01
9.5K0
相关推荐
腾讯云服务器安装ubuntu图形界面
更多 >
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档