Infrastructure in a single script
Provision PHP 8.2, MySQL, Redis, Supervisor, Nginx, fail2ban, Certbot, and tuned firewall rules in one pass. Zero manual tweaks required.
Server Automation & Webhook Deployments
Hostiqo orchestrates webhooks, servers, and deployment pipelines for you. Provision infrastructure, enforce security, and roll out updates with a single command.
GitHub push → Hostiqo queue
Composer + npm build, artisan migrate
/ping & /health + TLS renewals
$ curl -fsSL https://raw.githubusercontent.com/hymns/hostiqo/master/scripts/install.sh | sudo bash
$ sudo php artisan hostiqo:update --sudoers
$ open https://hostiqo.your-domain.com
Pipeline phases fully automated
Built-in hardening & security controls
Average fresh install time
Provision PHP 8.2, MySQL, Redis, Supervisor, Nginx, fail2ban, Certbot, and tuned firewall rules in one pass. Zero manual tweaks required.
Enforced TLS 1.2/1.3, HSTS, OCSP stapling, rate-limited auth, hardened Nginx configs, and curated sudoers policies keep your surface small.
Hostiqo Update command encapsulates maintenance mode, git pulls, dependency installs, migrations, asset builds, cache clears, and sudo refresh.
Public /health & /ping endpoints, supervisor-managed queues/schedulers, and live deployment metrics keep ops teams in control.
Automation Timeline
Each deployment is recorded, timed, and validated with rollback-friendly metadata. Durable queue workers ensure idempotent jobs.
Git provider push hits signed webhook. Payload parsed and queued via Laravel Horizon-ready workers.
Composer install, npm build, and artisan migrate execute under the correct deploy user using curated sudo rules.
Nginx reloads, PHP-FPM pools rotate, Supervisor ensures queue + scheduler stay online. TLS renewals validated.
Health endpoints update, deployment durations captured, metrics dashboard surfaces CPU, memory, disk, and uptime.
Observability Toolkit
Charts, alerts, and notifications for CPU, memory, disk, queue depth, SSL, and service status. No extra agent required.
Get Started
Bootstrap a hardened environment or refresh an existing node without fear. Commands are idempotent and production-safe.
Provision Nginx, PHP-FPM, MySQL, Redis, Supervisor, Certbot, fail2ban, queues, and dashboards automatically.
curl -fsSL https://raw.githubusercontent.com/hymns/hostiqo/master/scripts/install.sh | sudo bash
Re-run only what you need: prerequisites, sudoers, app setup, or web server hardening.
sudo bash install.sh --phase1 # Prerequisites
sudo bash install.sh --phase2 # Sudoers
sudo bash install.sh --phase3 # Laravel app
sudo bash install.sh --phase4 # Nginx + SSL
Refresh code, dependencies, caches, and sudo policies with a single artisan command.
cd /var/www/hostiqo
sudo php artisan hostiqo:update --sudoers
Supported Operating Systems
Hostiqo supports both Debian and RHEL-based distributions. One installer, multiple platforms.
Integrations
GitHub, GitLab, Slack, email, Supervisor, Certbot, fail2ban, Redis queues, and more—straight out of the box.
Deploy the Hostiqo stack and let automation guard your deployments, observability, and updates.