5
Overview of Unix Activity Guide 13 [Edition 1] [Last Update 130815] For any issues/help contact : [email protected] If there is any issue at setup or connection contact [email protected]

Configuring vnc server in linux

Embed Size (px)

Citation preview

Page 1: Configuring vnc server  in linux

Overview of Unix Activity Guide 13

[Edition 1][Last Update 130815]

For any issues/help contact : [email protected]

If there is any issue at setup or connection contact [email protected]

Page 2: Configuring vnc server  in linux

Configuring VNC ServerStep1: Install the VNC Server

Step2: Edit the "/etc/sysconfig/vncservers" file to configure the required displays. The following entries enable VNC for display numbers ":2" and ":3". Notice multiple "display:user" pairs

are defined on a single line, but the arguments for each display are defined separately.

If there is any issue at setup or connection contact [email protected]

Page 3: Configuring vnc server  in linux

Set the VNC password for any users defined in the "/etc/sysconfig/vncservers" file.

Enable the "vncserver" service for autostart and start the service.

If there is any issue at setup or connection contact [email protected]

Page 4: Configuring vnc server  in linux

Use the following commands to stop the service and disable autostart.

# service vncserver stop# chkconfig vncserver off

install vnc viewer on Windows (client-pc) and connect

If there is any issue at setup or connection contact [email protected]

Page 5: Configuring vnc server  in linux

=============End of the Activity 13 Guide========

If there is any issue at setup or connection contact [email protected]