Dashboard
The Expo-Open-OTA Dashboard is a web interface that allows you to:
- 🔍 View and manage your Expo branches
- 🔄 Track runtime versions
- 📦 Monitor and manage OTA updates

🎛 How to Enable the Dashboard
To activate the dashboard, configure the following environment variables:
1️⃣ Enable the Dashboard
Set the USE_DASHBOARD
environment variable to true
:
USE_DASHBOARD=true
2️⃣ Set the Admin Password
Set the ADMIN_PASSWORD
environment variable to a secure password:
ADMIN_PASSWORD=your-password
Once enabled, the dashboard will be available at:
http://<your-server>/dashboard