sudo apt update

Install Ollama running this one-liner :
curl -fsSL https://ollama.com/install.sh | sh

Here command for model that can be downloaded:
ollama run llama3

sudo systemctl status ollama.service

docker run -d --network=host -v ollama-webui:/app/backend/data -e OLLAMA_API_BASE_URL=http://127.0.0.1:11434/api --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main

ip a
Check Your ip address, and open this url on browser
<ipaddress>:8080

Latest posts by Mahesh Wabale (see all)
- Helm GitOps Integration: A Complete Step-by-Step Guide for Beginners - August 6, 2026
- DevOps Engineer vs Platform Engineer vs Site Reliability Engineer (SRE) - August 4, 2026
- What is Site Reliability Engineering (SRE)? – Complete Guide - July 29, 2026