Raspberry Pi Image and X Windows
Hi.
I have decided to use Repetier Server as all of my 3D printers are at the end of the office from my computer. As such I want to run my RPi 3 headless and see the main Repetier Server interface via X Windows.
I have tied the general steps on the web for getting XMing and Putty chatting to the RPi, and although I can log in using SSH I cannot connect using XMing.
Are there some additional things I should install on the image. Or would it be best if I use a standard default RPi Debian image and then load Repetier on top of that.
Many thanks for any advice.
Dave
I have decided to use Repetier Server as all of my 3D printers are at the end of the office from my computer. As such I want to run my RPi 3 headless and see the main Repetier Server interface via X Windows.
I have tied the general steps on the web for getting XMing and Putty chatting to the RPi, and although I can log in using SSH I cannot connect using XMing.
Are there some additional things I should install on the image. Or would it be best if I use a standard default RPi Debian image and then load Repetier on top of that.
Many thanks for any advice.
Dave
Comments
Easiest solution is therefore just to copy our pi image and connect ethernet and then setup wifi if required. Next release coming soon will also improve wifi support a lot.
Ok. I have been looking through the system. When I log in on the console I get a display that allows me to control a lot of the system. It is run from openbox and this url
However if I then go to an browser and put in the same URL but with the pi box IP's I get a
An other way to use this frontend remotely would be to use it over nginx but disable the safety guard in the nginx configuration that prevents this. See https://www.repetier-server.com/webserver-access-repetier-server/ for more informations. This describes how we did it for our image.
For normal remote you use http://ip:3344
nothing more.
Many thanks for your help