[{"data":1,"prerenderedAt":184},["ShallowReactive",2],{"seo-verification":3,"blog-self-host-komodo-on-a-vps-multi-server-docker-and-gitops-en":6},{"google":4,"bing":5},"EycwPY2XMyTkVzas3n1ygeNJFGAH513qrMjfDljzsMQ","",{"id":7,"slug":8,"slugs":9,"title":12,"excerpt":13,"readTime":14,"views":15,"isPinned":16,"publishedAt":17,"category":18,"categories":23,"featuredImage":25,"bgImage":26,"posterImage":27,"relatedSolution":28,"intro":31,"sections":32,"ctaTitle":120,"ctaBody":121,"ctaButton":122,"ctaUrl":123,"relatedPosts":124},191,"self-host-komodo-on-a-vps-multi-server-docker-and-gitops",{"fr":10,"en":8,"ar":11},"self-host-komodo-vps","استضافة-komodo-على-vps-تنسيق-docker-وgitops-للخوادم","Self-Host Komodo on a VPS: Multi-Server Docker and GitOps","Deploy Komodo on a ServOrbit VPS to manage Docker stacks and GitOps pipelines across servers from one dashboard — Rust binary, open-source Portainer alternative.",5,1,false,"2026-07-25T00:00:00+00:00",{"id":19,"name":20,"slug":21,"color":22,"icon":21},3,"Deployment","deploiement","bg-success\u002F10 text-success",[24],{"id":19,"name":20,"slug":21,"color":22,"icon":21},null,"\u002Fblog\u002Fcovers\u002Fbg.svg","\u002Fblog\u002Fcovers\u002Fself-host-komodo-vps-poster.svg",{"categorySlug":29,"appSlug":30},"application-deployment-devops","komodo","Managing Docker on one server is simple. On ten servers, it quickly becomes chaos: ten SSH sessions, ten compose files, no centralised history. Komodo (GPL-3.0, 11.7 k+ stars, v2.x) solves this with a Core \u002F Periphery architecture: one dashboard to orchestrate all your servers, trigger deployments from Git and trace every action in an audit log. Written in Rust, the Core idles under 256 MB RAM — it runs comfortably on the smallest ServOrbit VPS.",[33,37,47,50,75,116],{"type":34,"title":35,"body":36},"h2","Why Komodo instead of Portainer or Dockge?","Portainer and Dockge are single-server UIs: they read the local Docker socket and show you what is running on that machine. As soon as you have two or more servers, you need two tabs, you have to remember which service runs where, and replicate every change manually. Komodo breaks this ceiling with its Core \u002F Periphery architecture: the Core is a central server that drives lightweight Periphery agents on each machine. You deploy, restart or update any stack from one interface, with a full history of who did what and when.",{"type":38,"title":39,"items":40},"ul","What Komodo adds beyond container management",[41,42,43,44,45,46],"Native GitOps — link a Git repository, define a Deploy Procedure, and trigger it automatically on every `git push` via HMAC webhook.","Reusable Procedures — chain image pull, database migration, stack restart and Slack notification into a single versionable workflow.","Docker Swarm (2026) — manage Swarm services, replicas and rolling updates from the same interface as your Compose stacks.","Structured audit log — every action (deploy, start, stop, config change) is recorded with timestamp, user and full output.","GitHub \u002F GitLab \u002F Gitea webhooks — direct integration with your repositories, HMAC signature validated by Komodo.","Ultra-lightweight Periphery agents — under 50 MB RAM each, deployable in a single Docker command on any Linux machine.",{"type":34,"title":48,"body":49},"Core \u002F Periphery architecture in practice","The Core is the brain: it stores configuration in FerretDB (a MongoDB-compatible layer over PostgreSQL), exposes the web UI on port 9120 and receives webhooks. Periphery agents are the arms: each one runs on a target server, proxies the machine's Docker socket to the Core over an encrypted channel and executes the commands the Core sends. The asymmetric keypair generated at init ensures that only your Core can command your agents — no extra secrets to manage. On a ServOrbit VPS, the local Periphery agent is deployed in the same Docker Compose stack as the Core, so the hosting server itself is managed from the first boot.",{"type":51,"title":52,"steps":53},"steps","Deploy Komodo on your ServOrbit VPS",[54,57,60,63,66,69,72],{"title":55,"body":56},"Order the VPS","A 1 vCPU \u002F 1 GB RAM VPS on Ubuntu 24.04 LTS is sufficient for the Komodo control plane (Core + FerretDB + PostgreSQL). The Rust Core idles under 256 MB. If you plan to run other services on the same VPS, 2 GB RAM is recommended.",{"title":58,"body":59},"Deploy from the ServOrbit marketplace","In your ServOrbit client area, go to Marketplace → Deployment & DevOps → Komodo and click Deploy. You will need to provide a domain name (or subdomain) — required for KOMODO_HOST. The playbook auto-generates JWT secrets, the Core\u002FPeriphery keypair and the admin password, then starts all four services. The Komodo dashboard is available on port 9120 over HTTPS.",{"title":61,"body":62},"Log in and verify the local agent","Open `https:\u002F\u002Fyour-domain.com:9120` and log in with `admin` and the password shown in your ServOrbit client area. In the Servers menu you should see a server named 'Local' already registered — this is the Periphery agent on the hosting VPS that auto-connected at startup.",{"title":64,"body":65},"Add your other servers","On each additional VPS to manage, install the Periphery agent: `docker run -d --restart=unless-stopped --network host -v \u002Fvar\u002Frun\u002Fdocker.sock:\u002Fvar\u002Frun\u002Fdocker.sock ghcr.io\u002Fmoghtech\u002Fkomodo-periphery:2`. Then in Komodo, go to Servers → Add Server, enter the agent IP and port 8120. The Core validates the connection using the Periphery public key generated at init.",{"title":67,"body":68},"Create your first stack","In Komodo, go to Stacks → New Stack. Choose the target server from the dropdown (Local or any added agent), paste your Docker Compose YAML or point to a Git repository path, and click Deploy. Komodo writes the file to the remote server, runs `docker compose up -d` and streams the logs in real time.",{"title":70,"body":71},"Set up a GitOps pipeline","In your GitHub repository, add a webhook pointing to `https:\u002F\u002Fyour-domain.com\u002Fapi\u002Fwebhook\u002Fkomodo`. In Komodo, create a Procedure named 'Deploy App': pull image, restart stack, notification. Link the webhook to the Procedure. Every `git push` now triggers the pipeline — the HMAC is verified by Komodo before execution.",{"title":73,"body":74},"Logging in for the first time","The login screen is waiting for you: enter the username admin and the password provided. Change that password from the account settings during your very first session.",{"type":76,"title":77,"headers":78,"rows":83},"comparison","Komodo vs Portainer vs Dockge",[79,80,81,82],"Feature","Komodo","Portainer CE","Dockge",[84,89,93,98,102,106,111],[85,86,87,88],"Native multi-server","✅ Core\u002FPeriphery unlimited","⚠️ Edge agents (paid)","❌ Single host only",[90,91,92,92],"GitOps \u002F webhooks","✅ Native, HMAC-validated","❌ Not native",[94,95,96,97],"Docker Swarm","✅ Since 2026","✅ Native","❌ No",[99,100,101,97],"Procedures \u002F automation","✅ Built-in engine","⚠️ Limited CE",[103,104,105,97],"Audit log","✅ All actions","⚠️ Partial CE",[107,108,109,110],"RAM (management plane)","~256 MB (Rust Core)","~512 MB","~100 MB",[112,113,114,115],"License","GPL-3.0 (free self-host)","Zlib (CE)","MIT",{"type":117,"title":118,"body":119},"tip","Komodo + Dockge: the best of both worlds","Komodo and Dockge are not mutually exclusive. Dockge is great for interactive Compose file editing on a single machine (YAML editor with syntax highlighting). Komodo handles multi-server coordination, Git deployments and workflows. Deploy Dockge via Komodo on your development machines, and use Komodo to orchestrate your production deployments.","Your servers under GitOps control","Deploy Komodo on a ServOrbit VPS and manage your entire Docker fleet from a unified dashboard — GitOps, webhooks, audit log.","Deploy Komodo","\u002Fmarketplace\u002Fapplication-deployment-devops\u002Fkomodo",[125,147,163],{"id":126,"slug":127,"slugs":128,"title":131,"excerpt":132,"readTime":133,"views":134,"isPinned":16,"publishedAt":135,"category":136,"categories":142,"featuredImage":25,"bgImage":26,"posterImage":144,"relatedSolution":145},161,"how-to-self-host-dockge-on-a-vps-visual-docker-compose-manager",{"fr":129,"en":127,"ar":130},"self-host-dockge-vps","استضافة-dockge-على-vps-مدير-مرئي-لـ-docker-compose","How to Self-Host Dockge on a VPS: Visual Docker Compose Manager","Deploy Dockge on your VPS: a lightweight open-source visual manager to create, edit and monitor your Docker Compose stacks from a clean web UI, no command line.",4,0,"2026-07-03T00:00:00+00:00",{"id":137,"name":138,"slug":139,"color":140,"icon":141},7,"Self-hosting","self-hosting","bg-indigo-500\u002F10 text-indigo-400","cloud",[143],{"id":137,"name":138,"slug":139,"color":140,"icon":141},"\u002Fblog\u002Fcovers\u002Fself-host-dockge-vps-poster.svg",{"categorySlug":29,"appSlug":146},"dockge",{"id":148,"slug":149,"slugs":150,"title":153,"excerpt":154,"readTime":155,"views":134,"isPinned":16,"publishedAt":156,"category":157,"categories":158,"featuredImage":25,"bgImage":26,"posterImage":160,"relatedSolution":161},41,"deploy-your-applications-with-coolify-on-a-vps",{"fr":151,"en":149,"ar":152},"deployer-avec-coolify","نشر-تطبيقاتك-باستخدام-coolify-على-vps","Deploy Your Applications with Coolify on a VPS","Deploy Coolify on a VPS: installation, HTTPS configuration, Git connection, deploying your first application, databases, backups, and troubleshooting.",10,"2026-05-10T00:00:00+00:00",{"id":19,"name":20,"slug":21,"color":22,"icon":21},[159],{"id":19,"name":20,"slug":21,"color":22,"icon":21},"\u002Fblog\u002Fcovers\u002Fdeployer-avec-coolify-poster.svg",{"categorySlug":29,"appSlug":162},"coolify",{"id":164,"slug":165,"slugs":166,"title":169,"excerpt":170,"readTime":14,"views":134,"isPinned":16,"publishedAt":171,"category":172,"categories":178,"featuredImage":25,"bgImage":26,"posterImage":180,"relatedSolution":181},164,"self-host-headscale-on-a-vps-your-own-tailscale-control-server",{"fr":167,"en":165,"ar":168},"self-host-headscale-tailscale-vps","استضافة-headscale-على-vps-خادم-تحكم-tailscale-خاص-بك","Self-Host Headscale on a VPS: Your Own Tailscale Control Server","Replace Tailscale's cloud control server with Headscale on your own VPS — unlimited users, full WireGuard mesh networking, magic DNS and ACLs, with no SaaS dependency.","2026-07-05T00:00:00+00:00",{"id":173,"name":174,"slug":175,"color":176,"icon":177},8,"Security & Monitoring","securite-monitoring","bg-rose-500\u002F10 text-rose-400","security",[179],{"id":173,"name":174,"slug":175,"color":176,"icon":177},"\u002Fblog\u002Fcovers\u002Fself-host-headscale-tailscale-vps-poster.svg",{"categorySlug":182,"appSlug":183},"networking-vpn","headscale",1787661734401]