NX nomachine Remote Desktop configuration

Source: Internet
Author: User

In fact it is the Linux next class VNC remote control software, but it is said that security is better than VNC, through the SSH protocol encryption for transmission. And transmission is the use of data compression technology, transmission faster.

1. Install RPM Package

Installation Order:

[Root@localhost usr]# RPM-IVH nxclient-3.4.0-7.i386.rpm--Client Installation
[root@localhost usr]# RPM-IVH nxnode-3.4.0-14.i386.rpm---support pack installation
[Root@localhost usr]# RPM-IVH nxserver-3.4.0-14.i386.rpm--server-side installation

2. Modify configuration file/etc/ssh/sshd_config--add

Authorizedkeysfile/usr/nx/home/nx/.ssh/authorized_keys2--meaning is the location where the certified key files are stored

3. Confirm that Nxserver is operating properly

[Root@localhost usr]#/usr/nx/bin/nxserver--status
If you get the information below, it's okay.
Nx> 900 connecting to server.
Nx> NX Server is running.
Nx> 999 Bye.
If it is wrong, it should be a problem with the configuration. To this nxserver installation is complete.
For example, the wrong said already have NX this account is deleted on the line

4. Modify the configuration file/usr/nx/etc/server.cfg, remove the annotation and modify it as follows:

Enableautokillsessions = "1"--means to allow automatic end of session
Enableunencryptedsession = "0"--means encrypted session connection

5. Restart SSH service:

[root@localhost usr]# Service sshd restart

6. View NX Service Status

[Root@localhost usr]#/usr/nx/bin/nxserver--status

If you see the following echo then the NX service successfully started ....
Nx> 900 connecting to server.
Nx> NX Server is running.

Nx> 999 Bye

7. Add account Number:

[Root@localhost usr]#/usr/nx/bin/nxserver--useradd your username--system//prompts to enter the password, this password can not be the same as normal system, he kept in NX PW db

8. Client Connection Server

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.