Skip to content

Versio.io Managed system requirements

General

Following server hardware requirements are necessary:

  • You'll need a dedicated host for Versio.io Managed installation. This host must not run other services that are CPU or memory intensive, or that open ports used by Versio.io Managed.
  • You need a 64-bit Linux distribution. Note that installation on both physical and virtualized hosts are supported.
  • The libraries that are installed with Versio.io Managed are locale-aware. For correct display of text and symbols, be sure to set your environment's system locale to an english language option (for example, LANG=en_US.UTF-8).
  • Ensure that you've appropriately configured your firewall settings:
    • On the server host open port 443 (default) for web user interface usage and API requests. Optional open port 80 for HTTPS forwarding.
    • The Versio.io Managed Server requires access to SMTP services as well as all other services which are to be called as integrations from Versio.io Server (Chat, Automation, Incident Management etc.).

Hardware sizing

The following hardware dimensioning is necessary for the operation of the Versio.io platform:

Node type Total instances CPU Memory Storage Node
Small (PoC) 10.000 8 vCPUs 32 GB 200 GB 1
Medium 1.000.000 16 dCPUs 64 GB 400 GB 2
Large 10.000.000 >=32 dCPUs =>128 GB => 600 GB 2

Table: Hardware sizing for Versio.io platform depends on number of Versio.io instances

Operating systems

Following operating systems are supported:

Operating system Versions
Ubuntu >=22.04 and LTS
Debian >=12.9
Red Hat Enterprise Linux >=9.5
Fedora >=41

Table: Supported operating systems for Versio.io platform

Software components

The basis of the Versio.io platform runs on a container platform. The following products are supported and must be executable under the user versio (see Installation):

  • Docker (>=24.0.0)
  • Podman inkl. Docker Compose

The following software products are required on the Linux host for operational use:

  • tar
  • gzip
  • awk
  • wget
  • openssl
  • grep
  • curl
  • ss
  • which
  • systemctl
  • sysbench
  • pv
  • chpasswd
  • jq

Tip

Before starting any installation, please run our System Requirement Check to ensure that all requirements to operate the Versio.io platform are met!

wget https://raw.githubusercontent.com/versio-io/check-versio.io-system-requirements/main/check-versio.io-system-requirements.sh bash check-versio.io-system-requirements.sh

Command line: Download and execute the system requirements check before Versio.io Managed installation