Help Center
Getting Started Zonix AI

Installation Guide

Step 1 — Upload Files

  1. Download the ZIP from your purchase on CodeCanyon or from the KodeCraft portal.
  2. Extract the ZIP on your computer. Open the Script/ folder.
  3. Upload all contents of Script/ to your server's public root (e.g. public_html/) via FTP (FileZilla, Cyberduck) or your hosting's File Manager.
Important: Upload the contents of Script/, not the folder itself. Your public_html/ should contain artisan, app/, public/, vendor/, etc. directly.

Step 2 — Create a Database

  1. Log in to your hosting control panel (cPanel / hPanel).
  2. Go to MySQL Databases and create a new database.
  3. Create a database user and assign it to the database with All Privileges.
  4. Note down the database name, username, and password.

Step 3 — Run the Web Installer

  1. Visit yourdomain.com/install in your browser.
  2. Fill in your database credentials, site name, admin email, and password.
  3. Add your AI provider API keys (you can skip these and add them later in Admin → Settings).
  4. Click Install Now.
  5. The installer runs migrations, seeds default data, creates .env, and locks itself automatically.

Step 4 — Log In

After installation, visit yourdomain.com/login and sign in with the admin credentials you set in the installer.

Step 5 — Set Permissions (if needed)

If you encounter storage errors, set these folders to 755:

  • storage/
  • bootstrap/cache/
Tip: The installer runs php artisan storage:link automatically. If file uploads don't work, run it manually via SSH: php artisan storage:link
Last updated May 11, 2026 · 4 views

Related Articles

Server Requirements Setting Up the Cron Job Zonix AI — Documentation