Automatically start VNC server on startup
Posted
by Vasu
on Super User
See other posts from Super User
or by Vasu
Published on 2010-05-31T02:34:16Z
Indexed on
2010/05/31
2:43 UTC
Read the original article
Hit count: 349
I installed the Ubuntu desktop on a Ubuntu 9.10 VPS server and am able to connect to the server using TightVNC. However, the VNC server on this VPS can only be started by logging in through SSH and typing the following command:
vncserver :1 -geometry 800x600 -depth 16 -pixelformat rgb565
If I run this command on startup or as a schedule task, it won't start. What are my options?
Thanks
© Super User or respective owner