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

- 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