Skip to content

VNC Server and Client set up on Linux for remote desktop

License

Notifications You must be signed in to change notification settings

weirdion/remote-desktop-vnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Desktop

This repo contains files and instructions to set up VNC server on Linux.

NOTE: This has been tested on the following:

  • Kubuntu 18.04
  • KDE Neon (18.04 base)
  • Kubuntu 20.04
  • Arch Linux

Initial install instructions

  1. Since this is a remote desktop setup, it's assumed that your server has one of the linux desktop environments installed.

  2. Install tigervnc

    $ sudo apt install tightvncserver
  3. Run the vncserver command to set a VNC password. This will also create the default configuration files.

    $ vncserver
  4. Copy xstartup file. Ensure xstartup is executable

    $ chmod +x xstartup
  5. Modify or replace the [email protected] file

  6. On the client side, set up ~/.ssh/config file from the ssh-config.template

Other helpful commands

  • To reset the password for the vnc server

    $ vncpasswd
  • To kill running vncserver

    # 0 can be replaced by display/instance number being used
    $ vncserver -kill :0

Relevant Links:

About

VNC Server and Client set up on Linux for remote desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages