Skip to content
/ ClawdBox Public template

Running LLM and OpenClaw (relatively) safely in a Vagrant box.

Notifications You must be signed in to change notification settings

ziyunli/ClawdBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clawdbox

Running LLM and OpenClaw (relatively) safely in a Vagrant box.

Getting Started

Tailscale

Tailscale is to ensure this box is only directly accessible to other devices within the same Tailscale VPN.

  1. Generate a Tailscale auth key.
  2. In your DNS page, in "Global nameservers", enable "Override DNS servers", and add a Global DNS such as 1.1.1.1 (Cloudflare Public DNS).
  3. Run cp .env.example .env, and put in your auth key in .env.

Vagrant

vagrant up
vagrant ssh

OpenClaw

# Install Homebrew
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh

# Install and configure OpenClaw
curl -fsSL https://openclaw.ai/install.sh | bash

About

Running LLM and OpenClaw (relatively) safely in a Vagrant box.

Resources

Stars

Watchers

Forks