Help Center
Getting Started
Zonix AI
Installation Guide
Step 1 — Upload Files
- Download the ZIP from your purchase on CodeCanyon or from the KodeCraft portal.
- Extract the ZIP on your computer. Open the
Script/folder. - 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 ofScript/, not the folder itself. Yourpublic_html/should containartisan,app/,public/,vendor/, etc. directly.
Step 2 — Create a Database
- Log in to your hosting control panel (cPanel / hPanel).
- Go to MySQL Databases and create a new database.
- Create a database user and assign it to the database with All Privileges.
- Note down the database name, username, and password.
Step 3 — Run the Web Installer
- Visit yourdomain.com/install in your browser.
- Fill in your database credentials, site name, admin email, and password.
- Add your AI provider API keys (you can skip these and add them later in Admin → Settings).
- Click Install Now.
- 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 runsphp artisan storage:linkautomatically. If file uploads don't work, run it manually via SSH:php artisan storage:link
Last updated May 11, 2026 · 4 views