Quick Start
Install
bash
git clone https://github.com/oqtopus-team/qdash.gitInitial Setup
Create a directory for PostgreSQL.
bash
mkdir postgres_dataCreate the environment file from the example.
bash
cp .env.example .env
cp -r config/qubex/qubex.example/* config/qubex/Start the Application
bash
docker compose up -dYou can now access the application at localhost:5714 .
Sign in

Default admin password is written in the .env file under ADMIN_PASSWORD variable. You can now access the application at localhost:5714 .
Remote access (Cloudflare Tunnel)
You can share QDash securely without opening extra ports by using Cloudflare Tunnel.
- Create a tunnel in the Cloudflare dashboard and copy the issued
TUNNEL_TOKEN. - Add the token to your
.envfile (e.g.TUNNEL_TOKEN=...). - Start the tunnel with
docker compose --profile tunnel up -d tunnel. - Confirm in the Cloudflare dashboard that the tunnel status is “Connected”.
Once connected, the hostname provided by Cloudflare (for example https://your-tunnel.example.com) will serve the same UI experience as http://localhost:5714, including charts and figures.