Back to catalog
Agent Zero logo

Self-Host with Docker · Yantr

Agent Zero

Self-hosted autonomous AI agent framework with a web interface.

Ports

1

Deps

0

Use Cases

3

About

What Agent Zero does

Agent Zero is an open-source AI agent framework with a browser-based interface to define, run, and chain agents for tasks like research, coding, and file management — entirely on your own hardware, with no data sent to third-party cloud services.

Install Flow

How to self-host Agent Zero

Agent Zero can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Agent Zero does, which Docker image Yantr uses, default ports, dependencies, and where to find the original compose template.

If you searched for Agent Zero Docker, Agent Zero Docker Compose, or self-host Agent Zero, this page is the direct landing page for that app in Yantr's catalog.

After deployment, Yantr also lets you publish additional ports later from the stack page using Docker-style syntax. Use mappings like 8080:8080 for a fixed host port or just 8080 to let Docker assign a random host port for container port 8080.

Use Cases

What people run it for

Run autonomous AI agents locally to perform multi-step tasks such as web research, code generation, or file operations without relying on cloud providers.
Build and chain custom agent workflows that combine multiple tools and LLM calls to automate repetitive or complex tasks.
Experiment with different LLM backends (OpenAI, Ollama, etc.) by pointing Agent Zero at your preferred model endpoint.

Technical Details

Ports, image, and service metadata

Ports

These are the standard container ports Yantr knows about for Agent Zero. You can keep the default mapping, remap them, or publish extra ports later after deployment with Docker syntax such as 3000:3000 or 3000.

Port Protocol Label
3005 HTTP Web UI

Docker Image

agent0ai/agent-zero:latest

Service Name

agent-zero

Notes

Things to know before you deploy

! Set ALLOWED_ORIGINS to a comma-separated list of allowed origins (e.g. http://192.168.1.10:3005) to restrict access. Defaults to * (all origins).
! Agent Zero can execute code and shell commands inside its container — only expose it on a trusted network.

Related Apps

More tools you might pair with Agent Zero

More App Pages

Keep browsing the Yantr catalog

Explore the full app catalog for more self-hosted services, alternatives, and dependencies that work alongside Agent Zero.

Page generated 2026-05-03T17:57:37.943Z