Connect to Your Goldspot
Local Network (SSH)
When you're on the same WiFi/LAN as the Goldspot:
Password: goldspot
By IP Address
If mDNS doesn't work, use the IP directly:
Check your router at 10.0.0.1 if the IP changes.
Via Tailscale (from anywhere)
After setting up Tailscale:
Remote Access with Tailscale
Tailscale creates a private VPN so you can access your Goldspot from anywhere — phone, laptop, coffee shop, anywhere.
Activate Tailscale
1
On the Goldspot, run:
sudo tailscale up
2
It will print a URL — open it in your browser and log in with Google/GitHub/etc.
3
Install Tailscale on your Mac too:
brew install --cask tailscale
4
Now connect from anywhere:
ssh pi@goldspot
Enable SSH via Tailscale (optional)
Let Tailscale handle SSH auth (no passwords needed):
sudo tailscale up --ssh
Architecture
Your Device (Anywhere) Goldspot (Home)
┌──────────────────────┐ ┌──────────────────────┐
│ Laptop / Phone │ │ Raspberry Pi 4 8GB │
│ │ │ │
│ Terminal ──────────────────────────── Claude Code │
│ VS Code ───────────────────────────── SSH Server │
│ Browser ───────────────────────────── Web Apps │
│ │ │ │
└──────────┬───────────┘ └──────────┬───────────┘
│ │
│ Tailscale VPN │
└───────── encrypted ───────────────┘
WiFi / LAN: ssh pi@goldspot.local
Tailscale: ssh pi@goldspot
Direct IP: ssh pi@10.0.0.108
Maintenance
Keep Updated
# Update system packages
sudo apt update && sudo apt upgrade -y
# Update Claude Code
sudo npm update -g @anthropic-ai/claude-code
# Update Node.js
sudo apt update && sudo apt install -y nodejs
If Something Goes Wrong
# Can't SSH? Check if it's on the network
ping goldspot.local
# Lost the IP? Scan your network
arp -a | grep -v incomplete
# Need to restart?
# Unplug power, wait 10s, plug back in
# Nuclear option: re-flash the USB drive
# and start over (your data will be lost)
Credentials
Hostnamegoldspot
Userpi
Passwordgoldspot
Local IP10.0.0.108
Change your password: passwd