Servers
After connecting a server, install the web stack: web server (Nginx or Apache), PHP, and a database. DeployFly handles the entire installation with one form and streams real-time logs.
Before you start
Open your server. If it has no stack yet, you'll see an "Install Stack" prompt on the overview. Otherwise, click the "Install" tab in the server sidebar.
Select Nginx (recommended for performance and modern PHP apps) or Apache (better for legacy apps that use .htaccess). You cannot change this later without reinstalling.
Choose PHP 8.3 for new projects. For older apps (WordPress pre-6.x, Laravel <9), PHP 8.1 or 8.0 may be safer. You can install additional PHP versions later.
Select MySQL 8.0 or MariaDB 10.x. Both are fully compatible with WordPress, Laravel, and most PHP apps. MariaDB is slightly faster for read-heavy workloads.
Toggle Redis to install a cache and session store. Toggle Memcached if your app specifically requires it. Enable Supervisor if you plan to run background workers.
Click "Install Stack". A real-time log stream appears showing every package install and config step. The full installation takes 2–5 minutes depending on server speed.
When you see "Stack installed successfully", the server is ready to host applications. The overview now shows your running services.
Watch out
Tips