Wednesday, August 13, 2014

Xubuntu 14.04 how to enable remote access.

1. Install vino vnc server:
sudo apt-get install vino-server
2. run vino preferences:
suod vino-preferences
3. configure preferences:


4. Update the firewall:
sudo ufw allow from any to any port 5600
5. Update the encryption requirements for remote access:
sudo apt-get install dconf-editor
dconf-editor
6. Disable require encryption:


7. Update the session manager via enabling Settings->Session and startup->Application autostart->Desktop Sharing:


8. Restart computer and try to connect vith any vnc client.