Connect your first device
This guide takes you from nothing to a Raspberry Pi that shows as Online in your Suta dashboard.
Before you begin
Section titled “Before you begin”You need:
- A Raspberry Pi with a 64-bit processor, such as a Pi 5, Pi 4 or Pi Zero 2 W.
- An internet connection for the Pi, over Ethernet or Wi-Fi.
- A computer running macOS or Linux.
For the full list, see Requirements.
Create your workspace
Section titled “Create your workspace”-
Go to app.suta.dev and select Create account.
-
Sign in, then name your workspace. A workspace holds your devices and the people who can manage them. You can rename it later.
Connect a device
Section titled “Connect a device”Choose the tab that matches your Pi.
Use this path if your Pi already runs 64-bit Raspberry Pi OS (Bookworm or Trixie) and you can connect to it over SSH. Suta doesn’t change your operating system, network settings or services.
-
Open an SSH session to your Pi.
-
Run the installer:
Terminal window curl -fsSL https://suta.dev/install.sh | bash -
When asked what to install, choose Suta agent.
-
Open the registration link that the installer prints. Give the device a name, then select Register device.
-
Keep the SSH session open until the installer reports that the device is connected.
Use this path to start from a blank SD card. You flash the card with the Suta CLI, then set the Pi up over Bluetooth.
-
On your computer, install the Suta CLI:
Terminal window curl -fsSL https://suta.dev/install.sh | bashWhen asked what to install, choose Suta CLI.
-
Insert an SD card of 16 GB or more, then run:
Terminal window suta flashUse the arrow keys to choose your card and confirm that you want to erase it.
-
Put the card in your Pi and turn it on. Wait a minute or two for the first boot to finish.
-
In Chrome on your Mac, go to Devices > Add device > Flash an SD card and select Find my device.
-
Choose your Pi in the Bluetooth window, name it, then select Claim this device.
-
Choose Ethernet or Wi-Fi, then wait for Device connected.
Check that it worked
Section titled “Check that it worked”Open Devices. Your Pi appears with a green Online status. A device is online only after it sends Suta its own signed heartbeat, so this status means it’s really connected.