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

    to make sure your system is up to date
  2. Use Command
    sudo apt install rpi-connect

    OR
    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

    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

  1. Use Command
    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
Screenshot_From_2025-03-02_09-49-23.png
Was this page helpful?