📊 Dashboard

Overview

Dashboard is a UI to manage your WhatsApp sessions!

You can access Dashboard by running the project and opening http://localhost:3000/dashboard (or similar, but with /dashboard at the end).

ℹ️ Default username and password: waha/waha

docker run -it -p 3000:3000/tcp devlikeapro/waha-plus

If you’re using API Key, remember to set up the key in the dashboard.

Dashboard with API Key

Configuration

When running WAHA you can set the following environment variables to configure the dashboard:

  • WAHA_DASHBOARD_ENABLED=true - enable or disable the dashboard, by default true. Set to false to disable the dashboard.
  • WAHA_DASHBOARD_USERNAME=waha - username used to log in, by default waha.
  • WAHA_DASHBOARD_PASSWORD=waha - password used to log in, by default waha.
docker run -it -p 3000:3000/tcp -e WAHA_DASHBOARD_USERNAME=waha -e WAHA_DASHBOARD_PASSWORD=waha devlikeapro/waha-plus

Bug reports and feature requests

If you’re experiencing any issues or have a feature request, please create an issue in the WAHA GitHub