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
- Unzip
fastcms-x.y.z.zipon your computer. - Upload everything inside it to your website folder (for example
public_html/, or a sub-folder likepublic_html/blog/) with your host's file manager or an FTP app. Make sure the hidden.htaccessfiles are uploaded too. In FTP apps, turn on show hidden files. - Open your site in a browser. You'll see the installer.
- 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.