Coaching About Videos Book FAQ Contact
DE|EN
Book Free Consultation

The short version

This is the practical follow-up to the OpenClaw explainer. Instead of only talking about what a self-hosted assistant could be, the video walks through the full setup from a fresh server to a working Telegram-connected assistant.

The most important decision comes first: where should OpenClaw run? Your main laptop is convenient, but risky because an agent with system access can reach too much. A dedicated local device gives more control, but needs more network setup. A VPS is the cleanest tutorial path because it is isolated, reachable and reproducible.

The video then builds a basic security baseline before installing anything important: SSH keys, updates, firewall rules, auto-updates and password-login hardening. Only after that does OpenClaw get installed and configured.

The assistant is connected to Anthropic for model access and Telegram for the chat interface. The setup includes common failure points, how to read OpenClaw diagnostics, how to restart the gateway and why the built-in security audit belongs at the end of the setup rather than later.

What you learn

  • How to decide between a VPS, a dedicated local device and your main machine
  • How to prepare a fresh server with SSH keys, firewall rules and auto-updates
  • How the OpenClaw installer and onboarding flow work in practice
  • How to connect an Anthropic API key and choose a sensible model for testing
  • How to create and pair a Telegram bot with the OpenClaw gateway
  • How to troubleshoot common setup errors and run the security audit

The setup at a glance

AreaWhat the video coversWhy it matters
HostVPS, local device or main machineControls risk, availability and how isolated the assistant is.
ServerFresh Hetzner VPS with SSH accessGives the tutorial a reproducible baseline.
SecurityFirewall, updates, SSH keys, password login disabledReduces obvious exposure before the agent gets tool access.
OpenClawInstaller, onboarding, gateway status and diagnosticsTurns the server into a working assistant environment.
ModelAnthropic API key and model choiceKeeps testing cheap while still allowing stronger models for real work.
InterfaceTelegram bot creation and pairingLets you chat with the assistant from anywhere.
AuditOpenClaw security audit and fixesChecks for dangerous defaults before daily use.

Frequently asked questions

The video compares three options: your main computer, a dedicated local device such as a Raspberry Pi or Mac Mini, and a VPS. The pragmatic recommendation is to avoid your main machine, especially when the agent has broad system access.

No, but the walkthrough uses a VPS because it is reachable, isolated and easier to keep running. A dedicated local device can also work if you know how to expose or access it safely.

The tutorial recommends using a cheaper model for testing and Sonnet for real work. It also recommends setting a strict spending limit on the Anthropic account before connecting the API key.

OpenClaw can access tools and files, so configuration mistakes matter. The security audit checks for common problems after setup and should be run immediately before treating the assistant as usable.

The video chapter by chapter

Summary of all thirteen chapters. Timestamps jump straight to the matching point in the video. This video currently only has auto-generated subtitles, so there is no verbatim transcript here yet.

00:00 What you will build

The opening sets the goal: a private AI assistant running on your own server and reachable through chat. It connects this tutorial to the previous OpenClaw explainer and makes clear that the result should be working, secure and under your control.

00:27 Where to run OpenClaw?

The video compares the main machine, a dedicated local device and a VPS. The key point is isolation: OpenClaw can read files, run commands and access a system, so running it on the computer that holds all your work is the most dangerous option.

01:56 SSH key setup

The secure connection starts with SSH keys rather than passwords. The walkthrough shows how to find an existing public key or create a dedicated one for this server, then use it to connect without exposing password login as the main access method.

02:56 VPS setup on Hetzner

The tutorial creates a small VPS and walks through the basic choices: location, image, key, name and initial access. The point is not Hetzner specifically, but a clean server you can reproduce and isolate from your personal computer.

05:27 Server hardening

Before installing OpenClaw, the server gets updated and hardened. The video covers unattended security updates, firewall defaults, allowing SSH and reloading the SSH service after disabling password login.

06:37 Installing OpenClaw

OpenClaw is installed with the official installer. The walkthrough shows the one-command installation, then moves into onboarding and the daemon setup so the gateway can keep running beyond the current shell session.

09:20 Onboarding and configuration

The configuration step wires the assistant together: gateway status, initial settings and the practical checks that confirm the service is reachable and ready for a chat interface.

11:00 Anthropic API key and model choice

The video shows where to get an Anthropic API key and why a spending limit matters before testing an agent. The pragmatic split is simple: use a cheap model to verify the setup, then a stronger model when the workflow deserves it.

13:00 Telegram bot setup

The assistant becomes usable through Telegram. The walkthrough creates a bot, connects it to OpenClaw, lists the pending pairing and approves the pairing code so messages reach the gateway.

15:22 Troubleshooting common errors

The setup does not assume everything works on the first try. It covers diagnostic commands, automatic fixes, gateway restarts and logs, which are the fastest way to separate a model issue from a server or gateway issue.

19:07 Live demo with file access

The demo proves that the assistant is not only connected to a chat app. It can access files in the environment it runs in, which is exactly why the earlier security and isolation decisions matter.

19:38 Security audit and final fixes

The security audit is the last required checkpoint. It finds configuration problems and gives you a chance to fix critical warnings immediately, before treating the assistant as something you can rely on.

21:00 Skills, automation and daily use

The closing points toward skills, automation and the daily workflows that make a self-hosted assistant useful. The setup is the baseline, but the real value comes from connecting it to the parts of your work where context and access matter.

Related

Want an AI setup that fits your actual workflow?

I work 1:1 with freelancers, consultants, coaches and small teams on practical AI workflows, including the question of what belongs on your own infrastructure and what belongs in the cloud.

Book a free intro call

More videos →