Build, host and run AI solutions.
Private AI workspace with RAG and agents — your documents, your models, your server.
AnythingLLM is an all-in-one open-source AI application that turns your documents into a private, queryable knowledge base. It ships as a single Docker image that runs on any 2 GB VPS and connects to whichever LLM you already use — Ollama (local), OpenAI, Anthropic, Mistral, LiteLLM, and more.
The built-in RAG engine ingests PDFs, Word docs, plain text, code repositories, YouTube transcripts, Notion pages, and Confluence spaces, then chunks, embeds, and indexes them into an integrated LanceDB vector store. Each workspace is isolated: different documents, different LLM, different system prompt. Ask a question and AnythingLLM retrieves the relevant chunks, passes them as context to your model, and returns a cited answer.
AnythingLLM also ships a no-code AI agent builder: string together web search, code execution, document retrieval, and external API calls without writing a line of code. User management with roles (admin, manager, default) makes it suitable for team deployments. MIT-licensed and 62k+ GitHub stars as of July 2026.
Upload your SOPs, contracts, and technical docs. Your team asks questions in natural language and gets accurate, cited answers — without sending any data to OpenAI.
Ingest your codebase, architecture docs, and API references. Use AnythingLLM as a private coding assistant that knows your stack and answers in context.
Expose AnythingLLM's REST API to power an AI chat widget on your product, trained exclusively on your own documentation.
Guide optimized for ServOrbit Cloud VPS.
AnythingLLM itself makes do with about 512 MB of RAM. Sizing depends on the model: with an external API (OpenAI, Anthropic, Mistral), 2 GB is more than enough; with Ollama installed on the same VPS and a 7-billion-parameter model, count on 8 GB in total. Plan disk space for your documents and their vectors.
In your ServOrbit client area: Marketplace → AI → AnythingLLM → Deploy. The mintplexlabs/anythingllm:latest image (about 700 MB) is pulled once and the container starts within seconds on port 3001. The named volume anythingllm-storage keeps all of your documents, your settings and the SQLite database.
There are no credentials to hand over to you: this installation starts in single-user mode with NO password. Open it straight away, finish the setup wizard, then go to Settings and turn on “Password Protect Instance” — until you do, anyone who reaches the address can read your documents and change your settings.
Open the application in your browser. With a domain attached, the address is https://<your-domain>; without a domain there is no public address: open an SSH tunnel with ssh -L 3001:127.0.0.1:3001 root@<your-vps-ip>, then go to http://localhost:3001 — 3001 is the catalogue port, use the one shown on your app's card in the client area. AnythingLLM detects a fresh install and guides you through creating the first administrator account; that is also the moment when the JWT secret used to sign every user session is set. No domain is required for this step.
Go to Settings → LLM Provider. Choose Ollama if it runs on the same VPS, OpenAI by entering your API key, or any other supported provider. AnythingLLM tests the connection before saving. By pointing it at LiteLLM, you will be able to change provider later without touching your workspaces.
Click New Workspace, give it a name (“Product documentation”, for instance), then drop in your PDFs or paste a URL. AnythingLLM chunks the content, computes the vectors and stores them in LanceDB. Ask your first question: the system retrieves the relevant passages and passes them on to your model. Then create the accounts for your team and assign their roles.
Maintaining a project that uses AnythingLLM? This button lets your readers deploy it on a VPS in one click, without reading Docker documentation.
[](https://servorbit.com/vps-cloud?template=anything-llm&utm_source=deploy-badge&utm_medium=referral&utm_campaign=anything-llm)<a href="https://servorbit.com/vps-cloud?template=anything-llm&utm_source=deploy-badge&utm_medium=referral&utm_campaign=anything-llm"><img src="https://servorbit.com/brand/deploy/button.svg" alt="Deploy AnythingLLM 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.
Artificial IntelligenceRun open-source LLMs locally via a dead-simple API. Pull Llama 3, Mistral, Qwen or DeepSeek in one command — OpenAI-compatible, zero per-token cost.
Artificial IntelligenceBuild LLM applications visually: chatbots, RAG agents, pipelines — without writing any backend code.
Browse our help center and FAQ, or reach our team — callback, WhatsApp or email. Support in French, English and Arabic.