Access/Stream via Raspberry PI remotely without AWS, Google and Microsoft Clouds, Port forwarding, Static IP
You might see many solutions like port forwarding , using expensive clouds etc for remote streaming of your Raspberry PI solutions like security cameras or any other survelliance softwares.
After trying many items, the simplest and the best solution I found was VNC viewer.
It is secure, tested and cross platform solution
After trying many items, the simplest and the best solution I found was VNC viewer.
It is secure, tested and cross platform solution
- For home solutions i.e for your home projects, its free for RPI users , upto 5 devices.
- For professional or business solutions, you can see on their website (www.realvnc.com)
Steps :
- Login to VNC page and register with your details
- On PI, the vNC comes by default, enable the VNC via the config menu interface options (sudo raspi-config)
- Also install the vnc server on PI, using pip
- Download the viewer app or software on the platform from where you want to connect (if you want your code to access the PI, pip install vnc sdk kit)
- Login via the username and password you registered
- Once logged in, enter the PI username password for the PI connection ( e.g. the default root user is pi and password is raspberry)
- Thats it .
Hope you like it. Below is me , able to access RPI on different devices using VNC
Comments
Post a Comment