Installation and Start-up

Thank you for choosing Orchesty for your project. The installation is simple, we can handle it in few steps.

What Do We Need? #

To start and run Orchesty, we must have Docker installed to ensure a virtualized environment. If you don't have any experience with Docker, we recommend going through its documentation.

For Mac users, we recommend installing OrbStack.

Next, we'll need some executable binaries. To install these binaries, follow the instructions below:

Execute the following command in your terminal:

apt install git make sed

Skeleton Download & Project Initialization #

The basis for the installation is Orchesty-skeleton, which is public on GitHub.

Run our Installer and follow the wizard:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Orchesty/Installer/main/InstallScript.sh)"

This is the recommended method for quick setup.

Startup and Login into Orchesty Admin #

Using the make init-dev command, we start and download the Docker image, which sets up the database and starts all important services.

make init-dev

Orchesty Admin represents the user interface for design and control of processes, its management, and related configurations.

For more detailed information about Orchesty Admin, visit the Admin documentation (coming soon).

Once installed, Admin will be available at http://127.0.0.1.

Default Credentials #

You can log in with the default user:

  • Email: test@orchesty.io
  • Password: password

Security Note: Make sure to change the default credentials in production environments.

Next Steps #

Now that you have Orchesty installed, you can log into the UI.

If you're starting with Orchesty, we recommend:

Congratulations! You've successfully installed Orchesty. You're ready to start building integrations.

© 2025 Orchesty Solutions. All rights reserved.