Zhylon Cloud

Your servers.
Your code.
Deployed.

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.

Server provisioning Git deploy Zero downtime
Provision time
<5 min
server ready
Deploy time
<60s
avg. push-to-live
Downtime
0s
during deploys
Uptime SLA
99.9%
platform
cloud.zhylon.net — my-workspace
Workspace
Servers 3
Applications
Deployments
Databases
Services
Workers
Scheduler
SSL / Certs
Metrics
Servers — 3 active
prod-eu-01 5.161.204.18
PHP 8.5 nginx MySQL Redis
CPU 14%
prod-eu-02 5.161.204.19
PHP 8.4 nginx
CPU 8%
staging-01 5.161.204.44
PHP 8.5 MySQL
CPU 62%
Latest deployment
my-saas / main — commit a3f89c1 Deploying
Connected to prod-eu-01
Pulled commit a3f89c1 from main
composer install --no-dev --optimize
npm run build
php artisan migrate --force running…
Reload workers
Switch release symlink (zero downtime)

From git push
to live — automatically.

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.

Step 01
git push origin main
Push your code to any Git provider — GitHub, GitLab, Gitea or a private remote.
Step 02
Pull & build
Zhylon Cloud pulls the commit, runs composer install, npm build and any custom deployment scripts.
Step 03
Migrate & prepare
Database migrations run automatically. Workers are restarted. Cache is warmed. Config is cleared.
Step 04
Zero-downtime release
The release symlink is atomically swapped. Old requests complete before the new release takes over. No interruptions.

New server in
under 5 minutes.

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.

New server — configuration Provisioning in progress
Name prod-eu-03
Provider
Hetzner DigitalOcean Vultr Own server
PHP version
8.3 8.4 8.5
Services
nginx MySQL 8 Redis PostgreSQL
Provisioning steps
Create server instance 0:14
Install OS dependencies 1:02
Configure nginx + PHP 8.5 0:38
Install MySQL 8 + Redis running…
Configure firewall + SSL
Server ready

Full control over
your infrastructure.

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.

Server management

Manage the full server stack from one dashboard. Configure web servers, monitor resource usage and run commands remotely.

  • nginx + PHP-FPM configuration
  • Real-time CPU / memory metrics
  • SSH key management
  • Remote command execution

Application deployment

Deploy PHP apps, static sites and WordPress from any Git repository with a fully automated pipeline.

  • GitHub, GitLab, Gitea support
  • Custom deployment scripts
  • Environment variable management
  • Release history + rollback

Database management

Provision and manage MySQL, PostgreSQL and SQLite databases directly on your servers — with backup configuration and user management.

  • MySQL 8 + PostgreSQL 16
  • Automated backups
  • Database user & privilege control
  • Restore from backup

Workers & queues

Configure background workers and queue processors that automatically restart on failure and after every deployment.

  • Laravel Queue workers
  • Supervisor process management
  • Auto-restart on deploy
  • Worker logs in dashboard

Scheduled jobs

Manage cron jobs and scheduled commands for your applications — configured and monitored through the dashboard, not a terminal.

  • Cron syntax scheduler
  • Per-application job isolation
  • Execution logs
  • Alert on failure

SSL & firewall

Automated Let's Encrypt SSL certificates for all your domains, with automatic renewal and a simple firewall rule manager.

  • Let's Encrypt auto-renew
  • Wildcard certificate support
  • UFW firewall management
  • Custom port rules

The full runtime.
Fully managed.

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.

Web servers
nginx Apache Caddy
PHP versions
8.2 8.3 8.4 8.5
Databases
MySQL 8 PostgreSQL 16 SQLite
Cache & queues
Redis Memcached Beanstalkd
Process manager
Supervisor systemd
Deployment targets
PHP / Laravel WordPress Static sites Node.js
Git providers
GitHub GitLab Gitea Custom remote
Server providers
Hetzner DigitalOcean Vultr Own server

Built for real
production workloads.

Whether you're deploying a SaaS product, a WordPress site or a queue-heavy backend — Zhylon Cloud handles it.

SaaS applications
Deploy multi-tenant PHP or Laravel SaaS products with zero-downtime releases, queue workers and scheduled jobs all managed in one place.
PHP applications
Host any PHP project — custom frameworks, legacy apps or modern API backends. Full PHP version control per application.
Static websites
Deploy Vite, Next.js static exports or any HTML/CSS/JS project directly from a Git repository. Fast and simple.
WordPress hosting
Managed WordPress deployments with automated updates, Redis object caching, SSL and a fully configured nginx stack.
Background workers
Run Laravel Queue workers, custom daemons and Horizon under Supervisor with automatic restart and deployment integration.
Scaled infrastructure
Manage multiple servers behind a load balancer. Scale horizontally by connecting additional nodes to any application.

Automate every step
of your release.

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.

Deployment script — Laravel
# 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
Deploy via API
# 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" }

Pay for the platform.
Own the servers.

Zhylon Cloud charges for platform access — not for your server resources. Bring your own servers or provision through supported providers at their standard rates.

Developer

For developers running multiple projects across multiple servers.

*9€ / month
  • Unlimited servers
  • Unlimited applications
  • Zero downtime deploys
  • Queue workers
  • Scheduled jobs
  • Database management
  • Deployment logs
Start free trial

* Zhylon Cloud is currently under development. The prices shown are preliminary and subject to change prior to the official launch.

One login across
the entire platform.

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