Quickstart
This guide helps you set up Unleash in just a few minutes. The fastest way to get started is by using Docker. If Docker doesn't work for you, see other ways to try Unleash.
Set up Unleash with Docker
Start Unleash locally
To start Unleash locally, clone the Unleash repository and start the server with Docker Compose:
git clone git@github.com:Unleash/unleash.git
cd unleash
docker compose up -d
Log in to the Unleash Admin UI
In your browser, go to http://localhost:4242 and log in using the following credentials:
- username:
admin
- password:
unleash4all