Your Moltbot Server is Ready

Complete the configuration steps below to start using your personal AI assistant on botclawd.clodhost.com

Installation Status

✓ INSTALLED

Server Infrastructure

  • Apache web server with SSL
  • Cloudflare Full SSL mode
  • Firewall configured (ports 80, 443)
  • Security headers enabled
✓ INSTALLED

Moltbot Software

  • Node.js 22.22.0
  • Clawdbot 2026.1.24-3
  • Gateway service configured
  • Base configuration created
⚠ PENDING

Configuration Required

  • AI model API keys (Claude/OpenAI)
  • Chat platform connections
  • Personal preferences
  • Skills and integrations

Complete Your Setup

✓ What's Already Done

The server infrastructure and Moltbot software are fully installed and configured. The gateway service is ready to start as soon as you complete the configuration below.

🚀 Quick Setup: Web Onboarding Available!

You can now complete the entire onboarding process through an easy-to-use web interface:

Start Web Onboarding →

Or follow the manual command-line instructions below if you prefer.

Step 1: SSH into Your Server

Connect to your server via SSH to complete the configuration:

Step 2: Run the Onboarding Wizard

The onboarding wizard will guide you through setting up API keys, chat platforms, and preferences:

clawdbot onboard

What the Wizard Will Ask:

  • AI Model: Choose between Anthropic Claude, OpenAI, or local models
  • API Keys: Provide your API key for the chosen model
  • Chat Platforms: Connect WhatsApp, Telegram, Discord, Slack, Signal, or iMessage
  • Sandbox Level: Set permission levels for file/system access
  • Workspace: Configure your agent workspace directory

⚠ You'll Need:

  • API Key: Get one from Anthropic Claude or OpenAI
  • Phone/Account: For connecting chat platforms (WhatsApp, Telegram, etc.)

Step 3: Start the Gateway Service

Once onboarding is complete, start the Moltbot gateway service:

systemctl start clawdbot-gateway systemctl status clawdbot-gateway

The service is configured to start automatically on boot.

Step 4: Connect Your Chat Platforms

Connect your preferred messaging platforms to Moltbot:

WhatsApp:

clawdbot channels login --verbose

This will display a QR code. Scan it with WhatsApp on your phone (Settings → Linked Devices).

Telegram:

clawdbot channels telegram login

Discord:

clawdbot channels discord login

Check Channel Status:

clawdbot status

Step 5: (Optional) Install Skills

Browse and install community skills from ClawdHub:

clawdbot skills search spotify clawdbot skills install spotify clawdbot skills list

Browse more skills at ClawdHub.com

Using Your Moltbot

💬

Chat Naturally

Once connected, simply message Moltbot through your chat app like you would message a friend. It maintains context across conversations.

🎯

Be Specific

Give clear instructions for best results. Moltbot can access files, run commands, browse the web, and control your system.

🔄

Automate Tasks

Set up recurring tasks with cron jobs. Moltbot can work autonomously in the background.

Example Commands

"Check my email and summarize important messages"

Moltbot will access your email and provide a summary

"Create a backup of my documents folder"

File operations with full system access

"Search GitHub for React authentication libraries"

Web research and analysis

"Run my test suite and report results"

Development and DevOps automation

"Play my 'Focus' playlist on Spotify"

Integration with third-party services

"Create a daily report at 9am"

Scheduled autonomous tasks

Server Management Commands

Useful commands for managing Moltbot on your server:

# Check service status systemctl status clawdbot-gateway # View logs journalctl -u clawdbot-gateway -f # Restart service systemctl restart clawdbot-gateway # Check connected channels clawdbot status # View configuration clawdbot config # Open dashboard clawdbot dashboard

Troubleshooting

Gateway Won't Start

Check if the port is already in use:

clawdbot gateway --force

This will kill any process on the gateway port and restart it.

Chat Platform Disconnected

Run the doctor command to diagnose and fix issues:

clawdbot doctor

Or re-login to the specific platform:

clawdbot channels login

Configuration Issues

Edit configuration directly:

nano ~/.clawdbot/clawdbot.json

Or use the configuration wizard:

clawdbot configure

View Logs

Check gateway logs for errors:

journalctl -u clawdbot-gateway -n 100

Or use the built-in logs command:

clawdbot logs

Reset Configuration

If you need to start over:

clawdbot reset

This keeps the CLI installed but resets config/state.

Update Clawdbot

Keep your installation up to date:

npm update -g clawdbot clawdbot --version

Need More Help?

Server Information

Installation Details

  • Server: botclawd.clodhost.com
  • Node.js: v22.22.0
  • Clawdbot Version: 2026.1.24-3
  • Config Directory: /root/.clawdbot/
  • Workspace: /root/clawd/
  • Service: clawdbot-gateway.service
  • Gateway Port: 18789 (default)
  • Installation Date: January 27, 2026

What's Different About This Installation

This is a server installation of Moltbot, which means:

  • Runs 24/7 as a background service
  • Always available to respond to messages
  • Can run scheduled tasks and automation
  • Accessible from any device via chat platforms
  • Persists memory and context continuously

Unlike a local installation on your laptop, this server-based setup ensures Moltbot is always online and ready to assist, even when your personal devices are off.