Self-hosting
The engine is plain PHP 8.1+ with SQLite. Business licence holders receive the package; installation:
- Upload files; point the domain's document root to
public/(or keep the included.htaccessredirect). - Make
data/writable (SQLite DBs + uploaded files live here, outside web root). - Open the site; the first run creates tables and the admin account (change the password immediately).
- Admin → Settings: SMTP for OTP emails, payment details, plans.
- Recommended: PHP 8.2,
pdo_sqlite,mbstring,curl,fileinfo; keepmax_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