Install VNC server on Backtrack

I need Backtrack remote desktop for my work. So i choose VNC.
On backtrack, install VNC server:
apt-get install vnc4server
vncserver
set your password.

Edit file: /root/.vnc/xstartup

#!/bin/sh

# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc

#[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup

#[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources

#xsetroot -solid grey

#vncconfig -iconic &

#x-terminal-emulator -geometry 80×24+10+10 -ls -title “$VNCDESKTOP Desktop” &

#x-window-manager &

xrdb $HOME/.Xresources
xsetroot -solid grey
x-terminal-emulator -geometry 80×24+10+10 -ls -title “$VNCDESKTOP Desktop” &
gnome-session &

On client, use VNC viewer connect to server: [IP]:[Port], port start at 5901.
Ex: 192.168.1.1:5901
Connect and use it

------------------------------------------------------------
Thanks for reading
--------------------------------------------------------------------------
Security Research
All my Lab:
Linux Lab -- Window and Networking Lab
to be continued - I will update more.

Nam Habach