Troubleshooting
Dashboard shows "ES: red" or "ES: unreachable"
The dashboard cannot connect to Elasticsearch.
- Check Elasticsearch is running:
sudo systemctl status lme-elasticsearch - Test connectivity:
curl -sk https://localhost:9200 - Restart if needed:
sudo systemctl restart lme-elasticsearch
Dashboard shows "LLM: unreachable"
The LiteLLM proxy is not responding.
- Check the service:
sudo systemctl status lme-litellm - Check llama.cpp (LiteLLM depends on it):
sudo systemctl status lme-llama-cpp - Restart the AI stack:
sudo systemctl restart lme-llama-cppsleep 5sudo systemctl restart lme-litellm
Dashboard shows "pgvector: unreachable"
The vector database is not responding.
- Check the service:
sudo systemctl status lme-pgvector - Restart:
sudo systemctl restart lme-pgvector - If RAG was working before, re-ingest docs from Settings > Documents
AI responses are slow or low quality
The default 1.2B model is small and fast but has limited reasoning ability. Options:
- Download a larger local model (see Managing Models)
- Connect a cloud model for better analysis quality
"Certificate error" when accessing the dashboard
LME uses self-signed TLS certificates. This is expected.
- Chrome: Click "Advanced" then "Proceed to site"
- Firefox: Click "Advanced" then "Accept the Risk and Continue"
- Edge: Click "Continue to site"