Summary of "Made $242,328 Before My 2nd Openclaw"
High-level summary
- The creator documents setting up OpenClaw (an AI agent framework) across multiple environments: 2 Mac Mini M4s, a Windows VPS, and an Ubuntu-desktop VPS (referred to as “YUbuntu”).
-
Main outcome: a cheap VPS/Ubuntu route was found that dramatically reduced projected hardware spend, while Mac Minis were shown to have strong UX advantages.
The creator quotes “saved $242,328” by pursuing the cheaper VPS route.
-
Main trade-off:
- Mac Minis: fastest and easiest to use, higher upfront cost (~$550–$600 each).
- VPS / YUbuntu desktop: far cheaper per machine (~$30/month for some Windows VPS, ~€7.6 ≈ $9.50/month for an Ubuntu desktop VPS) but require more setup and troubleshooting.
Tools, services, and models discussed
- OpenClaw (agent framework; includes an “OpenClaw onboard” workflow, TUI and web canvas UI)
- Claude / Claude Code (Anthropic CLI integration; used as an interactive installer/guide)
- Node / npm / npx / NVM, Xcode Command Line Tools (mac setup)
- Open Code Zen (model/provider registry)
- Models mentioned: Minimax/Miniax (2.1, 2.5), GLM (4.6/4.7), Claude, Gemini, and others
- Remote access / display tools:
- Chrome Remote Desktop (for macOS)
- VNC (RealVNC) for Ubuntu desktop
- Display-emulator USB dongles (keep headless Macs’ GPU/GUI alive)
- TailScale (recommended for secure private tunnel; proxy localhost gateway rather than exposing it)
- Other utilities: Caffeine (mac sleep prevention), Telegram + BotFather (bot integration), Google Drive for ad-hoc key transfer (not recommended for production), Chromium as an ARM-compatible browser alternative
Practical guides / tutorial steps
The creator demoed onboarding in three environments. Key steps and notes are summarized below.
1) Mac Mini setup (demoed twice)
Steps (high-level):
- Install Xcode Command Line Tools:
xcode-select --install
- Download and run install scripts (via
curl) as demonstrated. - Install Node (NVM recommended) and verify Node/npm versions.
- Use
npx/npmto install Claude Code and then run OpenClaw onboarding. - Create convenient CLI aliases (example):
alias C='claude run ...'(example shown in stream)
- Accept macOS permission prompts during installs.
- Onboard OpenClaw:
- Choose models/providers, enter API keys, create Telegram bot token via BotFather.
- Optional: skip “skills/hooks” on first run if desired.
- For headless Macs:
- Use a display-emulation dongle to keep the GUI alive, and Chrome Remote Desktop for remote access.
- Use Caffeine to prevent sleep if needed.
2) Windows VPS setup (example on ~$30/month VPS)
Notes and steps:
- Install Node LTS; ensure “Add to PATH” is selected during installer.
- Windows VPS often lacks Git, Bash, and other dev tools — consider installing Git, WSL, or using Chocolatey.
- Fix npm global bin path if
npxor global binaries are not found: add npm’s global bin to PATH or create a symlink. - Install Claude Code and run OpenClaw onboarding; expect more friction than macOS.
- Copy/paste tips for remote terminals: use Ctrl+Shift+V, right-click → paste, or edit locally and paste.
3) YUbuntu (Ubuntu Desktop) VPS setup (cheapest / primary cost-saver)
Recommended setup and notes:
- Install a lightweight desktop environment (XFCE recommended).
- Install VNC server and configure a VNC password.
- Note: many VNC servers bind to localhost by default — use TailScale or SSH tunnel to proxy securely.
- Install Chromium (official Chrome may not be available on ARM VPS images).
- Use the Ubuntu desktop terminal to onboard OpenClaw; use RealVNC viewer to access GUI remotely.
- TailScale is recommended to keep the OpenClaw gateway bound to localhost and proxy traffic securely.
Troubleshooting & gotchas
- macOS: Xcode CLI install triggers GUI prompts; watch for permission dialogs.
- Node / npm PATH issues on VPS: npm global bin may not be on PATH — add it or symlink.
- Windows VPS: often missing Git, Bash, or other developer tools out of the box → extra installs required.
- Copy/paste behavior varies between remote terminals: learn the correct keyboard/mouse actions for your remote client.
- VNC servers typically bind to localhost → either enable secure tunneling (TailScale/SSH) or open to external interface (less secure).
- ARM VPS images may not have Google Chrome; Chromium is a workable alternative.
- API keys: do not expose publicly. If keys are accidentally shared, rotate them immediately.
Security recommendations
- Keep the OpenClaw gateway bound to localhost; proxy access via TailScale or a private VPN rather than exposing a public IP.
- Do not store API keys in shared/public drives. Use secure secrets management and rotate keys if exposed.
Operational / scaling plan & economics
- Creator’s goal: run many (potentially hundreds of) OpenClaw instances 24/7 as “agent employees.”
- Cost examples:
- Mac Mini M4: ~$550–$600 one-time (best UX).
- Windows VPS: ~ $30/month (cheaper, more friction).
- Ubuntu desktop VPS (YUbuntu): ~ €7–8 / ~$9.50/month (best per-unit cost if GUI + VNC + model access are automated and reliable).
- Trade-off: pay more for Mac Minis (time savings, reliability) or invest time to automate cheaper VPS images and secure tunneling to reduce per-agent cost.
User experience & workflow notes
- The creator used Claude interactively as a step-by-step assistant while installing and configuring systems.
- OpenClaw onboarding includes:
- Provider selection (Open Code Zen optional)
- API key entry
- Telegram bot token creation for remote control (via BotFather)
- Optional skills/hooks that can be deferred
- The creator values speed and low friction; willing to pay premium hardware costs to save time during initial development and debugging.
Conclusions & recommendations
- Mac Minis: best immediate UX, least friction — recommended if you value time and fast iteration.
- Windows VPS: cheaper but clunky; more setup friction and missing dev tools may frustrate non-technical users.
- YUbuntu desktop VPS: promising low-cost middle ground when properly configured (XFCE, VNC, Chromium, TailScale). Best per-unit cost if you automate deployment.
- For large-scale deployments (hundreds of agents): automate a YUbuntu/VPS image with secure tunneling and use cheaper models/providers to reduce cost-per-agent. Use Mac Minis for pilots and debugging.
Main speakers & sources referenced
- The creator / streamer: “Munda” / “Mundev” / “Mundaf” (host demonstrating installs)
- Jane — hosting veteran who advised the cheap VPS / YUbuntu approach
- Art — developer in chat who contributed model/provider tips (Open Code/OpenClaw related)
- Claude (Anthropic) — used as an interactive assistant/CLI (Claude Code)
- OpenClaw team / project
- Open Code Zen (model registry/provider)
- Telegram BotFather (bot token creation)
- TailScale (recommended for secure private access)
If you want, I can extract the concrete one-line install commands and a short step-by-step checklist for each environment (Mac, Windows VPS, YUbuntu VPS) so you can follow them without the stream commentary.
Category
Technology
Share this summary
Is the summary off?
If you think the summary is inaccurate, you can reprocess it with the latest model.
Preparing reprocess...