About 20 minutes, most of it waiting. The Pi never needs a screen, keyboard, or mouse. If anything doesn't match what you see, stop and check the fixes at the bottom before improvising.
DT-XXXX-XXXXdocktalkpi · Password: invent your own and write it down.
(Every node uses the username pi; your password is yours alone, and
logging in only works from inside your home WiFi anyway.)USEnd to end: from the airwaves to your phone. This is everything you just plugged together, and where it goes next.
Open Terminal (Mac: ⌘-space, type "terminal". Windows: open "PowerShell").
Type this and press return — it assumes you used the username pi and
hostname docktalk from step 2 (if you chose your own, the pattern is
ssh username@hostname.local):
ssh pi@docktalk.local
yes, return.You're in when the line ends with:
pi@docktalk:~ $
Paste the exact command we sent you — it contains your claim code — and press return:
curl -fsSL https://docktalk.app/install | sudo bash -s -- --claim DT-XXXX-XXXX --docker
| You see | Do this |
|---|---|
Could not resolve hostname docktalk.local |
The Pi isn't on WiFi yet. Wait 2 more minutes and retry. Still nothing: the WiFi name or password in step 2 was off by a character — redo step 2 (it's quick the second time) and reboot the Pi with the fresh card. |
Connection refused |
Either the Pi is still booting (wait 2 minutes, retry) or the name is pointing at
the wrong machine. Bypass the name: find the Pi in your router's device list (or phone
app) and connect by its address, like ssh pi@192.168.1.42. |
Permission denied when typing the password |
Wrong password. If you've lost it, redo step 2 with a new one — and write it down this time. |
REMOTE HOST IDENTIFICATION HAS CHANGED |
Your computer remembers an older Pi by the same name. Run
ssh-keygen -R docktalk.local, then connect again. |
Installer: no RTL-SDR dongle found |
The dongle isn't seated. Push it in firmly (try another port), then re-run the install command. |
Installer: claim code already used by another machine |
The code was redeemed on different hardware. If that was you (replaced a dead Pi, changed the hostname), email us — takes a minute to reissue. |
| VERIFIED printed, but the leaderboard shows offline | Give it 2 minutes and refresh. Still offline: unplug the Pi, plug it back in, wait 3 minutes. |
| Anything else | hello@docktalk.app with your node name and the last lines from the terminal. You never owe us debugging time. |
docktalk, and run the same install command again on the
same Pi. Everything picks up where it left off.