Page 2 of 2

Re: Teamviewer connection failed

Posted: 24 Jan 2018, 16:30
by Veit
You are welcome :)

Best Veit

Re: Teamviewer connction failed

Posted: 25 Jan 2018, 11:37
by volker
Hi Frederico,
the limitation to webserver outputs is for security reasons. With a full access anyone spying your pw would have full access to machines controlled by the RevPi.
It is up to the customer to write own web based sw with any kind of system interaction and then use these webpages for remote access. You could think of a web based UI to even get very deep control over system functions but limit any violator to the functions you have programmed instead of opening a barn door to the full OS access.
If you are not interested in such a security I would recommend you rather go for realVNC which is part of the Jessie image. You just need to activate its function as described here:
https://www.raspberrypi.org/documentati ... ccess/vnc/
This works fine even over the internet but you need X running (i.e. you need a GUI on you RevPi) in which you could e.g. start a terminal window to have full root command line access to the system.
But if your pw of the realAccess account ever gets into wrong hands your machine is fully naked!!!
So please be careful if this is a use case with critical things being controlled by the RevPi.

Re: Teamviewer connction failed

Posted: 29 Jan 2018, 11:34
by pincia
Hi Volker,
Thank you for the tips!
I will try to write some web service api to access some custom finctions. That's a good idea!
But for remote assistance I must have total control of the shell and The VNC solution works well!
I know about the security issues with this kind of solutions and I'll be careful...

Thank you again,
Federico