Build, host and run AI solutions.
Run open-source LLMs on your VPS — OpenAI-compatible API, zero per-token cost.
Ollama is an open-source LLM runtime that lets you pull and serve large language models (Llama 3, Mistral, Qwen, DeepSeek, Gemma) on your own infrastructure with a single command. It exposes an OpenAI-compatible REST API on port 11434, so any tool or library that works with OpenAI also works with your self-hosted instance — without changing a single line of code.
Deployed on a ServOrbit VPS, Ollama becomes your private AI inference backend: unlimited requests at a fixed monthly cost, with all prompts and responses staying on your server. It pairs directly with Open WebUI for a chat interface, Flowise or n8n for automation, or any custom application that calls `/v1/chat/completions`.
ollama pull llama3.1:8b, ollama list, ollama rmReplace OpenAI API calls with your own Ollama endpoint. Your prompts never leave your VPS — ideal for processing contracts, internal documents, or any sensitive data.
Run a 7B or 13B model on a dedicated VPS to prototype AI features before wiring up a production LLM. Fixed cost, no surprise bills, reset with ollama rm.
Pair Ollama with Open WebUI to give your whole team a shared ChatGPT-like interface powered by open-source models — on infrastructure you control.
Guide optimized for ServOrbit Cloud VPS.
Order a ServOrbit VPS with at least 8 GB of RAM for a 7 to 8 billion parameter model quantised to Q4 on CPU, 16 GB for larger models. The system installed is Ubuntu 24.04. For production-grade response times, a server fitted with a GPU changes the experience markedly.
Installing from your client area creates the ollama/ollama container, mounts the ollama volume on /root/.ollama so your models survive reboots, and publishes the service on the loopback interface, at 127.0.0.1:11434. Nothing is exposed to the internet at this stage: that is deliberate, since Ollama has no authentication of any kind.
Ollama has no sign-in screen: it is an HTTP API paired with a command line. Over SSH on the VPS, run docker exec -it ollama ollama pull llama3 then docker exec -it ollama ollama run llama3. Then plug in an interface — Open WebUI for instance — rather than exposing the API as it stands.
Fetch a model with docker exec -it ollama ollama pull llama3.1:8b, check that it is registered with docker exec -it ollama ollama list, then test from the VPS: curl http://127.0.0.1:11434/api/generate -d '{"model":"llama3.1:8b","prompt":"Hello"}'.
Ollama asks for no credentials and knows nothing of API keys: anyone who reaches the service can query your models and pull new ones. As soon as a domain is attached, ServOrbit installs the nginx vhost and the TLS certificate — but encryption protects the transport, it identifies nobody. Two options hold up: leave the instance without a domain and work through an SSH tunnel, or put an authenticating gateway in front of Ollama — LiteLLM for instance — and publish only that.
In Open WebUI, open Settings then Connections and enter http://localhost:11434. From an OpenAI SDK running on the VPS itself, set base_url='http://127.0.0.1:11434/v1' and api_key='ollama'. From any other machine, go through the domain attached to the instance — base_url='https://<your-domain>/v1'. Without a domain there is no public entry point: open an SSH tunnel with ssh -L 11434:127.0.0.1:11434 root@<your-vps-ip> then point at http://localhost:11434/v1. The port may be reassigned at install time: use the one shown on the app's card in your client area, 11434 being only the catalogue value.
Maintaining a project that uses Ollama? This button lets your readers deploy it on a VPS in one click, without reading Docker documentation.
[](https://servorbit.com/vps-cloud?template=ollama&utm_source=deploy-badge&utm_medium=referral&utm_campaign=ollama)<a href="https://servorbit.com/vps-cloud?template=ollama&utm_source=deploy-badge&utm_medium=referral&utm_campaign=ollama"><img src="https://servorbit.com/brand/deploy/button.svg" alt="Deploy Ollama on ServOrbit" height="40"></a>The button points to a VPS order with the template preselected. The image is served from servorbit.com — nothing to host on your side.
Web interface to interact with your local or remote LLMs. Your data stays on your infrastructure — no third party involved.
Automation & WorkflowsBuild LLM automation pipelines with drag-and-drop. Visual LangChain chains, connected to your existing tools.
Automation & WorkflowsAutomate your workflows across applications without code. Over 400 integrations, 100% self-hosted on your VPS.
Browse our help center and FAQ, or reach our team — callback, WhatsApp or email. Support in French, English and Arabic.