Remote OpenClaw Blog
How to Run Hermes Agent on a Hostinger VPS (One-Click, ~10 Minutes)
8 min read ·
Hermes Agent on a Hostinger VPS is a roughly 10-minute job in 2026: pick the KVM 2 plan ($8.79/mo with the summer sale, up to 70% off), select the Hermes Agent template at checkout, and Hostinger deploys the whole thing as a Docker container before you finish your coffee. Start here: the one-click Hermes Agent template. The rest of this guide covers the plan decision, the deploy flow, the setup wizard, Telegram, and what to do in your first hour, based on Hostinger's official docs and the July 2026 community walkthroughs.
Step 1: Pick the Right Plan
KVM 2 is the correct plan for almost everyone running a single Hermes agent: Hostinger's Hermes tutorial recommends at least 2 CPU cores and 8 GB of RAM, and KVM 2 is exactly that spec at the lowest price. The Hermes container itself uses around 1 GB of RAM in normal use and 2 to 4 GB with browser automation enabled, so 8 GB leaves room for Docker, the gateway, and a second light agent later. Summer sale pricing as of July 2026, per Hostinger's application page:
| Plan | Specs | Sale price | Renews at | Good for |
|---|---|---|---|---|
| KVM 1 | 1 vCPU, 4 GB RAM, 50 GB NVMe | $6.49/mo (67% off) | $11.99/mo | Below Hostinger's recommended spec for Hermes; skip it |
| KVM 2 | 2 vCPU, 8 GB RAM, 100 GB NVMe | $8.79/mo (64% off) | $14.99/mo | One agent, the recommended pick |
| KVM 4 | 4 vCPU, 16 GB RAM, 200 GB NVMe | $12.99/mo (70% off) | $28.99/mo | Multiple agents or heavy browser automation |
| KVM 8 | 8 vCPU, 32 GB RAM, 400 GB NVMe | $25.99/mo (65% off) | $49.99/mo | Agent fleets, local model experiments |
Pick your plan on the Hermes Agent template page, up to 70% off with the summer sale; the code AIPOWER10 takes an extra 10% off 12-month-plus plans while the sale runs. Pick a data center near you, and note all plans include automatic weekly backups and a 30-day money-back guarantee. If you are weighing Hostinger against other providers first, our Hostinger VPS plan guide and self-hosted Hermes guide cover the field.
Step 2: Deploy the One-Click Template
Deployment is automatic: once you complete checkout with the Hermes Agent template selected, Hostinger provisions the VPS, pulls the Docker image, and starts the container along with required services such as Traefik, per Hostinger's official getting-started KB. Two things happen during the deploy screen:
- You set admin credentials. This username and password protect the browser-based web terminal. Store them in a password manager.
- Credit keys pre-fill. If you added nexos.ai AI credits (a gateway to Claude, Gemini, and GPT models) or Oxylabs web-scraping credits at purchase, those API keys are generated and filled in automatically. Skip them and Hermes still deploys; you just configure your own provider in the wizard.
When it finishes, open your VPS dashboard, go to Docker Manager, and click Open next to the Hermes Agent project. You are now in the Hermes CLI in your browser. Already own a Hostinger VPS? Deploy without repurchasing: VPS, then OS & Panel, then Operating System, choose Change OS, and search for Hermes Agent. And if you would rather wire Docker by hand on another provider, the manual path is covered in our Hermes Agent Docker setup comparison.
Step 3: Finish the Setup Wizard
The first time you open Hermes, a short interactive wizard configures the brain and the channels. Use arrow keys plus Enter or Space, and make these choices:
- Setup mode. Quick setup signs in through the Nous Portal with no API keys; Full setup connects your own providers, including the nexos.ai or Oxylabs credits from checkout. Pick Full setup if you bought credits, Quick setup if you just want to see the agent work.
- Model provider. With nexos.ai credits, choose the nexos.ai gateway and keep the pre-filled key. Otherwise pick OpenRouter, OpenAI, Anthropic, or a custom endpoint and paste your key. A popular cost setup from the 2026 walkthrough videos is routing through a ChatGPT/Codex subscription you already pay for instead of per-token API billing; our best models for Hermes Agent guide compares options.
- Channels. Toggle Telegram (or WhatsApp, Discord, Slack) now or skip and add later with
hermes gateway setup. - Tools. Enable Web Search & Scraping (with Oxylabs as provider if you bought credits), plus file, terminal, and memory tools.
Verify before adding anything else: type a prompt that forces a tool call, like "What's in my current directory?" If the agent errors, run hermes doctor --fix; a wrong API key is the usual culprit.
Step 4: Connect Telegram
Telegram turns your VPS agent into a contact on your phone, and the whole flow is two minutes:
- Message @BotFather on Telegram, send
/newbot, name the bot, and copy the token. - In the web terminal, run
hermes gateway setup, choose Telegram, and paste the token. - Message
@userinfoboton Telegram to get your numeric user ID, then add it underallowed_user_idsin~/.hermes/config.yaml. This allowlist is what stops strangers who find your bot from commanding a machine with terminal access. - Run
hermes gateway runand say hi from your phone.
The detailed version with troubleshooting lives in our Hermes Agent Telegram setup guide.
Step 5: What to Do First
The highest-leverage first hour is one cron, one research task, and one skill. These three prompts, adapted from the popular July 2026 use-case walkthroughs, prove the always-on value immediately:
- The 9am priority cron: "Every weekday at 9am, send me my top three priorities on Telegram based on our recent conversations." Set schedules with
hermes cronand the agent handles execution. - A real research task: "Research the top three competitors to [product], compare their pricing pages, and give me a table." This exercises web tools end to end.
- Your first skill: "Create a skill for drafting my weekly update in my voice, then save it." The self-improvement loop is the whole reason Hermes exists; our skills guide shows where it goes from there.
Then set up the GitHub backup (private repo, fine-grained token stored via hermes config set GITHUB_TOKEN, nightly backup cron) as described in our from-scratch setup guide. When one agent stops being enough, Hostinger also ships a one-click Hermes Workspace template, a web command center with multi-model chat and parallel sub-agent orchestration, covered by the same summer sale discounts.
Step 6: Lock It Down
Three security moves cover the common failure modes, per the hardening section of Hostinger's official Hermes setup tutorial:
- Keep the Tirith scanner on. Hermes ships with Tirith, a command scanner enabled by default that checks terminal commands for prompt injection, credential exfiltration, and backdoor patterns; approvals stay in
manualorsmartmode inconfig.yaml. - Close unused inbound ports. If you only chat through Telegram, deny 8642 (API server) and 9119 (dashboard):
sudo ufw deny 8642 && sudo ufw deny 9119. The gateway only makes outbound connections. - Sandbox the terminal.
hermes config set terminal.backend dockerruns agent commands in an isolated container instead of directly on your VPS.
Limitations and Honest Costs
The honest math: sale prices require paying the term upfront, and KVM 2 renews at $14.99/mo for two years after the intro period, so a three-year total is closer to $13/mo average than $8.79. The one-click template also decides the stack for you (Docker, Traefik, web terminal), which is a feature for beginners and a mild annoyance if you want a bespoke compose file; use the docker-compose route in that case. And Hostinger hosts the server, not the intelligence: model API costs are separate unless you use bundled credits, and if nexos.ai credits run out, Hermes stops responding until you top up. Remote OpenClaw earns an affiliate commission on the links in this post at no extra cost to you.
Related Guides
- How to Set Up Hermes Agent from Scratch (2026 Guide)
- Hermes Agent Docker Setup: One-Click Template vs Manual Install
- Hermes Agent Telegram Setup Guide
- Best Hostinger VPS Plan for OpenClaw
Go deeper
The operator playbooks
Production-ready PDF guides for OpenClaw and Hermes Agent — $19.99 each.
Skills for this topic
Browse all skills →Frequently Asked Questions
How much does it cost to run Hermes Agent on a Hostinger VPS?
$8.79/mo for the recommended KVM 2 plan during the July 2026 summer sale (up to 70% off across plans), renewing at $14.99/mo for two years afterward. Model API usage is billed separately unless you use bundled nexos.ai credits or a flat-rate subscription as the brain.





