System Requirements

StackStorm requires Ubuntu, RHEL, RockyLinux or CentOS Linux. It is not supported on any other Linux distributions. The table below lists the supported Linux versions, along with the Vagrant Boxes and Amazon AWS instances we use for testing. See below for more details about our Linux distribution support policy.

If you are installing from ISO, perform a minimal installation. For Ubuntu, use the “Server” variant, and only add OpenSSH Server to the base set of packages. All other dependencies will be automatically added when you install StackStorm.

Note

Please note that only 64-bit architecture is supported.

Linux (64-bit)

Vagrant Box

Amazon AWS AMI

Ubuntu 18.04

bento/ubuntu-18.04

Ubuntu Server 18.04 LTS Bionic

Ubuntu 20.04

bento/ubuntu-20.04

Ubuntu Server 20.04 LTS Focal

RHEL 8 / RockyLinux 8

bento/rockylinux-8.5

Red Hat Enterprise Linux (RHEL) 8 (HVM)

RHEL 7 / CentOS 7

bento/centos-7.4

Red Hat Enterprise Linux (RHEL) 7.2 (HVM)

This is the recommended minimum sizing for testing and deploying StackStorm:

Testing

Production

  • Dual CPU

  • 2GB RAM

  • 10GB storage

  • Recommended EC2: t2.medium

  • Quad core CPU

  • >16GB RAM

  • 40GB storage

  • Recommended EC2: m4.xlarge

Note

If you are planning to add the DC Fabric Automation Suite to your system later, you will need additional RAM. Check the DC Fabric Automation Suite System Requirements

If you split your filesystem into multiple partitions and mount points, ensure you have at least 1GB of free space in /var and /opt. RabbitMQ and MongoDB may not operate correctly without sufficient free space.

By default, StackStorm and related services use these TCP ports:

  • nginx (80, 443)

  • mongodb (27017)

  • rabbitmq (4369, 5672, 25672)

  • redis (6379) or zookeeper (2181, 2888, 3888)

  • st2auth (9100)

  • st2api (9101)

  • st2stream (9102)

If any other services are currently using these ports, StackStorm may fail to install or run correctly.

Linux Distribution Support Policy

StackStorm only support Ubuntu and RHEL/RockyLinux/CentOS Linux distributions. In general, it is supported on the two most recent major supported releases for those distributions. Specifically:

  • Ubuntu: Current LTS releases are supported. Today this is 18.04 and 20.04.

  • RHEL/CentOS: We currently support RHEL/CentOS 7.x and RHEL/RockyLinux 8.x. In general, we recommend using the most recent version in that series, but any version may be used. StackStorm is verified on RHEL/RockyLinux 8.x distributions, but our RPMs should be compatible with other RHEL``8.x`` derivatives, e.g. CentOS 8 Stream.

    Support for RHEL/CentOS 6.x has been removed. StackStorm 3.2 is the last release that supported RHEL/CentOS 6.x.

    Support for Ubuntu 16.04 has been removed. StackStorm 3.4 is the last release that supported RHEL/CentOS 16.04.