在Ubuntu 20.04/18.04和Debian 10/9上安装Nomachine远程桌面工具
时间:2020-02-23 14:33:01 来源:igfitidea点击:
如何在Ubuntu 20.04/18.04/16.04和Debian 10/9 Linux机器上安装Nomachine远程桌面工具?
Nomachine是一个远程桌面管理工具,允许我们在本地网络上访问计算机。
这也可以是办公室,也可以安全地通过公共互联网访问家庭计算机。
Nomachine Remote Desktop Tool是一个有用的工具,用于授予计算机的同事访问,或者在另一个用户的桌面会话上处理该协作项目。
我们可以使用Nomachine访问Linux机器,Mac和Windows桌面。
在Ubuntu 20.04/18.04/16.04和Debian 10/9上安装Nomachine远程桌面工具
Nomachine Remote Desktop工具可用作Ubuntu和其他基于Debian的Linux发行版的.deb包。
访问下载页面以获取计算机的版本。
我将使用wget命令下载我的。
sudo apt update sudo apt -y install wget wget https://download.nomachine.com/download/6.9/Linux/nomachine_6.9.2_1_amd64.deb
下载文件后,请使用APT或者DPKG命令安装。
sudo apt install ./nomachine_6.9.2_1_amd64.deb
这是我安装的输出。
Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'nomachine' instead of './nomachine_6.9.2_1_amd64.deb' The following NEW packages will be installed: nomachine 0 upgraded, 1 newly installed, 0 to remove and 597 not upgraded. Need to get 0 B/46.8 MB of archives. After this operation, 192 MB of additional disk space will be used. Get:1 /root/Downloads/nomachine_6.9.2_1_amd64.deb nomachine amd64 6.9.2-1 [46.8 MB] Selecting previously unselected package nomachine. (Reading database ... 276093 files and directories currently installed.) Preparing to unpack .../nomachine_6.9.2_1_amd64.deb ... Unpacking nomachine (6.9.2-1) ... Setting up nomachine (6.9.2-1) ... NX> 700 Starting install at: Sun Jan 26 17:14:12 2017. NX> 700 Installing: nxclient version: 6.9.2. 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.9.2. 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.9.2. 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.9.2. 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: Sun Jan 26 17:14:31 2017. NX> 700 NoMachine was configured to run the following services: NX> 700 NX service on port: 4000
使用Nomachine远程桌面工具
使用桌面应用程序启动器启动Nomachine远程桌面管理工具。
第一个屏幕将向我们向我们展示向我们发送连接到Machine的远程用户的URL.nx://192.168.122.49ssh://192.168.122.49
如果要连接到不同的计算机,请创建新连接。
提供连接协议 - NX或者SSH
提供其他屏幕中的其他详细信息以完成设置。
创建连接后,单击它以启动连接。