Skip to main content
kombify Cloud is the easiest way to manage your homelab. Sign up, connect your servers, and you’re done — we handle the rest.

The simple version

What is Cloud?

Cloud is like having a professional IT team for your homelab. It provides a web dashboard where you can manage all your servers, deploy services, and invite team members — without setting up any infrastructure yourself.

Self-hosted vs. managed

You manage everything:
  • ✅ Complete control
  • ✅ No subscription costs
  • ❌ You handle updates and security patches
  • ❌ You configure backups
  • ❌ You set up user management
  • ❌ One homelab at a time
Cloud is a multi-tenant SaaS platform built with:
  • Frontend: SvelteKit with real-time updates
  • Backend: Go API with PostgreSQL 17 and Prisma ORM
  • Identity: Zitadel for OIDC/SAML/passkey authentication
  • Billing: Stripe for subscriptions
  • Agent: Lightweight Go binary with mTLS for secure homelab connectivity
Your data stays on your servers — Cloud only stores configuration and metadata.

How it works

What stays where?

DataLocationWhy
Your files & databasesYour serversYour data never leaves your infrastructure
ConfigurationCloud cloudSo you can access it from anywhere
User accountsCloud cloudManaged securely by Zitadel
Deployment historyCloud cloudTrack who changed what, when

Key features

Multi-homelab

Manage production, development, and testing environments from one dashboard

Team access

Invite team members with role-based permissions

Passwordless login

Passkeys and SSO — no passwords to remember

Automatic backups

Configuration backed up automatically

Usage insights

See how your infrastructure is performing

Priority support

Get help when you need it

Architecture

Key points:
  • Agent connects outbound — no inbound ports needed on your network
  • All communication is mTLS encrypted — both sides verify each other
  • Agent is a lightweight Go binary (~15MB) that runs as a systemd service

SSO-Based Tool Access

kombify Cloud provides seamless authenticated access to all kombify tools via token-based SSO. Users authenticate once via Zitadel on kombify.io, and get automatic access to their TechStack, Simulate, and AI instances without additional login steps.
1

Sign up

Create your account at kombify.io.
2

Create organization

Set up your organization and configure your subscription plan.
3

Add team members

Invite team members and assign roles for access control.
4

Launch tools

Access TechStack, Simulate, and AI directly from the unified dashboard — SSO handles authentication automatically.

Team & Access Control

Role-Based Access

RoleViewDeployConfigureBillingAdmin
Viewer
Operator
Developer
Admin
Owner

SSO Configuration

Cloud uses Zitadel for enterprise-grade authentication: Supported identity providers:
  • OIDC: Any OIDC-compliant provider
  • SAML: Okta, Azure AD, OneLogin, etc.
  • LDAP: Active Directory, OpenLDAP
  • Social: GitHub, Google, Microsoft

Pricing Plans

Free

$0/month
  • 1 connected homelab
  • 1 team member
  • Community support

Pro

$15/month
  • 5 connected homelabs
  • 5 team members
  • Email support
  • All tools included

Team

$49/month
  • Unlimited homelabs
  • 25 team members
  • Priority support
  • SSO (OIDC)
All plans include a 14-day free trial. No credit card required.

Dashboard Features

Homelab Overview

View all your homelabs at a glance:
  • Node health status
  • Resource utilization
  • Recent deployments
  • Active alerts

Deployment History

Track all changes:
  • Who deployed what
  • When it was deployed
  • Rollback capability
  • Diff viewer

Monitoring & Alerts

Built-in monitoring:
  • Node availability
  • Resource usage
  • Service health
  • Custom alert rules

Security

  • All data encrypted at rest (AES-256)
  • All traffic encrypted in transit (TLS 1.3)
  • mTLS for agent communication
  • Role-based access control
  • Audit logging for all actions
  • IP allowlist support (Team plan)
  • SOC 2 Type II (in progress)
  • GDPR compliant
  • Data residency options (EU/US)

Self-Hosted vs Cloud

FeatureSelf-Hosted (Stack)Managed (Cloud)
CostFree$0-49/month
Setup~1 hour~5 minutes
UpdatesManualAutomatic
Multi-homelabNoYes
Team accessDIYBuilt-in
SSODIYIncluded
BackupsDIYAutomatic
SupportCommunityPriority

Getting Started

1

Create account

Sign up at kombify.io
2

Add your first homelab

Follow the guided setup to connect your infrastructure
3

Deploy your first stack

Choose a StackKit and deploy in minutes

Next Steps

Quickstart Guide

Get up and running in 5 minutes

Agent Installation

Detailed agent setup instructions

SSO Setup

Configure enterprise authentication

API Reference

Automate with the Cloud API