1 Welcome
2 Requirements
3 Database
4 Configuration
5 Complete
🎬

Welcome to FIMIX HD Installer

This wizard will guide you through the installation process. It only takes a few minutes to get your movie streaming platform up and running.

Auto Movie Scraper
FIMIX HD Dark Theme
TV Series & Anime
Category URL Import
Auto-Update System
Admin Panel
Before you begin: Make sure you have a MySQL database ready and your server meets the minimum requirements (PHP 8.1+, required PHP extensions).

Server Requirements

Your server must meet the following requirements to run FIMIX HD.

PHP Version & Extensions
RequirementRequiredCurrentStatus
PHP Version 8.1.0+ 8.3.29 PASS
BCMath Required Loaded PASS
Ctype Required Loaded PASS
cURL Required Loaded PASS
DOM Required Loaded PASS
Fileinfo Required Loaded PASS
GD Required Loaded PASS
JSON Required Loaded PASS
Mbstring Required Loaded PASS
OpenSSL Required Loaded PASS
PDO Required Loaded PASS
PDO MySQL Required Loaded PASS
Tokenizer Required Loaded PASS
XML Required Loaded PASS
Zip Required Loaded PASS
Intl Required Loaded PASS
File Permissions
PathStatus
storage/framework/ Writable
storage/framework/cache/ Writable
storage/framework/sessions/ Writable
storage/framework/views/ Writable
storage/logs/ Writable
storage/app/ Writable
storage/app/public/ Writable
bootstrap/cache/ Writable
public/ Writable
.env Writable
All requirements are met! You can proceed to the next step.

Database Configuration

Enter your MySQL database connection details.

Important: You must create a database first!
Do NOT use root as the username — it won't work on most servers. Follow these steps:

In cPanel:
1. Go to cPanel → MySQL Databases
2. Create New Database: enter a name (e.g. fimix_hd) → click Create
3. Create New User: enter username + strong password → click Create User
4. Add User to Database: select the user and database → check ALL PRIVILEGES → click Add
5. Come back here and enter those details

Note: cPanel prefixes database/user names with your account name (e.g. ammour_fimix_hd)
Use the full name shown in cPanel (includes prefix)
Use the MySQL user you created (NOT root)
Back

Site Configuration

Configure your site name, URL, admin account, and scraper source.

Database Connection
Database verified: Loading...
Change database settings
Site Settings
Scraper Source
You can change this later. Add specific category URLs in the admin panel after installation.
Admin Account
Testing database connection...
Writing configuration files...
Generating application key...
Running database migrations...
Seeding default data...
Creating admin account...
Finalizing installation...
Back

Installation Complete!

FIMIX HD has been successfully installed. You can now access your website and admin panel.

Admin Login:
Email: admin@fimixhd.com
Password: (the password you set)
Important: Set Document Root
For security, set your web server's document root to:
/home/ammour/web/a.filmix.space/public_html/public

Then your site will be accessible at your domain directly.
Security Notice: Delete or rename install.php after confirming everything works.

Quick Start Guide

  1. Go to Admin Panel and click Source Links
  2. Paste category URLs from your source website (one per line)
  3. Click "Add Source Links"
  4. Click "Scrape All Active Sources"
  5. Wait for the scraping to complete - movies will appear on your site!
  6. Set up the cron job for auto-updates:
    * * * * * cd /home/ammour/web/a.filmix.space/public_html && php artisan schedule:run >> /dev/null 2>&1
FIMIX HD v1.0.0 • Powered by Laravel PHP 8.x