WebUI authentication - softwarecrash/Solar2MQTT GitHub Wiki
WebUI authentication
Solar2MQTT supports optional HTTP basic authentication for the Web UI.
Enable it
- Open
Wi-Fi - Expand
Advanced Network Settings - Fill
Username - Fill
Password - Save settings
Disable it
- Open
Wi-Fi - Expand
Advanced Network Settings - Clear the username
- Save settings
Current behavior
- Authentication is skipped in AP mode so initial setup remains reachable.
- Once the device is on your normal Wi-Fi, the configured username and password protect the Web UI.
Security note
This is local HTTP basic authentication only. Do not expose the Web UI directly to the internet.
If you need remote access, use:
- VPN
- reverse proxy with proper authentication and TLS
- other network-level protection