Remote support module
Requires x11vnc installed and lightdm running or socat and screen installed on the client.
#Automatic install
wget -O - https://raw.githubusercontent.com/cyberorg/assist-cockpit/master/install.sh | sudo bash
#Manual install after git checkout
cp -r assist /usr/share/cockpit/
Ubuntu PPA https://launchpad.net/~jigish-gohil/+archive/ubuntu/cockpit-experiments
Run vncviewer -listen
in a desktop session for GUI or socat tcp-listen:5500,keepalive=1 stdio,raw,echo=0
on the server for a client to connect, server needs IP or FQDN reachable by the clients.