Lightning Fast WordPress Server Stack for Ubuntu 24.04
wget -qO- https://flashxpress.cloud/install | sudo bash
Nginx, PHP 8.3, MariaDB, Redis
fx site create domain.com
fx ssl enable domain.com
Optimized Nginx with FastCGI caching and Redis object cache. Your WordPress sites will load instantly.
UFW firewall, Fail2ban protection, free SSL certificates, and hardened PHP configuration out of the box.
Manage sites, SSL, caching, and databases with intuitive fx commands. No complex configs needed.
Everything you need: Nginx 1.26, PHP 8.3, MariaDB 11.4, Redis 7.x, WP-CLI, Composer, and more.
fx site create domain.comCreate sitefx site delete domain.comDelete sitefx site listList all sitesfx ssl enable domain.comEnable SSLfx ssl renewRenew certificatesfx cache purgeClear cachefx redis flushFlush Redisfx statusServer statusfx restartRestart servicesfx db listList databases
Or install directly from GitHub:
wget -qO- https://raw.githubusercontent.com/wasim823552/flashxpress/main/install.sh | sudo bash