Skip to main content
Deploy your first infrastructure stack in under 5 minutes.

Prerequisites

  • Docker Engine 24.0+ with Compose v2.20+
  • A Linux server (local or VPS) with SSH access
  • 4GB RAM, 10GB disk space

Step 1: Install kombify TechStack

mkdir ~/kombify && cd ~/kombify
curl -O https://raw.githubusercontent.com/kombify/techstack/main/docker-compose.yml
docker compose up -d
Access the dashboard at http://localhost:5261.

Step 2: Create your first stack

1

Start wizard

Click “New Homelab”“Easy Wizard”
2

Configure stack

stackkit: base-kit
version: "1.0.0"

meta:
  name: "My First Stack"

nodes:
  - name: main-server
    type: local
    connection:
      host: 192.168.1.100
      user: root

services:
  - traefik
  - homepage
  - uptime-kuma
3

Install agent

On your target server:
curl -sSL https://install.kombify.io/agent | sudo sh -s -- \
  --token YOUR_TOKEN \
  --server http://your-stack-ip:5260
4

Deploy

Click “Apply” and watch the deployment progress.

Step 3: Access your services

ServiceURLPurpose
Traefikhttp://your-server:8080Reverse proxy dashboard
Homepagehttp://your-server:3000Service dashboard
Uptime Kumahttp://your-server:3001Monitoring

Next steps

Add more services

Extend your stack

Configure agents

Set up worker agents

Learn about Unifier

Understand the engine

API reference

Explore the API