Evtoan Technologies
Getting Started

Installation

Configuration

Customization

Integrations

Troubleshooting

Updates & Upgrades

FAQs

Getting Started with Your Evtoan Script/Template

Welcome to your Evtoan product! This guide will help you quickly understand how to download, install, and start using your script.

Whether you are a beginner or an experienced developer, this article will walk you through the essential steps to get your system running smoothly.

1. Download Your Script

After purchasing the script, you will receive a download link from the platform where you bought the product (for example, your account dashboard or purchase confirmation email).

Steps to download

  1. Log in to your purchase account.
  2. Navigate to Downloads.
  3. Download the main package.
  4. Extract the ZIP file on your computer.

After extracting, you will see a folder structure similar to this:

main-package/

├── documentation/

├── script-files/

├── license/

└── readme.txt

The script-files folder contains the actual application you will upload to your server.

2. Check Server Requirements

Before installing the script, ensure your server meets the required specifications.

Minimum server requirements

  • PHP 8.1 or higher
  • MySQL 5.7+ or MariaDB
  • Apache or Nginx web server
  • Composer enabled
  • OpenSSL extension
  • PDO extension
  • Mbstring extension
  • Fileinfo extension

If you are unsure about your server environment, contact your hosting provider.

3. Upload Files to Your Server

Next, you need to upload the script files to your web server.

Option 1 — Using cPanel File Manager

  1. Log in to cPanel.
  2. Open File Manager.
  3. Navigate to: public_html/

Upload the contents of the script-files folder.

Extract the files.

Option 2 — Using FTP (Recommended)

Use an FTP client such as FileZilla.

  1. Connect to your server using FTP credentials.
  2. Navigate to:
public_html/
  1. Upload the contents of script-files.

4. Create a Database

You will now need to create a database for your application.

Steps

  1. Open your hosting control panel.
  2. Navigate to MySQL Databases.
  3. Create a new database.
  4. Create a database user.
  5. Assign the user to the database with ALL privileges.

Save the following details:

Database Name
Database Username
Database Password
Database Host

You will need these during installation.

5. Run the Installation Wizard

Once files are uploaded and the database is created, open your browser and visit your domain.

Example:

https://yourdomain.com

You should see the installation wizard.

Follow the steps

  1. Accept the license agreement.
  2. Enter your database credentials.
  3. Configure the application settings.
  4. Create the administrator account.
  5. Complete installation.

After installation, the system will automatically configure your environment.

6. Login to Your Dashboard

After installation is complete, you can access the admin dashboard.

Example login URL:

https://yourdomain.com/login

Enter the administrator credentials you created during installation.

You will then be redirected to the Admin Dashboard.

7. Recommended First Steps

After logging in, we recommend completing these setup tasks:

Configure system settings

  • Update site name and branding
  • Configure email SMTP settings
  • Upload your logo

Review documentation

Visit the documentation categories for detailed guides:

  • Installation
  • Configuration
  • Customization
  • Troubleshooting

Need Help?

If you encounter any issues during setup, you can:

  • Browse the Troubleshooting section
  • Search the documentation
  • Open a support ticket

Our support team will be happy to assist you.

54 views | 2 people found this helpful | 100% helpful

Was this article helpful?

On this page

    Still need help?

    If you can’t find the answer in the documentation, our support team is here to help.

    Create Support Ticket