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