upnext package. Start it with the CLI and open it in your browser.
Prerequisites
- Redis 7+ — shared queue backend (same instance your workers use)
- PostgreSQL or SQLite — for job history and metadata
Start the server
- SQLite (quickest)
- PostgreSQL
SQLite requires no additional setup — just start the server:
Authentication
By default, authentication is disabled. To secure the dashboard and API, addUPNEXT_AUTH_ENABLED=true and UPNEXT_API_KEY when starting the server. See the Authentication guide for full details on enabling auth, managing users, and rotating keys.
Connect your services
Point your workers and APIs at the server so they report to the dashboard:UPNEXT_API_KEY: