Satellite Dashboard is a standalone dashboard for managing your PHP Satellite Server apps.
PHP Satellite Server App : https://github.com/a6h15hek/php-satellite
Node.js version >= 8.9 is required to run the dashboard.
In .env file set
REACT_APP_PHP_SATELLITE_SERVER_URL=<php-satellite-server-app-url>
set the REACT_APP_PHP_SATELLITE_SERVER_URL value equal to url on which you have deployed php satellite server app.
git clone https://github.com/a6h15hek/satellite-dashboard.git
Install Dependencies
cd satellite-dashboard
npm install
Run dashboard locally
npm start
Open http://localhost:3000 to view it in the browser.
Build
npm run build
Builds the app for production to the build folder.
Login using the admin credentials.
Default email id and Password
email : admin@email.com
password : admin