DiagTerm Web needs to connect to a backend server to monitor your system.
Default: https://exios66.github.io/gui-api/
Need help?
How to start the backend:
- Install DiagTerm:
pip install diagterm
- Start the web server:
diagterm-web
- Optional - Enable command runner:
DIAGTERM_WEB_ENABLE_RUNNER=1 diagterm-web
Security Notes:
- The backend only listens on localhost (127.0.0.1) by default
- No data is sent to external servers