Hermes Agent · Tutorial 10
Run Hermes Agent on a Hostinger VPS
Choose between Hostinger's self-hosted Hermes VPS and Managed Hermes, compare plans, deploy safely, and budget beyond the server price.

0 of 12 complete
Last checked and updated: August 5, 2026. Hostinger’s introductory prices, renewal rates, included credits, available regions, and application flow can change. Use the current checkout page as the final authority before paying.
Hostinger offers two different ways to run Hermes Agent. The page linked in this guide is for a self-hosted Hermes Agent VPS: you rent a virtual server and Hostinger deploys Hermes in Docker for you. Managed Hermes is a separate, more hands-off subscription with one managed plan, included starting credits, and less server administration.
For most Superbash learners who want a real 24/7 Hermes setup and are happy to learn basic server hygiene, start with Hostinger KVM 2. Its 2 vCPU cores and 8 GB RAM match Hostinger’s own current baseline guidance for stable cloud-model automations. Choose Managed Hermes instead if you want a persistent assistant but do not want to administer a VPS at all.
What Hostinger’s Hermes Agent plan actually gives you
The Hermes Agent page sells a VPS with a one-click Docker application, not unlimited AI reasoning. Hostinger provisions the server and offers Docker Manager, container logs, one-click application updates, NVMe storage, a public API, and data-center choices. Hermes itself runs in a container; you still choose an AI provider and pay for the model calls or managed credits that your tasks consume.
A $6.49-per-month server does not produce a $6.49-per-month autonomous-agent bill when the workflow uses an expensive model, frequent browser sessions, web search, or multiple subagents. The VPS price is fixed infrastructure; model and tool usage remain variable.
Hostinger’s current Hermes page shows these introductory monthly-equivalent prices for a two-year term in the US storefront:
| Plan | Introductory price | Renewal price shown | Resources | Hermes recommendation |
|---|---|---|---|---|
| KVM 1 | $6.49/mo | $11.99/mo | 1 vCPU, 4 GB RAM, 50 GB NVMe, 4 TB bandwidth | Fine for a learning CLI or one light scheduled job. Little room for browser work. |
| KVM 2 | $8.79/mo | $14.99/mo | 2 vCPU, 8 GB RAM, 100 GB NVMe, 8 TB bandwidth | Best starting point for an always-on gateway, cloud LLMs, cron, and modest automation. |
| KVM 4 | $12.99/mo | $28.99/mo | 4 vCPU, 16 GB RAM, 200 GB NVMe, 16 TB bandwidth | Use for browser automation, several workers, or a busy shared agent. |
| KVM 8 | $25.99/mo | $49.99/mo | 8 vCPU, 32 GB RAM, 400 GB NVMe, 32 TB bandwidth | Use only after measurements show sustained concurrent or local-model demand. |
Those are not universal prices. They are a dated snapshot of the linked product page, are normally paid upfront for the selected term, and can differ by country, tax, promotion, and duration. The recurring renewal price is the number to use for a long-term budget.
Self-hosted Hermes VPS vs Managed Hermes
The correct product is determined by who should own the server work.
| Question | Self-hosted Hermes Agent VPS | Managed Hermes |
|---|---|---|
| What you buy | A VPS plus Hostinger’s Docker application template | A separate managed Hermes subscription |
| Server control | You control the VPS, container setup, firewall, and integrations | Hostinger manages the underlying server, software updates, backups, and core infrastructure security |
| Model access | Bring your own provider keys, or optionally use compatible credits/gateways | Includes starting AI and web-search credits; additional usage can still cost more |
| Best for | Learners who want SSH access, control, custom tools, and room to grow | People who want a persistent personal agent without learning VPS administration |
| Important caveat | You remain responsible for safe access, user allowlists, secrets, and backups | Availability is still rolling out by region, and the managed plan is less infrastructure-flexible |
Managed Hermes also currently lets subscribers switch between Hermes Agent and OpenClaw in hPanel under the same subscription. That can be useful if you are comparing agent products, but it is not a reason to choose it blindly. Choose it when managed operations are genuinely more valuable than root-level server control.
Which Hostinger plan should you choose for Hermes?
Pick KVM 2 unless you can explain why you need something else. Hermes may use only around a gigabyte in a light session, but the operating system, Docker, a messaging gateway, logs, scheduled tasks, updates, and occasional browser work all need headroom. Hostinger’s current cost guidance calls 2 vCPU and 8 GB RAM the stable minimum for cloud-model automations.
Choose KVM 1 only when you are deliberately learning the CLI, using a cloud model, and running one small workflow. If a job opens a browser, retries a scrape, or overlaps with an update, 4 GB becomes tight quickly.
Choose KVM 4 when your logs or monitoring show real pressure: multiple active browser sessions, parallel subagents, a heavier coding toolchain, or a small team sharing the installation. Do not upscale merely because a launch page calls a larger plan “popular.”
Choose KVM 8 for sustained heavy concurrency or local inference after you have measured CPU, RAM, disk, and latency. It is not a shortcut to better model quality. If the model runs through an API, the model provider, not the VPS CPU, is normally doing the reasoning.
Deploy Hermes Agent on Hostinger, step by step
This is the self-hosted-VPS path from the linked Hermes Agent page. The precise hPanel labels may move, so prefer Hostinger’s live setup screen if it conflicts with an older screenshot.
1. Buy the VPS and choose the Hermes application
Open Hostinger through Superbash (a partner link), select the Hermes Agent application, then choose KVM 2 for a first production-like deployment. During checkout, confirm:
- Server location is close to you or the systems Hermes will access.
- The billing period, amount due today, and renewal rate are acceptable.
- You have an email address and a secure password-manager entry ready for the VPS and Hermes credentials.
- You understand whether automatic backups and any optional credits are included in your selected configuration.
If you already own a Hostinger VPS, Hostinger’s support documentation says you can deploy it from VPS → Docker Manager → Catalog, search for Hermes Agent, then select the application. Do not change an existing server’s operating system just to install a template without a tested backup; Hostinger warns that an OS change erases server data.
2. Supply only the credentials you need
The deployment flow can accept a model-provider key and can offer nexos.ai credits and Oxylabs search/scraping credits. Those are conveniences, not a requirement to make a decision during checkout. Hermes can deploy without them; it just cannot complete model-powered tasks until you configure a provider.
For a first install, use one low-risk model provider and one small task. Keep credentials in the password manager, enter them only in Hostinger/Hermes configuration, and never paste them into a chat, a public issue, or a repository.
3. Open the terminal and finish the Hermes wizard
After deployment, open Docker Manager → Projects and select Open beside Hermes Agent. Hostinger opens the in-browser terminal for the container. Start with the normal setup wizard:
hermes
Choose the setup path that matches your account. Use the fuller configuration path when you are bringing your own provider key and want to choose a provider, model, tools, and communication channel deliberately. Skip Telegram, Discord, Slack, WhatsApp, and browser tools until the base chat works.
Then verify the installation before building anything clever:
hermes
hermes doctor
hermes status
Ask one harmless question and one bounded tool task, such as checking the current directory. If either fails, fix the provider key or configuration before connecting more channels. L02 explains the basic install flow; L05 covers tools and integrations.
4. Lock down access before connecting a messaging app
An always-on agent is useful precisely because it is reachable. That also makes careless setup expensive. Before you pair Telegram, WhatsApp, Slack, or another channel:
- Keep risky command approvals enabled. Start with manual review if you are new; do not turn protections off to make a demo feel smoother.
- Add the approved user IDs for every messaging channel. A bot without an allowlist can become an open remote-control endpoint.
- Do not expose the Hermes API server or dashboard to the public internet just for convenience. Use SSH tunnelling, Tailscale, or another authenticated private access route.
- If you only use Hermes through a messaging gateway, Hostinger’s current guide recommends closing ports 8642 (API) and 9119 (dashboard).
- Use a dedicated, spend-capped model API key. Do not give the agent an account-owner credential.
Work through L07 before attaching production data, and L08 before leaving a recurring job unattended.
5. Prove one useful workflow, then measure it
Start with a daily summary, one health check, or one research job that sends a short result to a private channel. Let it run for a week. Track the model provider’s token usage, web-search or browser credits, RAM use, disk use, job failures, and time to complete.
That evidence tells you whether to keep KVM 2, move to KVM 4, switch models, or use a more managed plan. It is much better than sizing a server from an aspirational list of future automations.
What will Hermes on Hostinger really cost each month?
Use this simple budget equation:
monthly Hermes cost = VPS or Managed Hermes subscription
+ model API or AI-credit usage
+ optional web, browser, image, and voice tools
+ backup, domain, or storage add-ons you choose
For self-hosting, KVM 2 is the predictable base cost. The unknown is inference: agent tasks may make several model calls to plan, use tools, inspect output, retry, and report back. Premium reasoning models, large conversations, browser automation, and parallel workers can outweigh the server fee.
The practical rule is simple: set a model-provider spend cap before the first real automation; run several representative tasks; then use the measured weekly spend to set a monthly ceiling. A small VPS does not protect you from a large API bill.
Common Hostinger Hermes mistakes
| Mistake | Why it hurts | Better move |
|---|---|---|
| Buying KVM 1 for browser-heavy work | 4 GB RAM leaves little headroom beyond Docker and the OS | Start at KVM 2 or measure a short KVM 1 trial before committing |
| Treating the VPS price as all-inclusive AI | Model and tool usage are separate variable costs | Set a provider cap and inspect usage after representative jobs |
| Adding every channel and tool on day one | Failures become impossible to isolate | Prove CLI chat first, then add one integration at a time |
| Exposing the dashboard publicly | A dashboard can hold credentials and agent controls | Use private authenticated access and close unused ports |
| Reinstalling an existing server through an OS change | The change can erase the server | Back up first; use Docker Manager Catalog where available |
| Trusting the discount but ignoring renewal | Introductory and long-term costs differ | Put both amounts into the decision before checkout |
A sensible starting point
Hostinger is a strong fit for a learner who wants Hermes running when their laptop is asleep but does not want to begin from a blank Linux installation. The linked VPS application makes deployment easier; it does not remove the need to choose a model, protect access, set a budget, and test the workflow.
Start with KVM 2, a cloud model, one private channel, a small daily job, and strict approvals. Move up only when your own usage says you need it. Choose Managed Hermes when avoiding server administration is worth more to you than owning the VPS configuration.
Sources and further reading
Suggested for this guide
Hostinger VPS
When you are ready to keep an agent running after this tutorial, compare a VPS with enough memory for its workload, logs, updates, and recovery plan.
Best for: Always-on agents, cron jobs, and remote access
View Hostinger plansPartner link. It supports Superbash Learn at no extra cost to you.