AI Systems & Automation · 1/30/2026 · Alfred
ClawdBot Setup Guide for Non-Technical Users
A simpler guide to setting up Clawdbot for non-technical users without turning setup into another blocker.
- What You'll Need Before Starting
- Step-by-Step Setup (About 15-30 Minutes)
- PHASE 1: Set Up Your Server (5-10 Minutes)
ClawdBot is an AI assistant that works 24/7 to help you organize information, send reminders, and manage tasks across apps like Telegram, Discord, and Email. Think of it as hiring a digital assistant that never sleeps.
Here's the complete setup broken down into simple steps:
What You'll Need Before Starting
A computer or server that stays on 24/7 (This can be free using AWS cloud service)
Node.js installed (software that makes ClawdBot run) — you can download it from nodejs.org
A Telegram account (free messaging app) — this is how you'll talk to ClawdBot
An Anthropic API Key — this is what gives ClawdBot access to Claude (the AI)
Step-by-Step Setup (About 15-30 Minutes)
PHASE 1: Set Up Your Server (5-10 Minutes)
What this does: You're renting free computer space from Amazon AWS where ClawdBot will live and work.
Go to aws.amazon.com and create a free account
Look for "EC2" (this is Amazon's computer rental service)
Click "Launch Instance"
Choose "Ubuntu" as your system
Select the free tier option (look for "t2.micro" or "t3.micro")
Create a security key (Amazon will download a file — keep it safe, it's like your password)
Click "Launch Instance" and wait a few seconds
Click on your instance ID, then click "Connect" and select the browser option
You're now in a terminal (a text interface). Don't worry — you just need to copy and paste commands.
PHASE 2: Install ClawdBot (2 Minutes)
In the terminal, copy and paste this command exactly:
Press Enter and wait about 2 minutes
ClawdBot will start asking you questions in the terminal — this is the "wizard"
PHASE 3: Choose Your Settings (10 Minutes)
The wizard will ask you several questions:
Question 1: Quick Start or Advanced?
Answer: Quick Start (easier for beginners)
Question 2: What model do you want to use?
Answer: Opus 4.5 (Claude's most powerful AI)
Question 3: How do you want to talk to me?
Answer: Telegram (easiest option)
Question 4: Do you have an API key?
If no, go to platform.anthropic.com, sign up, and get a free API key
Paste it into the terminal when asked
PHASE 4: Create Your Telegram Bot (5 Minutes)
Open Telegram on your phone or computer
Search for @BotFather (this is Telegram's bot creator)
Send the message: /newbot
BotFather will ask for a name — give it any name you like
BotFather will give you a token (a long string of numbers and letters)
Copy that token and paste it into the ClawdBot wizard in your terminal
PHASE 5: Lock Down Your Bot (2-3 Minutes)
So only you can talk to your bot:
In Telegram, search for @useridbot
Send it any message
It will give you your User ID (a number)
When the ClawdBot wizard asks for it, paste your User ID
PHASE 6: Give Your Bot a Personality (5 Minutes)
ClawdBot will ask:
What should I call you? — Your name
What should you call me? — Give your bot a name
What's my purpose? — Say something like "Help me organize information and manage tasks"
What timezone are you in? — Pick your timezone
You're Done! Now What?
Once setup is complete, you can:
Open Telegram and find your bot
Send it messages like:
"Remind me to call Mom on Friday at 2pm"
"Save this article about digital marketing"
"What are my tasks for today?"
"Do research on AI trends and give me a report"
The bot will understand and help you.
Quick Troubleshooting
ProblemSolutionTerminal looks scaryIt's just a text interface — you only need to copy and pasteCommand doesn't workMake sure you copied it exactly, including spacesBot doesn't replyCheck that you pasted your User ID correctly to lock it down"Command not found" errorMake sure Node.js is installed (node --version in terminal)Important Security Note
Since ClawdBot can access your computer and apps, treat it carefully:
Don't give it permission to access things you don't understand
Keep your API key secret (never share it with anyone)
Start with basic tasks and expand what it can do gradually
The $0 vs. $999 Question
People talk about buying a Mac mini ($999), but you don't need it. AWS Free Tier gives you a free server that can run ClawdBot for 12 months. Just set a billing alert so you don't get surprise charges.
That's it! You now have a 24/7 AI assistant. Start simple and have fun with it.
What should non-technical teams verify during setup?
The setup process should make ownership, access, and expected behavior obvious. If the team cannot tell where the assistant gets information, what actions it can take, or how to correct it when it goes wrong, the setup is not complete.
OpenAI's agents guidance is useful because it frames assistants as part of a larger system with tools and controls. If the setup needs to work reliably for operators, it should sit inside stronger AI systems and automation design.
What should leaders do with these findings next?
The useful next step is to convert the issue into an operational decision. That means identifying where the current process creates friction, who owns the fix, and what a stronger system should change in practice instead of treating the article as abstract advice.
For most teams, the gap is not awareness. It is execution. Once the problem is visible, the harder question becomes how to redesign the workflow, reduce risk, or improve visibility without adding another disconnected tool or side process.
If the issue is already affecting the business, review the relevant Prologica page on AI systems and automation and use it as a more practical starting point for the next system decision.