Zhylon Cloud
A developer platform for server provisioning, deployment automation and infrastructure management. Spin up servers, connect your own machines and push to deploy — all from one dashboard.
Push-to-Deploy
Connect your repository once. Every push to your configured branch triggers a full automated deployment — composer, npm, migrations, worker reloads and a zero-downtime release swap.
Server Provisioning
Create a new server on any supported provider or connect your own existing machine via SSH. Zhylon Cloud provisions the full stack automatically — web server, PHP runtime, database, Redis and more.
Bring your own server? Connect any Ubuntu machine and Zhylon Cloud takes it from there.
Capabilities
Zhylon Cloud is not a black-box PaaS. You own the servers, you control the stack. The platform automates the complexity without taking away control.
Manage the full server stack from one dashboard. Configure web servers, monitor resource usage and run commands remotely.
Deploy PHP apps, static sites and WordPress from any Git repository with a fully automated pipeline.
Provision and manage MySQL, PostgreSQL and SQLite databases directly on your servers — with backup configuration and user management.
Configure background workers and queue processors that automatically restart on failure and after every deployment.
Manage cron jobs and scheduled commands for your applications — configured and monitored through the dashboard, not a terminal.
Automated Let's Encrypt SSL certificates for all your domains, with automatic renewal and a simple firewall rule manager.
Supported Stack
Zhylon Cloud manages your entire runtime environment — from web server to queue worker. Every component is configurable without leaving the dashboard.
Optimised for PHP and Laravel applications, but supports any Git-deployable project including static sites and Node.js backends.
Use Cases
Whether you're deploying a SaaS product, a WordPress site or a queue-heavy backend — Zhylon Cloud handles it.
Deployment Config
Define deployment hooks for before and after each release. Run migrations, clear caches, reload workers — in the exact order you need.
The deployment script runs on every push. No CI/CD pipeline configuration required — it's built in.
# Zhylon Cloud — deployment hooks # Runs on every push to: main cd {{ release_path }} # Install PHP dependencies composer install --no-dev --optimize-autoloader # Build frontend assets npm ci && npm run build # Laravel release steps php artisan migrate --force php artisan config:cache php artisan route:cache php artisan view:cache # Workers restart automatically after deploy
# Trigger a deployment programmatically curl -X POST \ https://api.zhylon.net/cloud/deploy \ -H "Authorization: Bearer $TOKEN" \ -d '{"server": "prod-eu-01", "site": "my-saas"}' # Response { "deployment_id": "dep_01j9xk…", "status": "queued" }
Pricing
Zhylon Cloud charges for platform access — not for your server resources. Bring your own servers or provision through supported providers at their standard rates.
For developers running multiple projects across multiple servers.
For teams managing shared infrastructure and multiple environments.
* Zhylon Cloud is currently under development. The prices shown are preliminary and subject to change prior to the official launch.
Zhylon Ecosystem
Zhylon Cloud is part of the Zhylon ecosystem. Combine it with Zhylon Analytics to monitor your deployed apps and Zhylon Mail to send from your infrastructure.
Explore zhylon.net