Get Started

Install Auxot Server

One command to install. Docker Compose to run. Dashboard ready in seconds.

Quick Start

One command install

Downloads the latest release, sets up Docker Compose, and starts the server.

Install & launch
$ curl -fsSL https://get.auxot.com/install | sh
Manual Install

Docker Compose

Prefer to inspect before you run? Grab the Compose file directly.

Download & run
$ curl -fsSLO https://get.auxot.com/docker-compose.yml
$ docker compose up

Requirements

Docker 20.10+

With Compose V2 (included in Docker Desktop and modern Docker Engine installs).

After install

Dashboard

Available at http://localhost:8080

Setup wizard

First visit walks you through initial configuration — create your admin account, connect providers, and start building workers.

Upgrade

Stay up to date

Pull the latest images and restart with zero downtime.

Upgrade
$ docker compose pull && docker compose up -d
Docker Image

Direct pull

Use the image directly if you manage your own orchestration.

Pull image
$ docker pull ghcr.io/auxothq/auxot-server:latest

Ready to go?

Install Auxot and have your first AI worker running in minutes.