Solutions · AI agents
A VPS for Hermes Agent
Hermes Agent is Nous Research's open-source agent: a CLI and a gateway that puts it in Telegram, Discord, Slack, WhatsApp or Signal, calling whichever model provider you configure. Its own VPS guide asks for a gigabyte of RAM, so the right server is the cheap one: U1-2 at $8.90 a month has twice that. C1-2-55 at $18.90 arrives with Hermes installed.
What it needs
Light, by the project's own account
The software and the security posture come from the project's docs. The one hardware figure it publishes is the RAM floor; the rest are hosting guides' figures, labelled as such.
From hermes-agent.ai and the repository
- Linux (or macOS/WSL2), git on the PATH. The installer brings its own Python through uv.
- One model provider: Nous Portal, OpenRouter, OpenAI, Anthropic, or a local model.
- At least 1 GB of RAM without a local LLM, per the project's VPS guide.
- Runs 24/7 as a service:
hermes gateway installthenstart. - Dashboard on 9119 and API on 8642 stay private: loopback plus SSH or Tailscale, or put auth in front.
Sizes by workload
| Workload | vCPU | RAM |
|---|---|---|
| Chat + gateway to one messaging app, hosted modelThe project's own VPS guide: at least 1 GB RAM without a local LLM. | 1 | 1 GB |
| 24/7 with cron jobs and several channelsHosting guides' figure for continuous automation. | 2 | 4 GB |
| Browser tasks and heavier tool useA headless browser is the heaviest thing it runs. | 4 | 8 GB |
| Local model inferenceA model-hosting question, not a Hermes one; see the GPU line. | 8 | 32 GB |
The plans that fit
Four machines, priced live
Cheapest first. Prices are today's, per month, read from the catalogue.
- U1-2$8.90/mo
1 vCPU · 2 GB · 25 GB disk · Unmetered
One agent, unmetered, Istanbul. 1 vCPU, 2 GB and no traffic meter. Twice the project's minimum for less than the price of lunch. Paste the installer yourself.
- C1-2$15.90/mo
1 vCPU · 2 GB · 50 GB disk · 1 TB
One agent, in over sixty cities. The same 1 vCPU / 2 GB shape wherever you want it, from the cheapest city. Paste the installer yourself.
- C1-2-55$18.90/mo
1 vCPU · 2 GB · 55 GB disk · 2 TB
Arrives with Hermes installed. 1 vCPU / 2 GB on a supplier that runs our start-up preset. Buy it, log in, run hermes setup.
- BD-8$12.90/mo
4 vCPU · 8 GB · 100 GB disk · 32 TB
Cron automation or browser tasks. 4 vCPU, 8 GB, 100 GB of disk: above the guide figure for browser tasks, and the cheapest 8 GB machine we sell.
“Deploy installed” opens the configurator with our Hermes start-up script already in the start-up box, in full, before you buy. It runs once, as root, while the server is built, and only on suppliers whose platform runs start-up scripts; on the other rows the install is one pasted command.
The install
Six commands, from the project's own guide
With the preset, step 1 is done when the server arrives. Without it, step 1 is one line.
- Install. As a dedicated
hermesuser (the preset creates it), the official installer; it brings its own Python:curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash - Choose a model provider.
hermes setup— Nous Portal, OpenRouter, OpenAI, Anthropic or a local model. Keys go into Hermes's config, never into a prompt. - Check it.
hermes doctor, thenhermes chat -q "Reply with one sentence confirming Hermes works." - Connect a chat app.
hermes gateway setupfor Telegram, Discord, Slack, WhatsApp or Signal. - Run it 24/7.
hermes gateway installthenhermes gateway start;hermes gateway statusconfirms it survives logout and reboot. - Open the dashboard through a tunnel.
ssh -N -L 9119:127.0.0.1:9119 hermes@your-server, then http://127.0.0.1:9119/. The preset leaves all of this in/root/HERMES-NEXT-STEPS.txt.
Honestly
What we would actually buy
The project asks for a gigabyte. Buy the machine that has two and spend the difference on model calls.
For one Hermes agent
U1-2 · $8.90/mo
1 vCPU, 2 GB, 25 GB of SSD and no traffic meter, in Istanbul. Need it somewhere else? C1-2 is the same shape in over sixty cities from $15.90. On both, the install is the one line in step 1, typed by you; C1-2-55 at $18.90 arrives with it done. Whichever you pick, the monthly cost of the agent will mostly be the model provider, not the server.
Questions