Onctl – Cloud-Agnostic VM Management Tool with Ready-to-Use Templates
Hi HN, I'm excited to introduce onctl, a lightweight tool for provisioning and managing virtual machines/instances. It's designed to be cloud-agnostic, working seamlessly across cloud and on-prem environments without relying on cloud-specific solutions. Key highlights: VM-focused: Supports only VM management, keeping things simple and efficient. Uses simple SSH scripts: Under the hood, onctl operates using straightforward SSH scripts, making it easy to understand and customize. Ready-to-use templates: Start quickly with pre-defined templates for common use cases. Examples include: K3s…
In plain words
Onctl is a lightweight tool for provisioning and managing virtual machines across multiple environments, including AWS, Azure, GCP, and on-premises setups. It focuses solely on VM management while using simple SSH scripts for operations, making it easy to understand and customize. The tool comes with pre-built templates for common deployments like Kubernetes clusters, VPN servers, and cloud build agents, allowing users to get started quickly without relying on cloud-specific solutions.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi HN, I'm excited to introduce onctl, a lightweight tool for provisioning and managing virtual machines/instances. It's designed to be cloud-agnostic, working seamlessly across cloud and on-prem environments without relying on cloud-specific solutions. Key highlights: VM-focused: Supports only VM management, keeping things simple and efficient. Uses simple SSH scripts: Under the hood, onctl operates using straightforward SSH scripts, making it easy to understand and customize. Ready-to-use templates: Start quickly with pre-defined templates for common use cases. Examples include: K3s cluster: onctl up -n qwe -a k3s/k3s-server.sh --download /tmp/k3s.yaml WireGuard VPN server: onctl up -n wg -a wireguard/vpn.sh Azure DevOps agents: onctl up -n agent1 -a azure/agent-pool.sh --dot-env .env.test Cloud-agnostic: Works across AWS, Azure, GCP, or on-prem setups with no cloud-specific dependencies. onctl is perfect for DevOps engineers looking for a straightforward way to manage VMs without unnecessary complexity. Repo: https://github.com/cdalar/onctl Templates Repo: https://github.com/cdalar/onctl-templates I'd love your feedback, suggestions, and ideas for additional templates or improvements. Let me know how onctl could fit into your workflows!
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io