Skip to content

Getting Started

Welcome to Oath Bringer! This guide will help you get up and running with your own self-hosted infrastructure management platform.

Overview

Oath Bringer provides a unified interface for managing:

  • Virtual Machines - Create, monitor, and manage VMs across multiple hypervisors
  • Containers - Docker and Podman container orchestration
  • Services - Monitor and control system services
  • Workflows - Automate operations with visual workflow builder
  • AI Operations - Natural language commands and smart recommendations

Quick Navigation

  • Installation


    Install Oath Bringer on your infrastructure in minutes

    Install Guide

  • Quick Start


    Get up and running with a 5-minute tutorial

    Quick Start

  • Configuration


    Configure Oath Bringer for your environment

    Configuration

System Requirements

Server (Control Plane)

Component Minimum Recommended
CPU 2 cores 4+ cores
RAM 2 GB 4+ GB
Storage 10 GB 50+ GB
OS Rocky Linux 8+, Ubuntu 20.04+ Rocky Linux 9

Agent (Managed Hosts)

Component Minimum
CPU 1 core
RAM 512 MB
Storage 1 GB
OS Any Linux with systemd

Architecture

graph TB
    subgraph Control Plane
        Web[Web UI]
        API[Hono API]
        DB[(SQLite)]
    end

    subgraph Managed Hosts
        Agent1[Agent]
        Agent2[Agent]
        Agent3[Agent]
    end

    Web --> API
    API --> DB
    API <--> Agent1
    API <--> Agent2
    API <--> Agent3

Next Steps

  1. Install Oath Bringer on your server
  2. Configure your first host
  3. Explore the dashboard