Skip to content

Installation

Server Requirements

  • Apache server (for the htaccess rewrite rules to work)
  • PHP 8.1 or higher

It is recommended to increase PHP's max_execution_time.

See how to: CPanel, Plesk, Others (Linux Servers).

Required PHP Modules

  • Ctype PHP Extension
  • cURL PHP Extension
  • DOM PHP Extension
  • Fileinfo PHP Extension
  • Filter PHP Extension
  • Hash PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PCRE PHP Extension
  • PDO PHP Extension
  • Session PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Extracting Files

  1. Unzip the file you downloaded from Nanosia to any directory on your computer.

  2. Connect to your hosting or server using cPanel, Plesk, or other control panels.

  3. Open File Manager and navigate to the root folder of your domain. For example, it may be public_html in cPanel and httpdocs in Plesk.

  4. Upload the file flexhd.zip to the root folder of your domain.

  5. Extract the contents of the flexhd.zip file into the root folder.

  6. Open the .env file in the Flexhd root directory with a text editor and enter the relevant data.

    Example .env file:

APP_NAME=Nanosia // Your website's name. If there is spaces add it between ". "Nanosia com"*
APP_URL=https://nanosia.com // Your website's full url without "/" at the end. For example; https://nanosia.com*
ADMIN_PATH=admin // path for to admin panel. ex = doman.com/admin
ADMIN_USERNAME=admin // username for auth to admin panel
ADMIN_PASSWORD=password // password for auth to admin panel
APP_NAME=Nanosia // Your website's name. If there is spaces add it between ". "Nanosia com"*
APP_URL=https://nanosia.com // Your website's full url without "/" at the end. For example; https://nanosia.com*
ADMIN_PATH=admin // path for to admin panel. ex = doman.com/admin
ADMIN_USERNAME=admin // username for auth to admin panel
ADMIN_PASSWORD=password // password for auth to admin panel
  1. Save the .env file.
  2. That’s all!

You are now ready to install the script.

File Permissions

  • All folder permissions: 755
  • All file permissions: 644
  • .env file permissions: 640