I have installed desktop on my Ubuntu Server using apt-get install ubuntu-desktop. The server is hosted somewhere so I don't have its physical access and I connect it through VNC (using ssh tunnel).
But the VNC viewer shows just a black dotted screen (screenshot is attached).
Can you please help me in sorting this out? It would be difficult for me to reboot the machine since it is being used 24/7. vnc.png
Linux DistributionsLinux
Last Comment
taym78
8/22/2022 - Mon
TobiasHolm
Hi!
Found this:
"... It seems that vncserver is not able to export display :0 but it opens another one where a window manager has to be loaded all over again and we don't want that.. ;)
In that case, install the package called x11vnc - which exports the current display, not a new one.."
Regards, Tobias
systemsautomation
ASKER
Thanks
I installed x11vnc. Typed vncserver :1 at command line. Tried to connect through VNC Viewer but same result.
In fact I am not clear on "which exports the current display, not a new one.."
Fabio Marzocca
I usually get connected with my ubuntu vnc server by running this script from the client:
First of all, Ubuntu server by default doesn't have a GUI installed, and it doesn't need one, so why are you trying to use VNC on it? You should be able to manage everything directly through SSH in a terminal. If there are X based apps on the Server, just install X on your local PC (or if you are using a Windoze box start xming and login via SSH using putty), and you will be able to start those X Apps on your local PC without needing the complete GUI on the server.
I want to install virtual box on the server which is hosted somewhere. If I open vbox at my machine using ssh -X I have to keep the connection always open to keep vbox running. I will not be able to turn off my machine or otherwise the VMs running will also go down.
I would forget about VNC and run NX (by nomachine). It is a better option that is very secure and much faster (even over slower networks or the internet). You can download load it from their website. It's fairly simple for a basic setup. It can get a little more complex when you generate your own encryption keys to secure your sessions. Over a remote connection, like the internet, I've have never seen a program that is faster than NX. Their compression algorithms can't be matched.
Found this:
"... It seems that vncserver is not able to export display :0 but it opens another one where a window manager has to be loaded all over again and we don't want that.. ;)
In that case, install the package called x11vnc - which exports the current display, not a new one.."
Regards, Tobias