SUSE Linux VNC configuration

Source: Internet
Author: User

Use VNC for graphical interface Remote Desktop control under Linux.

1. Enable SuSE remote control

SuSE is installed by default VNC, open yast, Network Service, remote management (remotely administration), select "Allow Remote Management", in the following options for firewall settings, select "Open Firewall Port". Click Done.

2. Start the VNC service.

After SSH login, execute the vncserver command

Tip: You'll require a password to access your desktops.

Sets the password for remote access.

Password: (Enter password)

Verify: (re-enter)

Tip: Would you like to enter a view-only password (y/n)? N (whether to enter a password that can only be viewed, select No)

The following information is indicated:

Xauth:creating new Authority file/root/. Xauthority

New ' X ' Desktop is linux-eyh7:1 (desktop number 1)

Creating default startup Script/root/.vnc/xstartup

Starting applications specified In/root/.vnc/xstartup

Log file Is/root/.vnc/linux-eyh7:1.log

3. Configure the Xstartup startup script.

Edit/root/.vnc/xstartup script with VI

The contents are as follows:

#!/bin/sh

Xrdb $HOME/. Xresources

Xsetroot-solid Grey

Xterm-geometry 80x24 10-ls-title "$VNCDESKTOP Desktop" &

TWM &

Change the last line to

Startgnome

Display=:1 gnome-session

is to launch the Gnome graphical interface window.

After saving, restart VNC.

4. Download the Windows VNC client software.

Run the VNC viewer and enter the IP and desktop number of the server:

such as: 192.168.0.1:1

Then enter the VNC connection password to log in.

5, through the browser control:

If the console does not have a VNC viewer installed, it can be controlled via the browser. For example Access address: http://192.168.0.1:5801 (where the port number = Desktop Display number 5800, before we configured the desktop number is 1, so the port number is 5801), the login screen will appear. Requires a browser to open the Java applet.

This article is from the "fallenleaves" blog

    • This article from: Hobby Linux Technology Network

SUSE Linux VNC configuration

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.