How to log in to Linux with Xmanager software

Source: Internet
Author: User

If you want to log in to Linux with Xmanager software, you need additional settings, as for how to set up see this episode Xmanager use tutorial.

The configuration steps for connecting Linux with Xmanager are as follows:

1, go to # number

Under Linux system, modify the/etc/x11/xdm/xaccess file to find the following statement:

# * #any host can get a login window

Remove the first # number and become:

* #any host can get a login window

2. Modify True language

Modify the/etc/x11/gdm/gdm.conf file to locate the following statement:

[XDMCP] Enable=false

Change one of the enable=false to Enable=true or enable=1.

At the same time we want to make sure that the following statement exists: port=177

3. Modify the Inittab file

Modify the/etc/inittab file to the following statement

Id:3:initdefault

Change to the following (if it is, you don't have to) Id:5:initdefault

At the same time, find the following text where

X:5:respawn:/etc/x11/prefdm-nodaemon

Modify it to X:5:RESPAWN:/USR/BIN/GDM

4, Increase! No.

Modify the last line of/etc/x11/xdm/xdm-config, and add one in front of displaymanager.requestport:0! The results are as follows:

! displaymanager.requestport:0

5. Modifying properties

Make sure that the property of the/etc/x11/xdm/xservers property is 444,/etc/x11/xdm/xsetup_0 to 755.

6. Firewall modification

If the Linux machine is configured with a firewall, we must add the following rules to prevent the firewall from XDMCP data over port 177 (that is, the service):

Iptables-a input-p udp-s 0/0-D 0/0--dport 177-j ACCEPT

So far, our configuration XDm under Linux has been largely completed. After restarting the server, enter the IP address of the Linux server in Xbrowser's address field to log in.

Xmanager Tutorial: http://www.xshellcn.com/support.html

How to log in to Linux with Xmanager software

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.