This is a guide on how to host Megacloud Solver or FlareSolverr locally on any pc.

MegaCloud Solver
    1. The solver can be installed locally on Windows or Linux (Requires Node.JS installed)
    2. The Solver can be installed as a container on another machine on the local network
    3. The solver can be deployed to vercel (free tier will work) and accessed remotely

    - Goto https://bitbucket.org/geordilaforge/mega-embed-2/src/master/ and follow the instructions

    Examples:
    http://localhost:4000/  (Running locally)
    http://<ip or name>:4000/  (Running on another machine)
    https://<name>.vercel.app/ (Running on vercel)

FlareSolverr
- For Windows users
    1. Go to https://github.com/FlareSolverr/FlareSolverr/releases in your web browser and install the flaresolverr_windows_x64.zip 
    2. Extract the zip by right clicking and selecting "Extract All..."
    3. Go into the flaresolver Folder and run the flaresolver.exe

- For Linux Users
    1. Go to https://github.com/FlareSolverr/FlareSolverr/releases in your web browser and install the flaresolverr_linux_x64.tar.gz 
    2. Go to https://www.rapidseedbox.com/blog/flaresolverr-guide and just follow this Step-by-Step Guide sense its more accurate

- For Python Users
    1. Go to https://github.com/FlareSolverr/FlareSolverr in your web browser and follow the Readme, it should contain Instructions

- For FreeBSD, FreeNAS or TrueNAS jail Users
    1. Go to https://github.com/FlareSolverr/FlareSolverr in your web browser and go to the wiki section, it should contain Instructions on one of the pages

- For Troubleshooting
    - Incase you guys have trouble connecting your kodi to the FlareSolverr Url, find your local ip on the device your FlareSolverr is hosting and replace "localhost" with your local ip in the FlareSolverr url section
   
    Examples:
        http://localhost:8191/v1
        http://127.0.0.1:8191/v1
        http://0.0.0.0:8191/v1

