Skip to content

This is a basic script to setup a working VNC server on your Ubuntu based distribution. Currently working on 21.04

License

Notifications You must be signed in to change notification settings

axrusar/vnc-server-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

vnc-server-installer

This is a basic script to setup a working VNC server on your Ubuntu based distribution. It uses x11vnc. Currently working on 21.04 and older versions. You need to run the script as SUDO or it will fail to complete the installation.

To install,

  1. download the vnc-server-installer.sh script.
  2. make it executable with: chmod +x vnc-server-installer.sh
  3. Run it as sudo: sudo ./vnc-server-installer.sh

You can check the status of the installed service after installation with: sudo systemctl status x11vnc

Test the connection from a client. The options are DEFAULT using port 5900.

About

This is a basic script to setup a working VNC server on your Ubuntu based distribution. Currently working on 21.04

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages