FlashXpress

Lightning Fast WordPress Server Stack for Ubuntu 24.04

Quick Install 3 commands to production-ready WordPress
wget -qO- https://flashxpress.cloud/install | sudo bash
1

Install Stack

Nginx, PHP 8.3, MariaDB, Redis

2

Create Site

fx site create domain.com

3

Enable SSL

fx ssl enable domain.com

Blazing Fast Performance

Optimized Nginx with FastCGI caching and Redis object cache. Your WordPress sites will load instantly.

🔒

Secure by Default

UFW firewall, Fail2ban protection, free SSL certificates, and hardened PHP configuration out of the box.

🛠️

Simple CLI Management

Manage sites, SSL, caching, and databases with intuitive fx commands. No complex configs needed.

📦

Complete Stack

Everything you need: Nginx 1.26, PHP 8.3, MariaDB 11.4, Redis 7.x, WP-CLI, Composer, and more.

Technology Stack

🌐 Nginx 1.26
🐘 PHP 8.3
🗄️ MariaDB 11.4
Redis 7.x
🔐 Let's Encrypt
🛡️ UFW + Fail2ban

CLI Commands

fx site create domain.comCreate site
fx site delete domain.comDelete site
fx site listList all sites
fx ssl enable domain.comEnable SSL
fx ssl renewRenew certificates
fx cache purgeClear cache
fx redis flushFlush Redis
fx statusServer status
fx restartRestart services
fx db listList databases
View on GitHub

Or install directly from GitHub: wget -qO- https://raw.githubusercontent.com/wasim823552/flashxpress/main/install.sh | sudo bash