Support Center
Find answers, explore docs, or get in touch.
Installation Guide
Step-by-step setup
CLI Reference
All 45+ fx commands
Report a Bug
Open issue on GitHub
Support the Project
Buy Me a Coffee
Frequently Asked Questions
Run bash <(curl -sSL https://wp.flashxpress.cloud/install.sh) on Ubuntu 22.04/24.04 as root. Then fx site create yourdomain.com and fx ssl install yourdomain.com.
PHP 8.4 default with fallback to 8.3, 8.2, 8.1. Switch with fx php switch 8.3.
fx site create domain1.com, fx site create domain2.com, etc. Each gets its own database, config, and SSL.
fx backup create example.com creates tar.gz. Restore with fx backup restore file.tar.gz.
Yes, 100% free and open source (MIT License).
fx php list to see versions, fx php switch 8.3 to switch. Updates all configs.
Ensure domain DNS points to server IP. DNS propagation can take up to 48 hours.
curl -I https://yourdomain.com — look for X-Cache header. MISS first, then HIT.