CASH.BOT Claude
My VPS Open Terminal →

Claude on every CASH.BOT VPS.

The claude CLI is pre-installed on every VPS we provision — dedicated, shared, and free trial slots. Open a terminal, type claude "build me a todo app", and ship.

Quick start Already installed

$ ssh cashbot@your-vps.cash.bot
$ claude "build me a landing page with a waitlist form"
$ claude "turn this into a todo app with sqlite persistence"
$ cat script.py | claude "review this and suggest fixes"

What's installed

Trial slots

Free trial: claude uses shared credits via the cash.bot trial endpoint. Single-turn prompts.

claude "explain set -euo pipefail"
claude --balance
claude --help

Paid slices

Persistent slice ($HOME/.persistent): the CLI short-circuits to claude-real — your own Claude Code subscription powers the session.

claude       # full TUI
/plan        # plan mode
/init        # project setup

SSH access

Paid tiers get root SSH with the password from your dashboard.

ssh cashbot@<your-vps-ip>
# password shown on vps.cash.bot

Set your API key (optional)

Paying customers can bring their own Anthropic key for unmetered use:

echo 'export ANTHROPIC_API_KEY=sk-ant-...' >> ~/.bashrc
source ~/.bashrc

Paths installed: /usr/local/bin/claude, /usr/local/bin/claude-real. Install source: apps/vps.cash.bot/setup-desktop.sh, apps/vps.cash.bot/types/linux-xfce/setup.sh, deploy/fleet-segment/host-init.sh.

claude.cash.bot v1.0 | 2026-04-17