An easy to use control panel for your Raspberry PI or any other device that runs Linux*
First, clone the repository. Then install all the dependencies using npm i or yarn install (whichever you like).
After that you'll have to make a .env file with the following format:
PASSWORD="Your Password Here"
It's recommend to start the script with PM2 so it will automatically reboot if the server restarts.
npm i pm2 -gsudo pm2 start app.jssudo pm2 startupsudo pm2 saveDone! Now, when the device starts the panel will launch itself as well.
*= I'm not going to guarantee that the tool is gonna run on another device as it's coded for the Raspberry PI 3B+ and soon Pi 4B