You can monitor your Raspberry PI status real time from any place using adaptive(mobile & pc) web interface!
- Clone this repository on your raspberry pi
git clone https://github.com/ret7020/RPiManager/
cd RPiManager
- Install python modules
pip3 install -r requirements.txt
- Run web server
python3 server.py
- Open 'http://RPI_IP:8080/' in web browser
If you don't have white ip you can tunnel web port using ngrok or local tunnel(lt).