Skip to content

Install on Linux

Terminal window
# 1. Fetch the compose file
curl -fsSL https://batazor.github.io/autopilot-page/docker-compose.prod.yml -o docker-compose.prod.yml
# 2. Bring up the host's ADB and confirm BlueStacks is visible
adb start-server
adb devices
# 3. Pull and start: redis + bot + api + web
docker compose -f docker-compose.prod.yml up -d
# 4. Open the dashboard
xdg-open http://127.0.0.1:3000/overview

On first start the dashboard will prompt for a license file — see License activation.