Readme
PC Monitor Dashboard
Dashboard web pour monitorer votre PC en temps réel.
Prérequis
- Python 3.8+
- Un logiciel de monitoring : LibreHardwareMonitor ou HWiNFO + RemoteHWInfo
Installation
pip install -r requirements.txt
python app.py
Accès :
- Dashboard : http://localhost:5000
- Admin : http://localhost:5000/admin
Plugins supportés
LibreHardwareMonitor (port 8085)
- Télécharger LibreHardwareMonitor
- Options → Activer "Remote Web Server"
- Port par défaut : 8085
HWiNFO + RemoteHWInfo (port 60000)
- Télécharger HWiNFO et activer "Shared Memory Support"
- Télécharger RemoteHWInfo
- Lancer
remotehwinfo.exe - Port par défaut : 60000
Configuration
Modifier config.json pour changer de plugin ou les ports :
{
"active_plugin": "hwinfo",
"plugins": {
"librehardwaremonitor": { "host": "127.0.0.1", "port": 8085 },
"hwinfo": { "host": "127.0.0.1", "port": 60000 }
}
}
Description
Languages
JavaScript
43.2%
Python
24.1%
CSS
23%
HTML
9.7%