PC
Pendu Coder
Setup Docs
Official Setup Documentation

Instagram Booster SMM panel by Pendu Coder

Welcome to the installation guide for Instagram Booster SMM panel by Pendu Coder, the premium storefront engine built to resell Instagram services on complete autopilot. Tailored explicitly for your penducoder.store listings, this tool provides instant profile verification, automatic SMM panel routing, and margin-protected pricing models.

Instagram Booster Mockup
Real UI layout of Instagram Booster displaying target profile preview grids and automated payment modes.
1

System Requirements

Verify that your hosting platform meets these simple requirements before uploading the code:

⚙️

PHP Version

PHP 8.2 or PHP 8.3 is required, including standard extensions: openssl, pdo, mbstring, xml, ctype, and curl.

🗄️

Database Support

Works out-of-the-box with SQLite (highly recommended for zero-configuration, simple setups), MySQL, or MariaDB.

📂

Zip Contents

The main release package comes pre-packaged with all composer dependencies (vendor folder) and compiled asset builds, requiring no local command compilation!

2

Key Features

Instagram Booster SMM panel by Pendu Coder is built with premium features designed to automate sales and protect margins:

Dynamic Instagram Sync

Instantly verifies entered handles, scraping live avatars and follower metrics as a preview before payment to guarantee accuracy.

🤖

Autopilot API Routing

Automatically forwards approved storefront orders directly to connected SMM Panels (using v2 API formats) without administrative delays.

📉

Smart Price Safeguard

Monitors upstream SMM pricing changes and automatically disables storefront packages if your custom profit margins are breached.

💰

Paytm & UPI Gateways

Built-in Paytm QR code payment redirection and customizable manual payment channels with client Transaction ID validation.

3

Installation Guide

We've made installing TheLikes incredibly easy with our beautiful web-based Installation Wizard. No command line experience required!

1

Upload & Extract Files

Upload the Instagram Booster.zip file to your web server (e.g., using cPanel File Manager). Extract the contents directly into your target directory. Make sure your domain root points to the /public directory of the extracted project.

2

Directory Permissions

Ensure that the following directories have write permissions (change permission code to 775 or 755):

  • storage (and all subfolders)
  • bootstrap/cache
3

Run the Installation Wizard

Navigate to your domain in your web browser (e.g. https://yourdomain.com). You will automatically be redirected to the gorgeous Installation Wizard.

Simply follow the on-screen steps:

  • Step 1: System Requirements Check
  • Step 2: Database Configuration (The installer will automatically create the database if it doesn't exist!)
  • Step 3: Admin Setup & Database Seeding
Installation is now complete! You can head straight to your shiny new dashboard.
4

Cron Job Configuration

To automate price sync loops and order statuses from SMM panels, you must configure active Cron triggers on your hosting server.

⚠️
Important Security: Set the CRON_KEY value in your .env file (e.g. CRON_KEY=my_secret_token_123) to protect your cron endpoints.

Setup via cPanel Cron Jobs (HTTP Request Method)

Add the following two tasks in your **cPanel Cron Jobs** dashboard to run automatically in the background:

Cron Command Lines
# Sync SMM provider prices once every hour
curl -s "https://yourdomain.com/cron/sync-prices?key=your_cron_key"

# Sync active order statuses once every 10 minutes
curl -s "https://yourdomain.com/cron/sync-orders?key=your_cron_key"
5

Admin Dashboard Login

Once installation completes via the web wizard, log in to customize packages, SMM providers, and UPI QR codes.

1. Administrative Login URL

Go to: https://yourdomain.com/login or https://yourdomain.com/admin/dashboard.

2. Login Credentials

Use the Email Address and Password that you created during Step 3 of the Installation Wizard.