Falkenstein, Germany
All workloads run in Hetzner's Falkenstein datacenter. Low latency for European users, data stays in the EU.
Runs on Hetzner 🇩🇪
Hostim runs on Hetzner's Falkenstein datacenter. Push your Docker or Compose app and we handle the server, patching, and orchestration. Hetzner's prices, none of the admin.
# docker-compose.yml
services:
web:
image: ghcr.io/you/app:latest
ports: ["80:3000"]
db:
image: postgres:16
volumes: [db:/var/lib/postgresql/data]
volumes:
db: {}Hetzner sells servers and cloud VMs at some of the lowest EU prices around, but they are raw infrastructure. You get a Linux box and an SSH key. You still need to set up Docker, a reverse proxy, TLS certificates, backups, firewalls, and updates.
Managed Hetzner hosting means all of that is already done. Hostim runs on Hetzner hardware in Falkenstein, Germany, and gives you a deploy target: push a Docker image or a Compose file, get HTTPS URLs, managed databases, and persistent volumes. No Ansible, no Coolify install, no "which Ubuntu LTS should I use".
A managed Kubernetes-based platform built on Hetzner infrastructure.
All workloads run in Hetzner's Falkenstein datacenter. Low latency for European users, data stays in the EU.
Deploy a Dockerfile, a pre-built image, or a docker-compose.yml file. The same artifact runs locally and in production.
Postgres, MySQL, and Redis are spun up as separate services on the same Hetzner infrastructure, next to your app.
Block storage survives restarts and redeploys. Attach a volume to any service without SSH-ing into a server.
If you are comfortable running a Linux server and you enjoy that work, a Hetzner VM is the cheapest possible option. You keep every cent of margin.
If you would rather spend your time on product code, a managed layer on top of Hetzner trades a small markup for: automatic TLS, a control plane, database backups, rolling deploys, and no 2am pages when the OS needs patching.
For most indie developers and small teams, the second option is cheaper in total cost of ownership once you count the hours.
docker-compose.yml.Push your Compose file. We run it on Hetzner in Falkenstein.
Common questions about billing, deployment, and hosting features.
You can create free MySQL, PostgreSQL, Redis databases, and persistent volumes. App containers start at €2.5/month. Each user gets one 5-day trial project with everything included – apps, DBs, volumes, metrics.
Yes. Paste your Docker Compose YAML and we'll generate the services automatically. You can also deploy from a Dockerfile or Git repository (repo should have Dockerfile so our system can build the image).
On bare-metal servers located in Germany. We do not use AWS, GCP, or other large cloud providers – your data stays in the EU.
No. Hostim.dev removes Kubernetes complexity. You manage apps, databases, and resources – not clusters or YAML.
Right now, each account manages projects individually. Multi-user roles and team collaboration are planned – we're actively listening to early users to shape this.