Decile technologies Asked: 2018-05-22 20:16:45 +0800 CST2018-05-22 20:16:45 +0800 CST 2018-05-22 20:16:45 +0800 CST How To Install VNC Server On Ubuntu 18.04 LTS [duplicate] 772 How To Install VNC Server On Ubuntu 18.04 LTS ... How to access Ubuntu 18.04 from Windows 10 using Remote Acess ... remote-access remote remote-desktop file-sharing 1 Answers Voted Red Science 2018-05-22T20:25:53+08:002018-05-22T20:25:53+08:00 Install tightvncserver. apt-get -y install tightvncserver Login with a user you'd like to set VNC. By the way, this example shows to use Xfce Desktop on VNC. set VNC password vncpasswd Password: Verify: start VNC server tightvncserver :1 New 'dlp:1 (ubuntu)' desktop is dlp:1 Creating default startup script /home/ubuntu/.vnc/xstartup Starting applications specified in /home/ubuntu/.vnc/xstartup Log file is /home/ubuntu/.vnc/dlp:1.log tightvncserver -kill :1 stop once Killing Xvnc4 process ID 2675 nano ~/.vnc/xstartup exec xfce4-session & xrdb $HOME/.Xresources xsetroot -solid grey autocutsel -fork export XKL_XMODMAP_DISABLE=1 /etc/X11/Xsession tightvncserver -geometry 1366x768 :1
Install tightvncserver.
Login with a user you'd like to set VNC. By the way, this example shows to use Xfce Desktop on VNC.
set VNC password
Password:
Verify:
start VNC server
New 'dlp:1 (ubuntu)' desktop is dlp:1
Creating default startup script /home/ubuntu/.vnc/xstartup
Starting applications specified in /home/ubuntu/.vnc/xstartup
Log file is /home/ubuntu/.vnc/dlp:1.log
stop once
Killing Xvnc4 process ID 2675
nano ~/.vnc/xstartup