3 Steps to WordPress
Server ready, WordPress live, SSL secured — under 5 minutes.
System Requirements
Step-by-Step Guide
Install Server Stack
SSH into your fresh Ubuntu 22.04/24.04 server and run the command below. Installs NGINX with FlashXPRESS FastCGI Cache, MariaDB 11.4, PHP 8.4 (fallback 8.3/8.2/8.1), Redis, WP-CLI, Certbot, UFW, Fail2Ban, and fx CLI.
Create WordPress + Cache
Creates a fully configured WordPress site. Downloads WordPress, creates MariaDB database, configures NGINX with FastCGI Cache, sets up Redis Object Cache, and creates optimized server block.
Install Free SSL
Secures your site with Let's Encrypt SSL. Generates HTTPS config with HSTS headers, HTTP-to-HTTPS redirect, preserves all cache settings. Auto-renews via cron.
Verify FastCGI Cache
After all 3 steps, verify caching is working.
Run this command:
You should see:
First: FlashXpress MISS or FlashXpress BYPASS. Refresh → FlashXpress HIT
Post-Installation Commands
fx statusCheck all service statuses
fx site create yourdomain.comCreate WordPress site
fx ssl install yourdomain.comInstall SSL certificate
fx cache clearClear FastCGI cache
fx cache statusCache size & files
fx php versionCheck PHP version
fx backup create yourdomain.comFull site backup
fx helpAll commands
Troubleshooting
Common questions and solutions.
Explore CLI Commands
45+ powerful commands for complete WordPress stack management.
View CLI Reference