Waziper Systems Requirements

Waziper Systems Requirements

Waziper Systems Requirements
Waziper Systems Requirements

Waziper Server Requirements

Which server is best for SaaS?

We recommend UBUNTU Sever from DIGITALOCEAN or CONTABO that will be easier to upgrade after you have massive customers with minimum requirements:

  • 4  vCPU Cores
  • 8 GB RAM
  • 50 GB NVMe or 200 GB SSD
  • 1 Snapshot
  • 32 TB Traffic* (Unlimited Incoming)

    Requirements

    Before installing Waziper script on your server, make sure your server is fully configured for the script by following the below requirements:

    PHP version PHP version 8.0 – 8.1
    Node.js Required – Version 16.x
    allow_url_fopen allow_url_fopen=On (php.ini file)
    PHP cURL Required. (Curl Library, Curl_init Function, and Curl_exec)
    PHP OpenSSL Required. (For secure data encryption.)
    PHP PDO Required. (To create a secure connection to MySQL server)
    GD Required. (For image processing).
    PHP EXIF Required. (For validating JPEG files)
    PHP mbstring Required.
    Zip PHP zip extension is required (for updating, installing, etc)
    Option (Recommended) To make sure script working fine. You need to increase the following values in your server: 
    memory_limit = 512M or higher ( Importance)
    upload_max_size = 512M 
    post_max_size = 512M 
    upload_max_filesize = 512M 
    max_execution_time = 60
    max_input_time = 500
    max_connections = 200
    max_user_connections = 200
    wait_timeout = 180
    max_allowed_packet = 512M

    Note: We strongly advise against using VESTACP or HESTIA as they have been known to automatically modify the nginx or apache config file within 1-2 days, which may cause the API domain to stop working.