在windows10上通过NoMachine连接kali的远程桌面
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在windows10上通过NoMachine连接kali的远程桌面相关的知识,希望对你有一定的参考价值。
对于需要经常远程到X windows的网友来说,VNC与Xmanager经常被使用,而NoMachine也是不错的选择之一,该工具简单,易用,尤其是在低带宽、慢速率的网络环境下工作性能良好。本文描述了NoMachine的快速安装与使用。
1.NoMachine介绍
NoMachien能使用户从另一台计算机访问和控制远程的Windows,Linux PC或Mac电脑,实现工作或娱乐等操作。
NoMachien的NX主要分为两部分:NX Client和NX Server(软件安装的时候客户端和服务端是一起安装的)。
NX远程桌面技术,采用了新的远程协议,把x桌面的数据经过提取,仅传送一些参数,而且通过ssh来进行数据加密传送,因此相比VNC或直接XDMP具有很快的速度和较高的安全性能。
2.软件下载
window10上安装包下载地址:https://www.nomachine.com/download/download&id=8
linux(kali系统)上的安装包下载地址:https://www.nomachine.com/download/linux&id=1
3.在window10上安装nomachine_6.12.3_7.exe
安装中
安装完成
4.在kali系统上安装nomachine_6.12.3_7_amd64.deb
将安装包上传到服务器并执行以下命令:
sudo dpkg -i nomachine_6.12.3_7_amd64.deb
wang@kali:~$ sudo dpkg -i nomachine_6.12.3_7_amd64.deb
[sudo] wang 的密码:
正在选中未选择的软件包 nomachine。
(正在读取数据库 ... 系统当前共安装有 257761 个文件和目录。)
准备解压 nomachine_6.12.3_7_amd64.deb ...
正在解压 nomachine (6.12.3-7) ...
正在设置 nomachine (6.12.3-7) ...
NX> 700 Starting install at: 五 10月 23 09:38:19 2020.
NX> 700 Installing: nxclient version: 6.12.3.
NX> 700 Using installation profile: Debian.
NX> 700 Install log is: /usr/NX/var/log/nxinstall.log.
NX> 700 Compiling the USB module.
NX> 700 Installing: nxplayer version: 6.12.3.
NX> 700 Using installation profile: Debian.
NX> 700 Install log is: /usr/NX/var/log/nxinstall.log.
NX> 700 To connect the remote printer to the local desktop,
NX> 700 the user account must be a member of the CUPS System Group..
NX> 700 Player install completed with warnings.
NX> 700 Please review the install log for details.
NX> 700 Installing: nxnode version: 6.12.3.
NX> 700 Using installation profile: Debian.
NX> 700 Install log is: /usr/NX/var/log/nxinstall.log.
NX> 700 Creating configuration in: /usr/NX/etc/node.cfg.
NX> 700 Displaying file: /usr/NX/share/documents/node/cups-info
CUPS Printing Backend
The NoMachine Node setup procedure could not detect your
CUPS installation: either CUPS is not installed on your
system or it was installed in a non-standard path. CUPS is
needed in order to enable printing support in your NX
system.
Please note that you can enable printing support for your
NX system at any time; to do this make sure that you have
CUPS installed then run:
/usr/NX/scripts/setup/nxnode --printingsetup <pathname>
to specify the location of the CUPS root path.
NX> 700 Node install completed with warnings.
NX>
700 Please review the install log for details.
NX> 700 Installing: nxserver version: 6.12.3.
NX> 700 Using installation profile: Debian.
NX> 700 Install log is: /usr/NX/var/log/nxinstall.log.
NX> 700 Creating configuration in: /usr/NX/etc/server.cfg.
NX> 700 Install completed at: 五 10月 23 09:38:30 2020.
NX> 700 NoMachine was configured to run the following services:
NX> 700 NX service on port: 4000
wang@kali:~$
此时在kali系统上已经安装完成,并服务是自动启动的。
5.在windows10上通过NoMachine连接kali的远程桌面
在windows10打开NoMachine
点击new创建新连接
点击ok就可以成功连接到kali
至此NoMachine安装完成。
以上是关于在windows10上通过NoMachine连接kali的远程桌面的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu16.04 用Nomachine进行远程控制的配置
ubuntu20.04采用nomachine连接时,需要连接显示器才可以操作