This is a fast and working method, how one can share his desktop session with VNC server on a Linux machine running X.
In this case I did it with openSuSE 12.1, but this should work on all Linux distros running X. Only the way how you install x11vnc may be different of course.
1. Install VNC Server program (x11vnc)
# zypper install x11vnc
2. Create the VNC password (otherwise no password would be required)
# x11vnc -storepasswd
By default, this will create a .vnc folder in your $HOME path, with a file called passwd:
/home/$USER/.vnc/passwd
3. Launch VNC server
# x11vnc -forever -rfbauth ~/.vnc/passwd &
And voilĂ , you can connect to your own desktop with a VNC viewer from a remote computer.
In case you want to share your desktop and want to confirm remote vnc requests, you can ask for a pop up window to appear:
# x11vnc -forever -rfbauth ~/.vnc/passwd -accept "popup" &
The popup will (by default) time out after 120 seconds. This can be set with -accept "popup:N".
See x11vnc --help for more details.
No comments yet.
AWS Android Ansible Apache Apple Atlassian BSD Backup Bash Bluecoat CMS Chef Cloud Coding Consul Containers CouchDB DB DNS Database Databases Docker ELK Elasticsearch Filebeat FreeBSD Galera Git GlusterFS Grafana Graphics HAProxy HTML Hacks Hardware Icinga Influx Internet Java KVM Kibana Kodi Kubernetes LVM LXC Linux Logstash Mac Macintosh Mail MariaDB Minio MongoDB Monitoring Multimedia MySQL NFS Nagios Network Nginx OSSEC OTRS Office OpenSearch PGSQL PHP Perl Personal PostgreSQL Postgres PowerDNS Proxmox Proxy Python Rancher Rant Redis Roundcube SSL Samba Seafile Security Shell SmartOS Solaris Surveillance Systemd TLS Tomcat Ubuntu Unix VMWare VMware Varnish Virtualization Windows Wireless Wordpress Wyse ZFS Zoneminder