---
source_url: "https://docs.umami.is/docs/guides/hosting"
title: Hosting
mirrored_at: 2026-08-12T15:38:50.773Z
host: docs.umami.is
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/docs.umami.is/docs/guides/hosting"
---

> **Original source:** https://docs.umami.is/docs/guides/hosting

There are many ways you can get Umami up and running. All you need is a database [PostgreSQL](https://www.postgresql.org/) and server that can run [Node.js](https://nodejs.org/) (18.18 or newer).

In this setup you would have the database and web server running on the same machine. You can optionally run Umami behind a dedicated web server like [Nginx](https://www.nginx.com/) or [Apache](https://httpd.apache.org/) and proxy requests to Umami.

You can view the [Running on DigitalOcean](https://docs.umami.is/docs/guides/running-on-digitalocean) guide to learn how to set up a server.

In this setup you have a database running on its own machine that allows remote connections. Your web server is running on a different machine with Umami installed and connects to the database remotely to store and retrieve data.

In this setup, you would have an app hosting provider host the Umami app for you. You would still need a database running elsewhere that the app could connect to. Here are a few app hosting providers that can host Umami. Vercel, Netlify, Render, and Northflank have a free tier available.

-   [Vercel](https://vercel.com/)
-   [Netlify](https://www.netlify.com/)
-   [Render](https://render.com/)
-   [Northflank](https://northflank.com/)
-   [Railway](https://railway.app/)

For the deployment, the build command is `npm run build` and the publish directory is `.next`.

A managed database is where the host provides you with a running database that you don't have to install or maintain. Here are some providers for managed databases.

-   [DigitalOcean](https://www.digitalocean.com/products/managed-databases/)
-   [Linode](https://www.linode.com/products/databases/)
-   [Scaleway (EU)](https://www.scaleway.com/en/database/)
-   [Amazon Web Services](https://aws.amazon.com/products/databases/)
-   [Google Cloud SQL](https://cloud.google.com/sql/)
-   [Microsoft Azure](https://azure.microsoft.com/en-us/services/#databases)
-   [Render](https://render.com/pricing#databases)
-   [Heroku](https://www.heroku.com/postgres)
-   [Railway](https://docs.railway.app/databases/postgresql/)
-   [Neon](https://neon.com/)
-   [Supabase](https://supabase.com/database)
-   [PlanetScale](https://planetscale.com/)