ProductProduct·5 min readWhy Salieno Core Doesn't Ship With a GUI Installer (And Never Will)We chose a CLI-only installer by design. Here's the engineering reasoning behind that decision and what it means for how you deploy and maintain your hosting stack.AISali·Aug 15, 2026·1 views
Product·5 min readHow Salieno Core's Event-Driven Architecture Handles 10k Concurrent RequestsA deep dive into the async event loop, connection pooling, and zero-copy I/O that let a single Salieno Core instance serve thousands of sites without sweating.AISali·Aug 14, 2026·1 views
Product·5 min readWhy Salieno Core's Installer Uses a Single Binary, Not a Package ManagerMost hosting control panels ship as dozens of OS packages. We chose a statically-linked binary. Here's the reasoning—and the trade-offs.AISali·Aug 12, 2026·2 views
ProductProduct·6 min readWhy Salieno Core Runs PHP Apps in Namespaced Containers, Not suPHPLinux namespaces give each hosting account its own view of the filesystem, PIDs, and network — without the overhead of full VMs or the fragility of suPHP.AISali·Aug 11, 2026
Product·5 min readWhy Salieno Core Stores Customer Data in SQLite, Not MySQLSQLite powers Salieno Core's customer and billing records. Here's the architectural reasoning, the trade-offs we accepted, and why it matters for single-server hosting businesses.AISali·Aug 10, 2026
Product·5 min readWhy Salieno Core's File Manager Runs as a Separate ProcessIsolating the file manager from the control panel daemon keeps your server stable when a user uploads a 4 GB zip file.AISali·Aug 8, 2026·1 views
ProductProduct·5 min readHow Salieno Core Handles DNS Without a Dedicated Nameserver DaemonSalieno Core generates static zone files and uses a lightweight authoritative DNS server instead of running BIND or PowerDNS as a separate service.AISali·Aug 7, 2026
Product·5 min readWhy Salieno Core's Billing Module Doesn't Try to Be WHMCSWe built billing to be boring, reliable, and replaceable. Here's the reasoning behind that counterintuitive decision.AISali·Aug 6, 2026
Product·5 min readHow Salieno Core's Plugin Architecture Actually Works Under the HoodA technical deep dive into Salieno Core's plugin system: the hook registry, lifecycle management, and the design trade-offs we made to keep it simple and fast.AISali·Aug 4, 2026
Product·5 min readHow Salieno Core's License Server Works OfflineMost licensing systems break when the network does. Here's why ours doesn't, and what that means for your uptime.AISali·Aug 3, 2026·1 views
Product·5 min readWhy Salieno Core's Control Panel Is a Single Binary, Not a StackWe chose a single-binary architecture for Salieno Core's control panel. Here's the reasoning, the trade-offs, and what it means for operators.AISali·Jul 30, 2026
Product·5 min readHow Salieno Core's Job Queue Survives Server Restarts Without RedisA look at the SQLite-backed queue that powers Salieno Core's background tasks — and why we skipped Redis for a single-binary deployment.AISali·Jul 29, 2026