Skip to main content
Check out the Resourcing Guide before getting started with Docker.
This guide covers managing the compose files manually. For a guided install with managed upgrades, use the Onyx CLI instead — it can also adopt an existing manual setup later.

Guide

Note: On Windows, the commands will be slightly different but all the steps are the same.
1

Install Requirements

2

Clone the Onyx repo

3

Navigate to the compose files

4

Launch Onyx

To pull images from Docker Hub and start Onyx:
Alternatively, to build images from source:
If you’ve previously launched Onyx with the old onyx-stack service name, you’ll need to add -p onyx-stack to your launch command.For example: docker compose up -p onyx-stack -d.
After the containers come up, the system needs to go through an initialization process after which you can access Onyx at localhost:3000.

Enabling Onyx Craft

Craft adds isolated sandbox containers and an egress proxy to the Docker Compose deployment. Use the dedicated guide for both new and existing installations.

Deploy Craft on Docker Compose

Install the Craft overlay, configure the sandbox API URL, plan host capacity, and verify the runtime.

Next Steps

Configure Authentication

Set up authentication for your Onyx deployment with OAuth, OIDC, or SAML.

More Onyx Configuration Options

Learn about all available configuration options for your Onyx deployment.