Prerequisites

<< Click to Display Table of Contents >>

Raynet One > 2026.1 > Installation and Operations Guide > Raynet One On-Premises Installation and Operations Guide 

Prerequisites

Platform Requirements

Host OS: Any OS that can run Docker containers

CPU / RAM / Disk:

Minimum: 4 CPU, 16 GB RAM

Recommended: 8 CPU, 32 GB RAM

 

DNS Requirements

Target domain: raynetone.<your-domain> (example)

DNS records required: identity, frontend, backend, messagequeue, objectstore, optional rvia-server

For DNS it does not matter except when using Let's Encrypt with HTTP-01 challenge - in that case a wildcard will not work. For certificates a wildcard certificate is more convenient but individual certificates work as well.

 

Firewall and Connectivity

Incoming

443/tcp to the deployment host

Optional: AMQP 5672 (TCP) if using this protocol for runner communication is desired

 

Outgoing

Images can be pulled beforehand into a private registry, and licensing is possible via file. Therefore, no internet access is required, besides obvious needs such as catalog integration which could be deployed on-premises.

 

Required Tools

Docker and Docker Compose

OpenSSL (used by generate_env.sh to generate secrets)