FlyWP

Getting Started

Quick Start

This guide walks you through creating your first WordPress site on FlyWP in under 10 minutes.

Prerequisites

  • A FlyWP account with a connected server provider
  • A provisioned server (see Installation)

Create a Site

  1. Go to your server dashboard and click New Site
  2. Enter your domain name (e.g. example.com)
  3. Choose WordPress as the application type
  4. Select your preferred PHP version
  5. Click Create Site

FlyWP will automatically:

  • Configure Nginx with optimized settings
  • Create a MySQL database and user
  • Download and install WordPress
  • Issue an SSL certificate via Let's Encrypt

Configure DNS

Point your domain to your server's IP address:

A    example.com      → 143.198.xxx.xxx
A    www.example.com  → 143.198.xxx.xxx

SSL will be provisioned automatically once DNS propagates.

Access WordPress

Visit https://example.com/wp-admin and complete the WordPress installation wizard. Your site is live!

Next Steps

Was this page helpful?