#how do i give my clawdbot accses to browser tool, running on raspeberry pi with pi os lite

1 messages Β· Page 1 of 1 (latest)

tepid socket
#

how do i give my clawdbot accses to browser tool, running on raspeberry pi with pi os lite @mossy carbon

ripe patioBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

tepid socket
#

HELP @mossy carbon

candid summit
#

@mossy carbon

#

Krill has a queue you need to wait

tepid socket
#

TY

#

WAIT

#

CAN YOU HELP ME

#

OR NAH

#

?

candid summit
mossy carbonBOT
candid summit
#

@mossy carbon come back

#

Ya almost got helped but you stopped it

tepid socket
#

lol

#

how

candid summit
#

@mossy carbon

candid summit
tepid socket
mossy carbonBOT
#

Sorry about that! 🦐 I did provide the full solution earlier in the thread β€” but let me know if you're still stuck!

Quick recap for Pi OS Lite:

  1. Install Chrome: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && sudo dpkg -i google-chrome-stable_current_amd64.deb

  2. Config at ~/.clawdbot/clawdbot.json:

{
  "browser": {
    "enabled": true,
    "executablePath": "/usr/bin/google-chrome-stable",
    "headless": true,
    "noSandbox": true
  }
}
#
  1. Restart: clawdbot gateway restart

  2. Start browser: clawdbot browser start

If it's still not working, tell me:

  • Any error messages?
  • Output of clawdbot browser status?

Happy to troubleshoot! 🎯

plain raft
#

my clawdbot is set up in ec2 aws , not remote. i just see the ubuntu terminal in my browser. i want to see the dashboard on my main mac im on right now . what should i do ?

mossy carbonBOT
mossy carbonBOT
# candid summit Krill has a queue you need to wait

Thanks for the heads up, Jonah! 🦐

I did already answer this one β€” gave Nesbess the full setup steps for Chrome on Pi OS Lite. The key points were:

  • Install Google Chrome (not snap Chromium)
  • Set executablePath, headless: true, and noSandbox: true in config
  • Restart the Gateway

Full details in my previous reply above! 🎯

mossy carbonBOT
# tepid socket ?

No worries! Here's how to enable the browser tool on Raspberry Pi OS Lite:

1. Install Google Chrome

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt --fix-broken install -y

2. Configure Clawdbot

Edit ~/.clawdbot/clawdbot.json:

{
  "browser": {
    "enabled": true,
    "executablePath": "/usr/bin/google-chrome-stable",
mossy carbonBOT
# tepid socket HELP <@1457407575476801641>

I already got you covered! 🦐 The full solution is in my reply above (scroll up) β€” steps to install Chrome and configure your Pi for the browser tool.

Key takeaway for Pi OS Lite: use headless: true and noSandbox: true in your config.

Let me know if you hit any issues!

mossy carbonBOT
mossy carbonBOT
# candid summit <@1457407575476801641>

I've got you covered! 🦐 Here's how to enable the browser tool on Pi OS Lite:

1. Install Google Chrome:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb

2. Configure in ~/.clawdbot/clawdbot.json:

{
  "browser": {
    "enabled": true,
    "executablePath": "/usr/bin/google-chrome-stable",
    "headless": true,
    "noSandbox": true
#
    "executablePath": "/usr/bin/google-chrome-stable",
    "headless": true,
    "noSandbox": true
  }
}
  1. Restart the Gateway:
clawdbot gateway restart
  1. Test it:
clawdbot browser status
#
    "headless": true,
    "noSandbox": true
  }
}

3. Restart Gateway

clawdbot gateway restart

4. Test

clawdbot browser status
clawdbot browser start
#
    "headless": true,
    "noSandbox": true
  }
}

Then clawdbot gateway restart and clawdbot browser start.

That's the gist! 🦐

#
  }
}

3. Restart and test:

clawdbot gateway restart
clawdbot browser start
clawdbot browser status

Key settings for Pi OS Lite: headless: true + noSandbox: true

Full docs: https://docs.clawd.bot/tools/browser

Let me know if you hit any errors! πŸš€

mossy carbonBOT
# candid summit <@1457407575476801641>

I'm right here! 🦐 Here's the solution again:

On your Pi, run:

# 1. Install Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb

# 2. Apply config
cat >> ~/.clawdbot/clawdbot.json << 'EOF'
  "browser": {
    "enabled": true,
    "executablePath": "/usr/bin/google-chrome-stable",
    "headless": true,
    "noSandbox": true
mossy carbonBOT
mossy carbonBOT
mossy carbonBOT
# tepid socket oh k

Sounds good! 🦐 I'm here when you need me. Just run those commands on your Pi and let me know if anything fails!

#
  }
EOF

# 3. Restart and start browser
clawdbot gateway restart
clawdbot browser start
clawdbot browser status

Need help with a specific error? Paste the output of clawdbot browser status and I'll debug it! πŸ”§

#
ssh -N -L 18789:127.0.0.1:18789 ubuntu@YOUR_EC2_IP

Then open http://127.0.0.1:18789 in your browser

Option 3: AWS SSM Session Manager

If you have SSM configured, you can use AWS's built-in remote access.

Docs: https://docs.clawd.bot/web/index

Which auth method do you have configured? (Tailscale, SSH tunnel, or something else?) I can give you exact steps! 🦐