I want to set up a headless server and connect to it from a laptop (Windows). It is running Kubuntu 15.04 and I installed X11vnc by this description:
https://help.ubuntu.com/community/VN...28Vivid.2B-.29
After a reboot the service is enabled and active (I think?), but I can not connect from the laptop using UltraVNC.
Only when I run
in a terminal on the server via ssh I can connect to the server with UltraVNC.
I don´t want to issue this command everytime I want to the server. I want to be able to connect to server after a reboot without doing anything at the server.
Any ideas what goes wrong?
https://help.ubuntu.com/community/VN...28Vivid.2B-.29
After a reboot the service is enabled and active (I think?), but I can not connect from the laptop using UltraVNC.
Only when I run
Code:
x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/USERNAME/.vnc/passwd -rfbport 5900 -shared
in a terminal on the server via ssh I can connect to the server with UltraVNC.
I don´t want to issue this command everytime I want to the server. I want to be able to connect to server after a reboot without doing anything at the server.
Any ideas what goes wrong?
Comment