Skip to main content
Version: V6.2

Quick Installation

If you want to install via Helm on a K8s cluster, please refer to the documentation Helm Install

This document describes the one-click installation of Rainbond using a script. After the script checks the environment, it will start the Rainbond container using Docker.Supports Windows(x86_64), Mac(Intel/M1), Linux(x86_64,Arm64).

Prerequisites

  • Ensure you have a Docker or Docker Desktop environment
  • Ensure ports 80 443 6060 7070 are available

Installation Steps

Rainbond provides an installation script to quickly start Rainbond in a Docker container.During script execution, you need to manually set the EIP.After deployment, this IP address will be used to access the Rainbond console.

curl -o install.sh https://get.rainbond.com && IMGHUB_MIRROR=rainbond bash ./install.sh

After executing the above script, wait patiently for 3-5 minutes, then use a browser to access http://$EIP:7070 to enter Rainbond.

Next Steps

If you have successfully installed Rainbond and it is running normally, please continue to complete the Quick Start tutorial.