Install a Self-Hosted Instance

Install an OpenScan.AI explorer instance, verify it’s running, and complete the first-time setup.

This guide walks you through installing with Docker, Docker Compose, or from source.



First-time checklist

After any install method:

  1. Indexing statusGET /api/v2/main-page/indexing-status should show progress, not an error.
  2. Stats endpointGET /api/v2/stats returns chain counters once the first blocks land.
  3. UI loads — the home page shows recent blocks streaming in.
  4. RPC health — the backend logs show no repeating JSON-RPC errors; if they appear, check ETHEREUM_JSONRPC_HTTP_URL.

Next steps