Waboom AI
AI Training

AI Training

AI Team TrainingPopular

Hands-on workshops for marketing, sales, operations, and customer service teams.

AI Strategy Workshop

Executive workshops for leadership teams. Identify opportunities. Calculate ROI. Walk out with a roadmap.

Claude Code Workshop

Build apps in hours not months. Ship websites, automations, and tools with AI.

AI Training for Teams

AI Training for Teams

Hands-on workshops for marketing, sales, operations, and customer service teams. Not theory. Real tools. Real tasks. Real outcomes.

2,000+ people trained across NZ

Learn more
AI Automation

AI Automation

AI Agents & AutomationPopular

Your AI workforce: outbound, proposals, knowledge and support agents. Find buyers, write SOWs, answer every call.

AI Retainer Support

Already built with us? Stay on retainer and we keep shipping new agents and features for your business.

Microsoft Copilot Agents

Build custom Copilot agents in Power Automate & Copilot Studio. Automate workflows across your entire Microsoft 365 ecosystem.

Waboom Concierge

Personalised inbound for premium brands. An AI concierge greets every visitor, builds an on-the-spot quote, and books a real conversation.

AI Automation & Integration

AI Automation & Integration

We build faster and more cost effectively than traditional development teams. You tell us the problem. We deliver the solution.

30+ projects live in 24 months

Learn more
AI Voice Agents

AI Voice Agents

AI Voice Agents

24/7 AI-powered phone agents for inbound & outbound calls. Never miss a lead, handle enquiries, book appointments automatically.

AI Receptionist

Pay-as-you-go inbound receptionist. Answers, transfers calls, takes messages inside your VoIP. $1/min with auto top-up.

Voice Agent Pricing

Transparent pricing for AI voice agents. See costs per minute and platform fees.

AI Voice Agent Demo

Talk to Michelle on three voice AI engines side by side. Hear the latency, find the model that fits.

Listen to Our Voices

Preview all 32 AI voice agents across NZ, AU, UK and US. Find the perfect voice for your brand.

Case Studies

Real customer results. Vendor leads, viewings booked, relationships scaled. Every story has the math.

AI Voice Agents

AI Voice Agents

Never miss a lead. AI agents that answer calls 24/7, qualify prospects, and book appointments automatically.

30+ voice agents deployed

Learn more
Case Studies

Case Studies

Melbourne: 5 listings from one 14-year dormant contactPopular

$2.9M of CBD apartments relisted by the same agent who sold them in 2012. AI dialled the dormant number.

Home builder: AU$374.4M in lost sales uncovered

5,200 cold calls into a 70,000-prospect CRM. 234 confirmed lost deals at AU$1.6M each. A very leaky bucket.

Sydney agent: 141 vendor leads in 90 days

9,856 dials, 1,997 conversations, 141 warm-transferred sellers at $32.74 each.

Christchurch developer: 49 viewings in 14 days

931 Meta leads called same-day. 49 viewings booked at $7.12 each.

City Sales Auckland: 100,000+ relationships

How a leading Auckland firm strengthened over 100,000 client relationships with AI.

See all case studies

Browse every Waboom customer case study in one place.

Real numbers from real Waboom customers

Real numbers from real Waboom customers

Vendor leads. Viewings booked. Relationships scaled. Every story has the math.

5,000+ AI-handled conversations

Learn more
Resources

Resources

AI Resources & Guides

Free templates, frameworks, and implementation guides to help you adopt AI effectively in your organisation.

Blog

Expert insights on AI voice agents, automation strategies, and industry best practices from the Waboom team.

Workshop Tutorial Videos

Paid-attendee video library. Cowork 101 and Claude Code 101, on demand with clickable chapter navigation.

AI Resources Hub

AI Resources Hub

Free tools and guides to help you implement AI effectively. From policy templates to ROI calculators.

New resources added monthly

Learn more
Contact

Contact

Contact Us

Get in touch with our team. We'd love to hear about your AI goals.

About Waboom AI

Learn about our mission, team, and why we're passionate about AI adoption in NZ.

Let's Talk AI

Let's Talk AI

Whether you need training, automation, or strategy - we're here to help you adopt AI effectively.

Response within 24 hours

Learn more
09 885 9695 (NZ)+61 485 027 479 (AU)
  1. Home
  2. /Resources
  3. /OpenClaw AWS Setup

Access the Setup Guide

Enter your email for instant access

Step-by-step guide to setting up OpenClaw on AWS with screenshots and SSH instructions.

By submitting, you agree to our privacy policy. We'll never share your info.

Your email unlocks all Waboom AI resources. No spam, ever.

OpenClaw mascot with AWS logo - Cloud server setup guide
Technical Guide

OpenClaw AWS Setup Guide

Everything you need to set up OpenClaw on your own AWS server. Follow these steps to get your AI voice agent infrastructure running.

Multiple Ways to Run OpenClaw

There are several ways to set up and run OpenClaw depending on your needs:

  • Locally on your computer — Best for testing and personal use
  • Cloud server (AWS, as shown below) — Best for 24/7 availability and production use
  • Other cloud providers — Google Cloud, Azure, DigitalOcean, etc.

This guide covers the AWS cloud setup option as an example.

Disclaimer

This guide is provided for informational purposes only. Waboom AI is not responsible for any data loss, revenue loss, security breaches, AWS charges, or any other damages that may result from following this guide. You are solely responsible for your server configuration, security, and any costs incurred. Always follow AWS best practices and consult official documentation.

Estimated Monthly Cost

Running OpenClaw on AWS typically costs around $60 USD/month for a t3.small instance. AWS Free Tier may cover the first 12 months for new accounts.

Why Use Your Own AWS Server?

Full Control

Complete ownership of your infrastructure and data

Scalability

Easily scale resources as your usage grows

Customization

Configure the server exactly to your needs

Cost Effective

Pay only for what you use with AWS pricing

Important Security Considerations

OpenClaw has access to system calls and can execute code. You should:

  • Run OpenClaw in a dedicated, isolated environment
  • Never store sensitive credentials on the same server
  • Restrict SSH access to your IP address only
  • Regularly update and patch your server
  • Monitor server activity and set up alerts

Before You Begin

What you'll need:

  • An AWS account (free tier eligible)
  • A terminal application (Terminal on Mac, PowerShell/WSL on Windows)
  • Basic familiarity with command line

Step-by-Step Setup

1

Create an AWS Account

If you don't already have an AWS account, sign up for the free tier:

Create AWS Account
AWS Free Tier page with Create account button highlighted

Fill in your email and choose an account name:

AWS Sign up form

Choose the Paid plan for full access (you only pay for what you use):

AWS plan selection - Free vs Paid

The free tier includes 750 hours/month of t2.micro or t3.micro instances for the first 12 months.

2

Navigate to EC2

  1. a.Sign in to the AWS Console
  2. b.In the search bar at the top, type EC2
  3. c.Click on EC2 to open the EC2 Dashboard
AWS EC2 Dashboard
3

Launch a New Instance

  1. a.Click the orange Launch instance button
  2. b.Enter a name for your server (e.g., openclaw-server)
Launch instance button in AWS EC2
4

Select the Operating System

Under Application and OS Images:

  • Select Ubuntu
  • Choose Ubuntu Server 22.04 LTS (Free tier eligible)
  • Architecture: 64-bit (x86)
Select Ubuntu operating system and instance type
5

Choose Instance Type

Under Instance type:

  • Select t3.small (2 vCPU, 2 GB RAM)

t3.small provides good performance for OpenClaw. You can upgrade later if needed.

6

Create a Key Pair

The key pair is required to securely connect to your server via SSH.

  1. a.Click Create new key pair
  2. b.Enter a name (e.g., openclaw-key)
  3. c.Key pair type: ED25519 (recommended)
  4. d.Private key file format: .pem
  5. e.Click Create key pair
Create key pair dialog - select ED25519 and .pem format

Important: The .pem file will download automatically. Save it somewhere safe - you cannot download it again!

7

Configure Network Settings

Security groups act as a firewall for your instance.

  1. a.Under Network settings, click Edit
  2. b.Allow SSH traffic from: Select My IP
Network settings - Allow SSH traffic from My IP, and storage configuration

Selecting "My IP" restricts SSH access to only your current IP address, which is the most secure option.

8

Configure Storage

Under Configure storage:

  • Set storage to 30 GB gp3

30 GB provides ample space for OpenClaw and its dependencies.

9

Launch the Instance

  1. a.Review your settings in the Summary panel on the right
  2. b.Click the orange Launch instance button
  3. c.Wait for the instance to launch (usually 1-2 minutes)
10

Get Your Instance's Public IP

  1. a.Go to Instances in the left sidebar
  2. b.Click on your new instance
  3. c.Find the Public IPv4 address - you'll need this to connect
Instance summary showing Public IPv4 address

Connect to Your Server

1. Open your terminal

  • Mac: Applications > Utilities > Terminal
  • Windows: Use PowerShell or WSL (Windows Subsystem for Linux)
  • Linux: Open your preferred terminal

2. Navigate to your key file

cd ~/Downloads

3. Set permissions on your key file

chmod 400 openclaw-key.pem

This restricts the key file to read-only access for your user only.

4. Connect via SSH

ssh -i openclaw-key.pem ubuntu@YOUR_PUBLIC_IP

Replace YOUR_PUBLIC_IP with the Public IPv4 address from Step 10.

Success!

If you see ubuntu@ip-xxx-xxx-xxx-xxx:~$ you're connected to your server.

Next Steps

Now that your AWS server is set up and you can connect via SSH, you're ready to install OpenClaw.

Follow the OpenClaw installation documentation to complete the setup on your new server.

View OpenClaw Documentation

Need Help?

If you run into any issues or have questions about setting up OpenClaw, we're here to help.

Contact Us
Waboom AI

Empowering New Zealand and Australian businesses with AI voice agents and automation that deliver real, measurable value.

info@waboom.ai+64 9 885 9695 (NZ)+61 485 027 479 (AU)
Level 8, 139 Quay Street
Auckland CBD, New Zealand

Voice Agents

  • AI Voice Agents
  • AI Receptionist NZ
  • AI Receptionist Australia
  • AI Phone Answering
  • AI Virtual Receptionist
  • AI Receptionist Pay As You Go
  • Waboom Concierge
  • Medical Answering Service
  • Answering Service Australia
  • AI Sales Agent
  • Voice Agent Pricing
  • Listen to Voices
  • Real Estate Guide

By Industry

  • Real Estate
  • Mortgage Brokers
  • Insurance Brokers
  • Property Managers
  • Medical Clinics
  • Dentists
  • Vets
  • Childcare + ECE
  • Car Dealerships
  • Construction + Builders
  • Electricians
  • Plumbers
  • HVAC
  • Accountants
  • Law Firms
  • All industries and regions

Workshops

  • All Workshops
  • AI Team Training
  • AI Strategy Workshop
  • AI Champion Workshop
  • Claude Team Training
  • Claude Code Workshop
  • Lovable Workshop
  • Free AI Workshop

Automation

  • AI Automation
  • Microsoft Copilot Agents
  • Integrations

Company

  • About Us
  • Contact
  • Partners
  • Pipedrive Partner
  • Resources
  • Blog
  • AI Agency NZ
  • AI Agency Australia

Powered by leading AI technologies

VAPIOpenAIZapierMakeStripe

© 2026 Waboom.ai. All rights reserved.

PrivacyTermsSecurity