How to Install and Configure VNC Server on Ubuntu?

Discussion in 'Server Operation' started by Hostechsupport, Jun 6, 2019.

  1. How to Install and Configure VNC Server on Ubuntu? Can anyone suggest?
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Use Internet Search Engines with
    Code:
    VNC Server on Ubuntu
     
    Hostechsupport likes this.
  3. Hello @Hostechsupport
    Follow these steps to install and configure VNC Server on Ubuntu :
    (1) Install VNC server on Ubuntu 18.04 by running the commands below in your terminal.
    sudo apt update
    sudo apt -y install vnc4server

    (2) You have a Desktop Environment installed on your Ubuntu.
    sudo apt install xfce4 xfce4-goodies
    note :- You can choose to use other desktop environment.

    (3) Configure VNC Server :-
    - Set your vnc server password, run the command in terminal vncpasswd

    (4) Start VNC Server :-
    - Run command in terminal vncserver :1

    (5) Kill VNC Server :-
    - Run command in terminal vncserver -kill :1

    I hope above solution will be useful for you.
    Thank you.
     

Share This Page