How to Install UddoktaPay on cPanel Server? Print

  • 0

How to Install UddoktaPay on cPanel Server

This guide will walk you through the process of installing UddoktaPay on your cPanel server. Follow each step carefully to ensure a successful installation.

Prerequisites

  • Valid UddoktaPay license key and username
  • cPanel access credentials
  • Domain or subdomain with SSL certificate
  • Latest UddoktaPay installation package

Step 1: Server Environment Setup

Configure PHP Version

  1. Log in to your cPanel account
  2. Navigate to "Select PHP Version" or "MultiPHP Manager"
  3. Set PHP version to 7.4 or higher (8.1 recommended)

Enable Required Extensions

  • ionCube Loader (v12.0.0+)
  • mysqli
  • curl
  • fileinfo
  • zip
  • bcmath
  • ctype
  • json
  • mbstring
  • xml
  • tokenizer

Step 2: Create Subdomain

  1. In cPanel, go to "Domains" section
  2. Click "Create a New Domain"
  3. Enter your desired subdomain (e.g., pay.yourdomain.com)
  4. Click "Create"
  5. Ensure SSL is properly configured for the subdomain

Step 3: Database Setup

  1. Go to "MySQL Database Wizard" in cPanel
  2. Create new database:
    • Enter unique database name
    • Click "Next Step"
  3. Create database user:
    • Choose unique username
    • Set strong password
    • Click "Create User"
  4. Set privileges:
    • Select "ALL PRIVILEGES"
    • Click "Next Step"
  5. Save database details for installation

Step 4: Upload and Extract Files

  1. Access File Manager in cPanel
  2. Navigate to subdomain's directory
  3. Click "Upload" and select UddoktaPay package
  4. Once uploaded, right-click and select "Extract"

Step 5: Run Installation

  1. Visit your subdomain in browser
  2. System requirements check:
    • PHP version verification
    • Extension availability
    • Directory permissions
  3. Enter license details:
    • License Code
    • License Username
  4. Configure database:
    • Host: localhost
    • Database name
    • Username
    • Password
  5. Complete installation

Step 6: Post-Installation

  1. Access login page: yourdomain.com/login
  2. Default credentials:
    • Username: admin
    • Password: 123456
  3. Important security steps:
    • Change default password immediately
    • Remove or rename installation directory
    • Configure backup settings
    • Review security settings

Common Installation Issues

PHP Configuration

  • Version compatibility: Ensure PHP 7.4 or higher
  • Missing extensions: Enable through PHP settings
  • ionCube Loader: Install version 12.0.0 or higher

Database Issues

  • Connection errors: Verify credentials
  • Permission issues: Check user privileges
  • Database creation: Ensure proper collation

Need Help?

If you encounter any issues during installation:

  • Contact your hosting provider for server-related issues
  • Open a support ticket with detailed error messages
  • Check documentation for troubleshooting guides

Was this answer helpful?

« Back