Post

VNC viewer connection on Debian / Ubuntu (in this case to connect to a Dell server with iDRAC)

VNC viewer connection on Debian / Ubuntu (in this case to connect to a Dell server with iDRAC)

Install ssvncviewer:

1
sudo apt-get install ssvnc

Create a password file:

1
2
3
sudo apt-get install vnc4server  
vncpasswd  
sudo apt-get remove vnc4server

Launch the viewer toward a blade with iDRAC7:

With 85% screen size:

1
ssvncviewer -scale 0.85 10.6.26.241:5901 -passwd ~/.vnc/passwd

With 100% screen size:

1
ssvncviewer -scale 1.00 10.6.26.241:5901 -passwd ~/.vnc/passwd
This post is licensed under CC BY 4.0 by the author.