raspberrypi / piserver

Raspberry Pi Server wizard to serve Raspbian to network booting Pis
310 stars 60 forks source link

remote monitor #59

Closed chengjianwen closed 5 years ago

chengjianwen commented 5 years ago

Maybe the team of piserver have think about about how to support remote monitor or even remote control functions for piserver. or it can be immplement through install 3rd software to resolve it, for example epoptes. For my sitiuation, I installed Raspbian and Raspbian lite in piserver. But it seems Epoptes-client only worked on X, and maybe I can hacked some of it's scripts (for example screenshot) to suit for non X environment. I known there are many methods to get screen shot for Pi. Will the piserver support some features about that? or I should focus on Epoptes or alternative software for that. I think I'll have to hack some codes to do that if I use epoptes.

maxnet commented 5 years ago

Not sure if I understand the purpose. People that are using command line Linux are typically mature enough that they do not need that extensive monitoring and assistance, which is often what software like that is used for.

If it is just about running commands remotely on Pi, you could use ssh. (generate host keys first, before enabling sshd)

chengjianwen commented 5 years ago

Thanks. maye it is a subject in future.

marc-odp commented 5 years ago

Well... I can understand the need. This is more about monitoring what students are doing than giving support. Typically, in large lab, the teacher can see on his screen what the students are doing, it helps giving support when needed but also to react if a student is watching videos on Youtube instead of doing his/her work... I know about Epoptes but I have no idea how it could be used with Piserver. It is working with Pinet though.

maxnet commented 5 years ago

but also to react if a student is watching videos on Youtube instead of doing his/her work...

Watching Youtube on Raspbian Lite which is console only?

The issue starter already knew about Epoptes, but expressed concern that it only works under X...

marc-odp commented 5 years ago

"For my situation, I installed Raspbian and Raspbian Lite in piserver." Sorry, I didn't realise that his problem was only about Raspbian Lite because X was not there. Can @chengjianwen confirm that Epoptes works with Rapbian (Full) ?