Run Aidbox locally

Follow these steps to launch Aidbox locally using Docker

Prerequisites

Steps

1. Create a directory

mkdir aidbox && cd aidbox

2. Run Aidbox on Docker

curl -JO https://aidbox.app/runme && docker compose up

This command downloads the Aidbox script and starts Aidbox using Docker Compose.

3. Access Aidbox

Open in browser http://localhost:8080/

4. Activate your Aidbox instance

  • Using AidboxID AidboxID is a unique identifier within the Aidbox ecosystem used for product activation

  • Using Aidbox license Aidbox license can be issued on the Aidbox user portal. More about Aidbox licenses here.

If you’re using an Aidbox license, you’ll be prompted for a username (or email) and password. Use the admin username and retrieve the password from the BOX_ADMIN_PASSWORD environment variable in the docker-compose.yaml file. For security, Aidbox generates a unique password for each instance.

5. Discover Aidbox features using Notebooks

Use Getting Started Notebooks to explore basic Aidbox features

Aidbox UI: notebooks

Aidbox Notebooks

Notebooks are interactive tutorials within the Aidbox UI with built-in REST, RPC, and SQL editors and the ability to execute requests and queries on the fly and see the result. You can use pre-built or create your own Notebooks. Learn more.

Next Steps

Last updated

Was this helpful?