Self-hosting

The engine is plain PHP 8.1+ with SQLite. Business licence holders receive the package; installation:

  1. Upload files; point the domain's document root to public/ (or keep the included .htaccess redirect).
  2. Make data/ writable (SQLite DBs + uploaded files live here, outside web root).
  3. Open the site; the first run creates tables and the admin account (change the password immediately).
  4. Admin → Settings: SMTP for OTP emails, payment details, plans.
  5. Recommended: PHP 8.2, pdo_sqlite, mbstring, curl, fileinfo; keep max_execution_time ≥ 60 for realtime streams.

Backups

Copy data/clickbase.sqlite and data/projects/*.sqlite (+ data/files). SQLite WAL mode is enabled; copying while running is safe for small DBs, or use sqlite3 .backup.


Was this page helpful? Tell us. · Download SDK