Production VPS: Your Own Agentic Engineering Server
Deploy the full stack to an Ubuntu VPS in about ten minutes. A coding-agent team, Hermes orchestration and LightRAG memory come up on hardware you rent for a few dollars a month — fully owned by you.

A production server is the default home for a Fractera platform for agentic engineering. The same stack runs end to end on a box you control: five coding CLIs, the Hermes orchestrator, a LightRAG memory graph, your application, its database and its media — all as long-running processes on your own machine, not someone else’s cloud.
One install, a full stack on hardware you own
IP-first: live on plain HTTP, no DNS wait
The deploy is IP-first by design. When it finishes — typically in about ten minutes — your workspace is reachable on plain HTTP at http://<your-ip>:3002. There is no domain and no HTTPS yet, and that is deliberate: it gets you into a working environment in minutes instead of waiting on DNS propagation and certificate issuance. When you are ready, you attach your own domain with HTTPS from inside the workspace (Admin → Personal Domain) — a separate, optional step you do yourself, later.
Rent the box, own the stack
Any Ubuntu 24.04 VPS with root access works — Contabo, Hetzner and similar providers rent suitable machines for a few dollars a month. The install runs the whole stack as PM2 processes on that machine. The open-source layer that runs on your VPS is yours: the code, the database and the AI memory all live on your disk, and nothing is routed to an external service to keep the lights on.
What comes up on the server
A coding-agent team plus Hermes orchestration
Claude Code, OpenAI Codex, Gemini CLI, Qwen Code and Kimi Code initialize inside browser-native terminals on the server and run on your own developer subscriptions. The Hermes orchestrator coordinates them, turning a request into precise tool calls and checking the result against the project’s own memory rather than guessing.
LightRAG memory and your data on your disk
A LightRAG knowledge graph acts as the shared long-term memory of the server, so context compounds across sessions instead of evaporating when a chat closes. Your application database and media storage sit on the same disk. Because everything is local to the server, your operational knowledge never leaves the machine you control.
“A server you rent for the price of a few coffees, running the sustained output of a full engineering team — owned outright, with the code, the database and the memory all on your own disk.”
Ready to put it on a server? Start a deploy now — the deploy form is right below; paste your VPS details and watch the stack come up, or read how it is orchestrated end to end.
Building something new and uncharted is very hard. Every obvious thing has already been tried by thousands of other founders. And here we come back again to the thought that it is better for an idea to be “idiotic” than obvious.
Roma ArmstrongFounder at Fractera.aiFrequently asked questions
- How long does a VPS deploy take, and what URL do I get?
- About ten minutes on a typical Ubuntu VPS. When it finishes, your workspace is live on plain HTTP at http://<your-ip>:3002 — that is the Admin workspace where you start coding. The deploy is IP-first, so there is no DNS or certificate wait.
- Do I need a domain or HTTPS to deploy?
- No. The default deploy is IP-first and comes up on plain HTTP at your server’s IP address. Attaching your own custom domain with HTTPS is an optional later step you do yourself from inside the workspace (Admin → Personal Domain). It is not part of the deploy.
- Which VPS providers and operating systems are supported?
- Any VPS running Ubuntu 24.04 with root access. Providers such as Contabo and Hetzner rent suitable machines for a few dollars a month. You bring the server; the install puts the entire Agentic Engineering Infrastructure on it and runs it as managed processes.