Docs · Start here

Installing fastCMS

fastCMS installs like a classic PHP script: upload the files, open your site, fill in one form. It takes about two minutes.

What you need

  • Web hosting with PHP 8.2 or newer and Apache (almost every cPanel host). No database to set up: fastCMS uses a single file.
  • An AI key from Anthropic (recommended), Google Gemini or DeepSeek, if you want to use AI. You pay the provider directly, usually a few cents per article.

The installer checks your server and tells you exactly what to fix if anything is missing.

Install

  1. Unzip fastcms-x.y.z.zip on your computer.
  2. Upload everything inside it to your website folder (for example public_html/, or a sub-folder like public_html/blog/) with your host's file manager or an FTP app. Make sure the hidden .htaccess files are uploaded too. In FTP apps, turn on show hidden files.
  3. Open your site in a browser. You'll see the installer.
  4. Fill in your site name and admin account (and your licence key, if you have it), then click Install.

You'll land on your dashboard with a Get started checklist that walks you through the rest.

After installing

  • Add an AI key in Settings → AI.
  • Plan your blog in AI Autopilot.
  • Set up a cron job so articles keep writing when you close the browser. In your hosting panel, add a job that runs every minute:
php /path/to/your/site/cron.php >/dev/null 2>&1

Next: Getting started.