Run Your Own AI Employee 24/7 with OpenClaw (100% Local)
Quick Overview
The video successfully demonstrates how to set up an OpenClaw AI assistant to run 24/7 on a remote server using a no-code approach via HostAI.Bot, requiring five main steps: creating a user, installing packages, installing OpenClaw, installing Ollama, and connecting the Telegram channel.
Key Points: The installation process for a 24/7 OpenClaw AI employee is achieved in five steps: Create User, Install Required Packages, Install OpenClaw, Install Ollama, and Connect. The user connects to their remote server (a Hostinger VPS running Ubuntu 24.04) via SSH and performs initial setup, including creating an 'openclaw' user and setting its password (0:08-03:16). Required packages (Node.js, build-essential, python3) are installed using curl and apt-get, followed by installing OpenClaw via npm (3:17-3:47). Ollama is installed using its provided script, and the 'ministral-3:3b' model is pulled and configured with OpenClaw (4:04-07:17). The OpenClaw service ('clawdbot-gateway.service') is created as a systemd service to ensure it runs constantly and restarts automatically upon computer reboot (3:35-04:29). The final connection step involves using the HostAI.Bot platform to connect Telegram by getting a token from BotFather and approving the pairing code in the HostAI.Bot dashboard, resulting in a live, 24/7 functional AI bot (08:08-11:26). The setup is presented as a no-code solution, emphasizing ease of use for beginners, even when running on a remote cloud server.
Context: This tutorial guides viewers through setting up OpenClaw, described as "The AI that actually does things," to run continuously (24/7) on a remote server, offering an alternative to running it locally. The demonstration uses a Hostinger VPS running Ubuntu 24.04 and leverages the HostAI.Bot platform to streamline the complex setup process, which typically involves installing Ollama for local model execution and configuring systemd services.
Detailed Analysis
The video details a comprehensive, no-code tutorial for setting up the OpenClaw AI assistant to run 24/7 on a remote server, primarily using HostAI.Bot for deployment. The process begins by setting up the remote Ubuntu VPS (0:08), starting with user creation for 'openclaw' and granting it sudo privileges without a password (1:58). Next, necessary packages like Node.js and Python 3 are installed (3:18). OpenClaw is then installed globally using npm (3:36), and a systemd service file is created to manage the 'clawdbot-gateway' so it runs constantly and restarts automatically upon system reboot (3:50). Following this, Ollama is installed (4:04), and the 'ministral-3:3b' model is pulled and configured within OpenClaw (6:42). The final stage involves connecting the Telegram channel via HostAI.Bot: the user obtains a token from BotFather (5:37), enters it into the HostAI.Bot dashboard (6:13), approves the channel pairing request (11:55), and launches the bot, which confirms it is live and running on Telegram (11:26). The video concludes by showing the bot interacting successfully via Telegram and the HostAI.Bot dashboard, confirming the 24/7 availability achieved through cloud hosting and automation.