diff --git a/docs/troubleshooting/connection-error.mdx b/docs/troubleshooting/connection-error.mdx index b171160..e51ee24 100644 --- a/docs/troubleshooting/connection-error.mdx +++ b/docs/troubleshooting/connection-error.mdx @@ -20,6 +20,8 @@ Struggling to connect to Ollama from Open WebUI? It could be because Ollama isn 3. **Restart Ollama**🔄: A restart is needed for the changes to take effect. +4.**If your OLLAMA connection is still not working, go to Settings> Connection>Manage Ollama API Connections and replace 'localhost:11434' with '120.0.0.1:11434'. (Explanation of the issue: This change might be necessary if the DNS configuration is restricted due to firewall restrictions.)** + 💡 After setting up, verify that Ollama is accessible by visiting the WebUI interface. For more detailed instructions on configuring Ollama, please refer to the [Ollama's Official Documentation](https://github.com/ollama/ollama/blob/main/docs/faq.md#setting-environment-variables-on-linux).