MF Core CMS

Your website, on infrastructure you control.

A focused self-hosted CMS with visual content editing, simple Docker deployment, and domain-bound licensing.

Install

One-time setup

Run the public installer once. It creates a standard Compose project and pulls the public MF Core image.

Operate

Your domain and data

The CMS binds to localhost behind your reverse proxy. SQLite content and uploads remain in local persistent storage.

Update

Standard Docker updates

Run docker compose pull followed by docker compose up -d --wait from /opt/mfcore.

Requirements

Bring a Linux amd64 host

Install Docker Engine, the Docker Compose plugin, curl, and OpenSSL. Configure DNS, HTTPS, and an existing Nginx or Caddy reverse proxy after setup.

curl -fsS https://cms.mf-core.com/install.sh -o /tmp/mfcore-install.sh
sudo bash /tmp/mfcore-install.sh

Downloads are public. A valid MF Core licence is required to operate the installed CMS.