Documentation
Deploy your first OpenClaw agent in under 2 minutes.
Quick Start
Connect your wallet
Go to the Dashboard and connect your Solana wallet (Phantom, Solflare, or Backpack). This is how we identify your account—no email or password needed.
Deploy an agent
Click "Deploy Agent" in the dashboard. Give your agent a name and select a region closest to you. That's it—your instance will be ready in seconds.
Configure integrations
Once deployed, SSH into your instance and configure your API keys and integrations. Your agent comes pre-installed with OpenClaw—just add your credentials.
# SSH into your agent
ssh root@claw-abc123.clawstack.net
# Edit your OpenClaw config
nano ~/.openclaw/config.yaml
# Add your API key
export ANTHROPIC_API_KEY="sk-ant-..."
# Restart OpenClaw
systemctl restart openclaw Start using your agent
Connect your preferred messaging platform (Telegram, Slack, Discord) and start chatting with your AI assistant. It runs 24/7, even when your computer is off.
Dashboard Features
One-Click Deploy
Deploy a new OpenClaw instance with a single click. No command line required.
Real-time Monitoring
View agent status, request counts, and uptime at a glance.
System Logs
Access detailed logs for debugging and monitoring agent activity.
API Keys
Generate API keys for programmatic access to your agents.
Supported Integrations
Your agent supports all OpenClaw integrations out of the box:
Full SSH Access
Every agent runs on a dedicated VM that you have full control over. SSH in anytime to customize your setup, install additional tools, or debug issues.
# Your agent's SSH endpoint
ssh root@your-agent-id.clawstack.net
# OpenClaw is installed at:
/opt/openclaw/
# Config location:
~/.openclaw/config.yaml
# View OpenClaw logs:
journalctl -u openclaw -f Common Questions
How do I restart my agent? ▼
You can restart your agent from the dashboard by clicking the "Stop" button and then "Start", or via SSH:
systemctl restart openclaw Can I use my own domain? ▼
Yes! You can point a CNAME record to your agent's endpoint. Contact us for custom domain setup.
How do I update OpenClaw? ▼
We automatically update OpenClaw on your instance. To manually update:
openclaw update Is my data private? ▼
Yes. Your agent runs on a dedicated VM that only you can access. We don't have access to your API keys, conversations, or files.
What regions are available? ▼
We currently support US East (Virginia), US West (Oregon), Europe (Frankfurt), and Asia Pacific (Singapore).
Need help?
Check out the OpenClaw documentation or reach out on Twitter.
Open Dashboard