Home / Support / Ollama on Ubuntu 24.04 LTS
Ollama on Ubuntu 24.04 LTS — Ollama is a local large-language-model runtime with an OpenAI-compatible API — pull open models (Llama, Mistral, Gemma and more) and serve them from your own VM. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscript…
| Application ports | 11434 (HTTP API — no built-in authentication) |
|---|---|
| Open in browser | http://<VM-IP>:11434/ |
| Sign in as | none — the API has no authentication; restrict port 11434 in the NSG or front it with an authenticating proxy |
| Service(s) | ollama |
| Configuration | models in /usr/share/ollama/.ollama/models/; quick-start notes: sudo cat /root/OLLAMA-README.txt |
| Logs | journalctl -u ollama -f |
| Version | Ollama 0.31.1 (no models pre-pulled) |
| Platform | Ubuntu 24.04 LTS |
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.