Access Your Pi Remotely with Raspberry Pi Connect

Raspberry Pi Connect is a software developed by Raspberry Pi Foundation which is on beta state but still can be used very easily. It can give you both graphical and shell access Remotely if you want to access CLI only you can go with Raspberry Pi Connect Lite and it is really simple and easy to setup 1. use command
sudo apt update && sudo apt full-upgrade
sudo apt update && sudo apt full-upgrade
to make sure your system is up to date 2. Use Command
sudo apt install rpi-connect
sudo apt install rpi-connect
OR
sudo apt install rpi-connect-lite
sudo apt install rpi-connect-lite
3. go to https://connect.raspberrypi.com and create an account 4. If you are using Raspbian OS with Desktop environment then You will see an Icon of Raspberry Pi Connect beside Bluetooth icon you can sign in to your account from there otherwise use command
rpi-coonect signin
rpi-coonect signin
after that you will see an output like this Complete sign in by visiting https://connect.raspberrypi.com/verify/XXXX-XXXX copy this output in your browser after signing in you will see an input field to set a name for your device and configuration is done 5. Use Command
rpi-connect on
rpi-connect on
Finally now You can access your Pi remotely from your browser by login into https://connect.raspberrypi.com with your raspberry pi ID. Note: This was tested in Raspberry Pi's Official OS
No description
9 Replies
Umesh Lokhande
I wonder if it allows multiple clients to remotely SSH into a Raspberry Pi registered under a single account. By the way, I appreciate the effort the Raspberry Pi Foundation puts into providing great software tools to its users
undefined.elf
undefined.elfOP7d ago
It is more likely intended to personal usage but maybe in future they might make some enterprise option since it is still on beta
Umesh Lokhande
Ok, you mean at the moment only one client can connect from the browser to RPi. I was thinking abt how it'll be useful for teaching the masses w/o actual hardware
undefined.elf
undefined.elfOP7d ago
I haven’t tried with multiple computers with my personal account I will let you know after trying the amount of safety it provides that indicates it wasn’t meant to be shared if they don’t track the session maybe we can create multiple
Umesh Lokhande
Sure, I understand security aspect
undefined.elf
undefined.elfOP7d ago
that’s why maybe they can have enterprise option but not sure yet it is in beta since quite long time
Umesh Lokhande
yes, i just found out the post dated back in July 2024. Lets see how it evolves
undefined.elf
undefined.elfOP7d ago
but it is really helpful in the past I used to forward my port and then access it via SSH which is less secured and need to take a static ip from ISP sometimes I had to pay additionally for that
Umesh Lokhande
Got the point, no doubt of its usefulness

Did you find this page helpful?