vncserver is working
My remote vncviewer connects as expected.

chkconfig --list show vncserver on for run levels 3 and 5.
I found a script on net with init.d script

#!/bin/bash
#
# chkconfig: - 91 35
# description: Starts and stops vncserver. \
# used to provide remote X administration services.
...
...

the problem i have, when I reboot the server, remote vnc doesnt connect.
As soon as I logon, vncviewer works.

Is it possible to get vncserver working after reboot, with no logon on server?

The logon screen would be showing.

regards
Phil.