v1.0.5 Released — Linux, macOS, Windows, cPanel

Embedded PHP
Web Server

VeloServe is a high-performance web server written in Rust with PHP embedded directly via FFI. No PHP-FPM. No overhead. Just speed.

Quick Install: curl -sSL https://veloserve.io/install.sh | bash
10-100x Faster than CGI
~1ms PHP Latency
2.6MB Binary Size
terminal

👆 This is all you need! Copy and run:

curl -sSL https://veloserve.io/install.sh | bash

Three Ways to Deploy

Choose the mode that fits your infrastructure

🔵

CGI Mode

Simple & Portable

VeloServe
spawn →
php-cgi
  • ✓ Works everywhere
  • ✓ Easy debugging
  • ✓ All PHP extensions
  • ⚠️ ~50ms latency
cargo build --release
New
🖥️

cPanel Mode

Drop-in Apache Replacement

VeloServe replaces Apache
  • 🔄 One-click Apache swap
  • 🖥️ WHM management UI
  • 🔒 AutoSSL integration
  • ⚡ Auto-sync hooks
./import-apache-and-swap.sh --swap

Built for Speed

Everything you need for modern PHP applications

🦀

Written in Rust

Memory-safe, blazing fast, and reliable. Built on Tokio and Hyper for async I/O.

🐘

Embedded PHP

PHP runs inside VeloServe via FFI. No process spawning, no IPC overhead.

📦

WordPress Ready

Full WordPress and Magento 2 support with intelligent caching rules.

Multi-Layer Cache

Built-in page cache with tag/domain purge controls and automatic invalidation paths.

🧰

Built-in CLI

Manage cache, config, and service lifecycle from a single `veloserve` command.

🔒

HTTP/2 & TLS

Modern protocols out of the box. HTTPS with automatic certificate handling.

🖥️

cPanel Integration

Drop-in Apache replacement with WHM plugin, AutoSSL, cPanel hooks, and tailwatchd monitoring.

☁️

Cloud Native

One-click deployment on Ona.com, GitHub Codespaces, and any container platform.

Performance That Matters

Real benchmarks, real results

Server Requests/sec Latency Memory
VeloServe (SAPI) ~10,000 ~1ms Medium
VeloServe (CGI) ~500 ~50ms Low
Nginx + PHP-FPM ~2,000 ~10ms Medium
Apache + mod_php ~1,500 ~15ms High

Get Started in Minutes

Choose your installation method

1

Install PHP Embed Library

sudo apt install php-dev libphp-embed libxml2-dev libsodium-dev
2

Clone & Build

git clone https://github.com/veloserve/veloserve.git
cd veloserve
cargo build --release --features php-embed
3

Run

./target/release/veloserve --config veloserve.toml
1

Install PHP

sudo apt install php-cgi php-mysql php-curl php-gd php-mbstring
2

Clone & Build

git clone https://github.com/veloserve/veloserve.git
cd veloserve
cargo build --release
3

Run

./target/release/veloserve --config veloserve.toml
1

Download Binary & Clone Scripts

curl -LO https://github.com/veloserve/veloserve/releases/latest/download/veloserve-latest-x86_64-almalinux9.tar.gz
tar -xzf veloserve-latest-x86_64-almalinux9.tar.gz
sudo mv veloserve /usr/local/bin/
git clone https://github.com/veloserve/veloserve.git /tmp/veloserve-repo
2

Install WHM Plugin

cd /tmp/veloserve-repo/cpanel
./install-whm-plugin.sh
3

Swap Apache for VeloServe

./import-apache-and-swap.sh --swap

Both options include Rust, PHP, and all dependencies pre-installed!

Download Pre-built Binaries

No compilation needed — just download and run

🚀 PHP Embed build = 10-100x faster PHP execution (requires libphp-embed)

Standard build = Works with any PHP installation via php-cgi

Meet VeloPanel

A full-featured hosting control panel built in Rust. Manage your entire server from a modern web UI.

Built-in WAF & Firewall

Web Application Firewall, IP blocking, firewall rules, 2FA, and SSH key management to keep your servers secure.

App & Service Installers

One-click installers for popular apps and services. Configure PHP versions, databases, and server settings from the UI.

Complete Server Management

Domains, DNS, email, FTP, file manager, databases (MySQL/MariaDB/PostgreSQL), SSL with auto-renewal, cron jobs, and more.

Monitoring & Backups

Real-time CPU, RAM, and disk monitoring. Scheduled backups to S3 or SFTP with retention policies. System service control.

See Plans & Pricing

Ready to Serve at Light Speed?

Join developers who are shipping faster with VeloServe.