I suspect that PiConnect is not going to be that popular. We have already been doing ssh, vnc, rdp etc. Why would I want to sign up for an external account for something I can already do myself? Many of us tinkerers can/have setup port forwarding or a VPN.
@GaryExplains6 ай бұрын
Yeah, I don't really like opening up holes in my firewall etc.
@jaydeep-p6 ай бұрын
Port forwarding has always been sketchy
@bertblankenstein37386 ай бұрын
@@jaydeep-p agreed. I'm using a VPN these days.
@dinoscheidt6 ай бұрын
Because it is build in and anybody doing serious work, in a serious environment, has policies to set-up any additional software on bare metal hardware. It is a nightmare to audit, keep track and protect any additional software that could connect to the world. This is irrelevant for tinkerers but valuable for anybody working in IoT, deployment, maintenance, debugging etc.
@billloveless68696 ай бұрын
So, in your opinion, what is the best means of securing remote access to my pi network? Thanks for the help.
@KindStarWonder6 ай бұрын
Gary, keep explaining stuff. And thanks, bruv.
@SuperT3x4 ай бұрын
Have you managed to get the Copy from remote and Paste to remote working? It seems to work for me until I try to find the copied item.
@rtos3 ай бұрын
This is a great idea.
@sanidhyashrivastava80206 ай бұрын
Hey Garry please explain, does the new apple m4 chip is faster then the intel 14900kf in geekbench some apple fanboys are saying that it is because the apple is using new tsmc N3e design compared to old Ne architecture of apple m3 but according to some people they say that it is because m4 chip has scored better in extension Matrix test some ai test and Intel 14900kf could not even support this ai test because it requires GPU that's why it scored higher than Intel and if ai task is not counted then m4 is just 3% better than m3 in geekbench please make a video on this.
@joakimus746 ай бұрын
Hpoe they add support for Passkeys login
@glynncleaver73982 ай бұрын
Can you please tell me if I can use this on a zero 2 ? Thanks
@GaryExplains2 ай бұрын
You can use a remote shell in a web browser via Raspberry Pi connect, but not desktop sharing.
@glynncleaver73982 ай бұрын
@@GaryExplains thank you for your reply
@A_scope5 ай бұрын
does it work better then tigervnc
@LA-MJ6 ай бұрын
Try blocking UDP in your Router firewall. That should trigger it I think
@Iswimandrun6 ай бұрын
Just VNC over SSH port forwarding
@Iswimandrun6 ай бұрын
No need for Raspberry Pi foundation servers.
@GaryExplains6 ай бұрын
And how do I do that from somewhere not on my local LAN? Port forwarding and holes in my firewall etc?
@Iswimandrun6 ай бұрын
@@GaryExplains You got to own the network and port forward your SSH port to the WAN. But yes WebRTC is some nifty stuff working on a ES32 WebRTC infrustructor and after I get all the different services that negotiate the NAT pass through of WebRTC I might do a video on how to setup your own WebRTC service on a DDNS linked ip address.
@Iswimandrun6 ай бұрын
Right now working on the signaling server I am using MQTT for that but I want dynamic roles and permission for each MQTT client credentials to allow for multi client tenancy without risk of someones credentials accessing devices they aren't permission-ed to send messages to.
@send2gl6 ай бұрын
Think I'll stay with ssh and vnc.
@GaryExplains6 ай бұрын
OK, when you are on your own LAN... But from outside you need to open holes in your firewall.
@giveaway40026 ай бұрын
@@GaryExplains so how raspberry pi connect works? how they don't holes in the firewall...
@RarelyCorrect6 ай бұрын
@@giveaway4002 They're probably proxying requests through their own servers, which your RPi keeps a constant open connection to. Your RPi initiates that connection so there's no port forwarding needed. There are open source tools like FRP that let you do this with your own infra (probably a cloud VPS). Edit: Just watched the part where he mentions they're using WebRTC and it's peer-to-peer so the above is probably wrong. No clue how they're doing it.
@MrFilip1216 ай бұрын
@@giveaway4002 Their server acts as rendez vous point. The initial connection get's established through their server and then switches to peer to peer.
@send2gl6 ай бұрын
@@GaryExplains Actually have a Pi set up as a VPN server on my network, pretty sure you did a video about that at some point.
@tonysheerness24276 ай бұрын
Anything that makes connecting easier is a good thing,. It is a shame that there are hackers.
@KindStarWonder6 ай бұрын
On the other side of that coin, hackers help improve security whether they are doing good stuff or bad stuff. Their activity informs the good guys either way. Like bacteria in your gut, a certain amount is needed as part of the healthy flora and fauna.
@Vadinaka6 ай бұрын
Probably the right place to troubleshoot. Did anyone came across the message, ….rpi-connet cannot load package?
@GaryExplains6 ай бұрын
At what point do you get that message, when you try to install it? What version of Raspberry Pi OS are you running. Did you do a 'sudo apt update'?
@SensSword6 ай бұрын
I don't really understand why anyone would want to do anything other than SSH into their machines. If you want to tinker but don't want ssh, you're the type who wants warm ice cream or some other sort of frozen liquid water.
@GaryExplains6 ай бұрын
So you are saying that the only legitimate user interface is the command line? 🤔
@ramonmata6 ай бұрын
Raspberry team should stay away from this kind of online services and keep doing the best PI hardware.
@GaryExplains6 ай бұрын
Why?
@Design_no6 ай бұрын
@@GaryExplainsbecause they have limited resources maybe? Their focus should be on raspbian only. The hardware is now quite expensive as it is. Don't want them to change their goals.
@GaryExplains6 ай бұрын
Hmmm... One could argue that rpi-connect is part of Raspberry Pi OS (which is what I assume you mean by Raspbian). The hardware isn't more expensive, there are new models that offer loads more performance and RAM, these are logically more expensive as the parts are more expensive, however the model 3 is still available as is the Pi Zero 2 W.
@wlcrutch6 ай бұрын
Why the hate? The idea “I’ll stick with ssh” is irrelevant, as that only gives you a terminal. Why not celebrate a cool new feature?
@pieterveenders9793Ай бұрын
Remmina can be used on both Linux and Windows, gives you a GUI, and can use either VNC or SSH (and perhaps even RDP, I can't remember) for the actual connection. And best of all, it's free and doesn't require registering for an account. Of course it does still rely on your router having a fixed address, either by way of static IP or DDNS, but you can get a free account through NoIP, and although you need to register for that too you'll need to anyway if you plan to use your Pi as a remote server, for media, website, or otherwise.
@bugged12123 ай бұрын
Yeah i just open the vnc port on my router and forward it to the pi instead.