This guide uses the official Docker Compose deployment for a single server.
git clone https://github.com/apache/superset.git
cd superset
The repository includes a ready-to-run Docker Compose configuration.
docker compose up -d
Run the initialization script inside the container:
docker compose exec superset ./superset-init.sh
Open http://your-server:8088 and log in with the default credentials created by the initialization script. Update the password immediately after first login.
Check the Superset Docker Compose installation guide or reach out via our contact page.