Skip to content

Quickstart

You can install wanderer components either via Docker (Quick Setup or Manual Setup) or from source.

For a quick setup, you can run the following command in your terminal. This will create a docker-compose.yml file and start the services.

Terminal window
/bin/bash -c "$(curl -fsSL https://wanderer.to/setup.sh)"
docker compose up -d

After a few seconds, you should be able to access wanderer at http://localhost:3000 or your chosen domain.

To update your instance to the latest version:

Terminal window
docker compose pull
docker compose up -d

Always consult the changelog before updating, in case of breaking changes.