Set up Fate Ondaba
Creates the database tables and the first (prime) admin account for the staff dashboard.
System check
✓
PHP 8.1 or newer
Running 8.3.33. Change it in hPanel → Advanced → PHP Configuration.
✓
PDO database driver
pdo_sqlite extension
✓
OpenSSL (push notifications)
Needed to sign and encrypt push notifications
✓
cURL (push notifications)
Needed to deliver push notifications
✓
Uploads folder writable
/home/u168229216/domains/fateondaba.co.za/app/../storage/uploads
✓
HTTPS
Push notifications and secure sign-in need SSL — enable it in hPanel → Security → SSL
✓
Database (sqlite)
Connected. Tables already exist.
Set an install key first. Open
app/config.php in the File Manager and set 'install_key' to a secret phrase, e.g. 'install_key' => $env('FO_INSTALL_KEY', 'blue-geyser-2026'),. Then reload this page.