creating and configuring vnc sessions

14
Creating and Configuring VNC server sessions

Upload: ravi-kumar-lanke

Post on 15-Jan-2017

381 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Creating and configuring vnc sessions

Creating and Configuring VNC server sessions

Page 2: Creating and configuring vnc sessions

Creating a vnc server session:

Open a termianl and enter the command "vncserver"

Page 3: Creating and configuring vnc sessions

Give the password and click enter

Now session 1 was created .

Open the vnc viewer and test the vnc session

give ip address and session id and click ok

give password and click ok

Page 4: Creating and configuring vnc sessions
Page 5: Creating and configuring vnc sessions

Creating vnc server session by defining depth and geometry:

We can create a session by defining size of the vnc

Page 6: Creating and configuring vnc sessions
Page 7: Creating and configuring vnc sessions

Listing vnc server sessions:

vncserver -list

Page 8: Creating and configuring vnc sessions

Changing the vnc server session password

The command vncpasswd allows us to set the VNC password of a VNC session used to access remote

desktops. By default the password is saved in $HOME/.vnc/passwd file.

Page 9: Creating and configuring vnc sessions

Creating different password for each vncserver sessions created:

If we want to set different password for each vncserver created under the same user account, we have

to use -rfbauth option while creating vncserver.

We can create a different vnc password by vncpasswd command.

Page 10: Creating and configuring vnc sessions

When prompts for the password type it. Retype the password to verify it.

We can create a vncserver which uses this new password for authentication

Page 11: Creating and configuring vnc sessions
Page 12: Creating and configuring vnc sessions
Page 13: Creating and configuring vnc sessions
Page 14: Creating and configuring vnc sessions

Checking Status of vnc server :

Stopping Vnc server :

service vncserver stop

Starting Vnc server:

service vncserver start

Restarting Vnc server

service vncserver restart