Listing Thumbnail

    OpenClaw AI Workstation for OpenClaw 2.0

     Info
    Sold by: Breaking IT 
    Deployed on AWS
    AWS Free Tier
    Fresh OpenClaw 2.0 AI workstation AMI with OpenClaw 2026.8.1, Hermes Agent, Open WebUI, Ollama, browser automation, Tailscale, Caddy, and Docker.

    Overview

    OpenClaw AI Workstation for OpenClaw 2.0 is a ready-to-run Ubuntu 24.04 AMI for teams and builders who want a private cloud AI workstation that can run 24/7 in their own AWS account.

    This image is a fresh OpenClaw 2.0 installation, not an in-place upgrade image. It combines OpenClaw 2026.8.1, Hermes Agent, Open WebUI, Ollama, browser automation, secure networking, and developer tooling into one opinionated virtual machine. Launch the AMI, SSH in, run agent-menu, and choose whether to use OpenClaw or Hermes as the active agent.

    What is included:

    • OpenClaw 2026.8.1
    • Hermes Agent v0.20.0 based on upstream v2026.8.3
    • agent-menu for switching between OpenClaw and Hermes
    • Open WebUI for local/private chat and Ollama model access
    • Ollama local model runtime
    • Google Chrome, Playwright, Xvfb, x11vnc, and noVNC for browser automation
    • Docker Engine with Docker Compose and Buildx
    • Caddy web server for HTTPS reverse proxy setups
    • Tailscale for private networking and secure remote access
    • Developer tools including GitHub CLI, AWS CLI, jq, yq, ripgrep, fd-find, ffmpeg, tmux, and htop

    The AMI is bring-your-own-model-access. No AI provider credentials, API keys, tokens, models, or subscriptions are included. Users can configure OpenRouter, OpenAI, Anthropic, local Ollama models, or other supported OpenAI-compatible APIs.

    Security model:

    • SSH is the primary management interface.
    • noVNC is available for visual browser automation; restrict access with security groups, SSH tunnels, Caddy, or Tailscale.
    • Open WebUI and Ollama bind locally by default for safer access via SSH tunnels or private networking.
    • Root SSH login and SSH password authentication are disabled.

    This product packages open source software for convenience and is not affiliated with or endorsed by OpenClaw, Hermes Agent, Nous Research, Open WebUI, Ollama, Tailscale, Caddy, Docker, OpenAI, Anthropic, GitHub, or AWS.

    Highlights

    • Fresh OpenClaw 2.0 workstation image with OpenClaw 2026.8.1, Hermes Agent, Open WebUI, Ollama, Docker, Caddy, and Tailscale preinstalled
    • agent-menu lets users choose OpenClaw or Hermes as the active agent after first SSH login
    • Private AI workstation design: local Ollama support, local-only app ports, and secure access via SSH tunnels, HTTPS, or Tailscale

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04 LTS

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    OpenClaw AI Workstation for OpenClaw 2.0

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (293)

     Info
    • ...
    Dimension
    Cost/hour
    t3a.medium
    Recommended
    $0.03
    t3.micro
    $0.03
    t2.micro
    $0.03
    c6i.24xlarge
    $0.05
    m8a.2xlarge
    $0.05
    m5a.16xlarge
    $0.05
    m6a.48xlarge
    $0.05
    c7i.12xlarge
    $0.05
    c8i.xlarge
    $0.05
    c8i.4xlarge
    $0.05

    Vendor refund policy

    Usage-based hourly billing. No commitment, cancel anytime by stopping your EC2 instance. You only pay for hours consumed. If the software fails to function as described, contact support@breakingit.nl  within 48 hours for a refund of the affected period.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    OpenClaw 2026.8.1 / OpenClaw 2.0 on Ubuntu 24.04 LTS. Includes OpenClaw 2026.8.1, Hermes Agent v0.20.0 (upstream v2026.8.3), Open WebUI, Ollama, Docker 29.7.2 with Docker Compose 5.5.0, Tailscale 1.102.3, Caddy 2.11.4, Google Chrome 152, Playwright 1.62.1 browser automation, noVNC visual browser access, Codex CLI 0.151.0, Claude Code 2.1.251, and developer tools. No provider credentials, API keys, tokens, models, or subscriptions are included.

    Additional details

    Usage instructions

    Getting started:

    1. Launch this AMI. Recommended instance: t3a.medium or larger.
    2. SSH into the instance: ssh ubuntu@<instance-ip>
    3. Run the agent selector: agent-menu
    4. Choose OpenClaw or Hermes and follow the setup prompt.

    OpenClaw setup:

    • Select OpenClaw in agent-menu, then run: openclaw onboard

    Hermes setup:

    • Select Hermes in agent-menu, then run: hermes setup

    Open WebUI and Ollama:

    • Ollama listens on 127.0.0.1:11434.
    • Open WebUI listens on 127.0.0.1:8080.
    • Access Open WebUI securely with an SSH tunnel: ssh -L 8080:127.0.0.1:8080 ubuntu@<instance-ip> Then open: http://localhost:8080 
    • Pull a local model if desired: ollama pull llama3.1

    Visual browser access:

    • noVNC is available at http://<instance-ip>:6080/vnc.html if port 6080 is allowed by your security group. For production use, prefer SSH tunnels, Caddy with HTTPS, or Tailscale.

    Useful commands:

    • agent-menu
    • openclaw-ai-status
    • setup-tailscale
    • systemctl status ollama open-webui

    Ports: 22 (SSH), 6080 (noVNC web). Open WebUI (8080), Ollama (11434), and agent gateways are local-first; use SSH tunnels, Caddy, or Tailscale rather than exposing them publicly.

    No AI provider credentials, API keys, tokens, models, or subscriptions are included in this AMI.

    Support

    Vendor support

    For AMI-specific issues, contact the publisher through AWS Marketplace. Upstream components are open source and supported by their respective communities.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.