<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 7, 2017 at 10:47 AM, Midrand Opensource <span dir="ltr"><<a href="mailto:midrandopensource@gmail.com" target="_blank">midrandopensource@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span style="font-size:12.8px">Is it possible to remotely connect to this thing graphically? </span></div></div></blockquote><div><br></div><div>There are two ways to do this. </div><div><br></div><div>If you have an X-windows server on your laptop then you can tell the remote server to connect to your X-windows. Note it can get a little confusing, because the "server" is your laptop, and the print server is the client.</div><div><br></div><div>If your laptop is Linux, it either has an X-server running or you just need to install the right packages. If your laptop is a Mac then there are also ways to install an X-server. If your laptop is Windows, then you need an expensive third party application (unless someone has created an open source alternative for Windows while I wasn't looking?)</div><div><br></div><div>To connect this way you still need to establish a command line connection via ssh. You then need to set the DISPLAY environment variable to point to your X-server. There are ssh command line switches that do this automatically for you, and tunnel the X protocol over SSH at the same time.</div><div><br></div><div>Be prepared to have to work around security to get this to work, as most X-servers only allow connections from localhost by default.</div><div><br></div><div><br></div><div>The second option is probably much simpler, but not as much "fun" :-) </div><div><br></div><div>Install a VNC server on the server, and then you can use any one of a dozen VNC clients to connect.</div><div><br></div><div><br></div><div>Either way, much googling will be required. But hopefully this gives you an idea of how to proceed.</div><div><br></div><div>Hope this helps.</div><div><br></div><div>- Matthew</div><div><br></div></div></div></div>