Skip to content

Requirements

In order to deploy Drovio to your own servers, make sure your configuration fulfills the following requirements.

Supported operating systems

  • Linux Debian 13 x64 / arm64
  • Linux Ubuntu 24.04, 24.10, 26.04 x64 / arm64
  • Linux RHEL 9, 10 x64 / arm64
  • Windows Server 2016 x64
  • Windows Server 2019 x64
  • Windows Server 2022 x64
  • Windows Server 2025 x64
  • Windows 10 / 11 x64
  • Windows 10 / 11 x64
  • macOS 13+ x64 / arm64
  • Linux x64 / arm64

Container runtime

Drovio Server can also run as a container, on any host able to run Docker, whatever its distribution. See Docker deployment.

  • Docker Engine 20.10 or later, for multi-architecture image support.
  • The docker compose plugin 2.20 or later, for the production-ready image.

Our images are published for linux/amd64 and linux/arm64.

  • For 100 users: 4 CPU cores, 4 GB RAM, 25 GB disk space (75 GB disk space for Windows).
  • Web client: at least a two-core CPU with a clock speed of 2 GHz, 2 GB of RAM.
  • Drovio app (host): at least a quad-core CPU with a clock speed of 2 GHz, 4 GB of RAM.

Database

Drovio Server exclusively supports PostgreSQL 14+. The standard packages install and configure a local PostgreSQL instance for you. For High Availability you will host the database on a separate machine. See High Availability.