Quickstart Guide
Parseable Pro
The fastest way to get started is Parseable Cloud Pro tier. Sign up for Parseable Pro for a free 14 days trial. No credit card needed.
Run locally
You can also run Parseable Open Source edition locally. To run Parseable locally, run the following command to start Parseable in local mode on your machine:
docker run -p 8000:8000 \
parseable/parseable:edge \
parseable local-storeOnce the container is running successfully, go to http://localhost:8000 and login with the default credentials admin / admin.
You'll see the setup screen where you can import sample data in one click. This will also create few dashboards and queries to get you started.
Production installation
To deploy Parseable in a production environment, refer to the self-hosted installation guide:
Was this page helpful?