Setup Traderplus in just a few steps and launch under your own brand.
Whether you're deploying on shared hosting with cPanel or a dedicated VPS, Traderplus includes everything you need to get your platform up and running quickly. Follow this guide carefully to complete the installation and activate your license.
Make sure your server is ready before installation.
Before uploading Traderplus, verify that your hosting environment meets the minimum requirements below. This ensures the application runs securely and performs optimally in production.
PHP 8.3+
Traderplus requires PHP 8.3 or newer with all recommended Laravel extensions enabled.
MySQL 8+
Use MySQL 8 or MariaDB 10.6+ for optimal performance and compatibility.
Storage
Minimum 2GB SSD storage with additional space for uploads and backups.
SSL Certificate
HTTPS is strongly recommended to protect user accounts and payment information.
Installation at a glance.
Installing Traderplus follows a straightforward workflow. Complete each stage in order to prepare your server, configure your application and activate your license successfully.
Deployment Workflow
Traderplus uses Laravel's standard deployment process. Upload the application, configure your environment, connect your database, run migrations and log in to your administrator dashboard.
- Upload application files.
- Configure the
.envfile. - Connect your MySQL database.
- Run migrations and seeders.
- Activate your license.
Shared Hosting
Install easily using cPanel with no command-line knowledge required.
VPS Deployment
Perfect for Ubuntu servers using Nginx, Apache or Docker-based environments.
Secure by Default
SSL, environment variables and license verification keep your installation secure.
Complete the installation in five simple steps.
Follow each step carefully. Do not skip any stage, as every step is required for Traderplus to function correctly.
Upload Traderplus
Upload the purchased Traderplus package to your hosting account or VPS.
Create Database
Create a new MySQL database and assign a database user with full privileges.
Configure Environment
Update your .env file with your database, application and license information.
Run Installation
Run database migrations, seed the application and complete the setup process.
Launch Platform
Log in to your administrator account and begin configuring Traderplus.
Configure your application settings.
Traderplus uses Laravel's .env configuration file. Update the values below with your own server credentials before running the application.
Traderplushttps://yourdomain.comTraderplus_databasedatabase_usernamedatabase_passwordYOUR_LICENSE_KEYReplace every placeholder above with the actual values provided by your hosting provider and the license information received after purchasing Traderplus.
Prepare your database and complete the installation.
After connecting your database inside the.env file, run the following Laravel commands to create all required tables and seed the application.
php artisan key:generatephp artisan migrate --seedphp artisan storage:linkphp artisan optimizeCommon installation issues and how to resolve them.
Most installation problems are caused by incorrect server configuration, missing PHP extensions or an incorrectly configured.env file. Before contacting support, review the checklist below.
Application shows 500 Error
Verify your .env configuration, storage permissions and PHP version. Also check the Laravel log insidestorage/logs.
Database Connection Failed
Ensure your database name, username, password and host are correctly configured. Confirm the database user has all privileges.
Assets Not Loading
Confirm that your web server points to the correct public directory and clear Laravel caches after deployment.
License Activation Failed
Verify that your license key matches the purchased domain and that the server has internet connectivity during activation.
Answers to common installation questions.
These are some of the questions we receive most often during the installation process.
Can I install Traderplus on shared hosting?
Yes. Traderplus supports cPanel-based shared hosting provided your hosting meets the minimum server requirements.
Can I move the application to another server?
Yes. Simply migrate your files and database, update your environment variables and reactivate your license if required.
Do I need command-line access?
While SSH access is recommended, many hosting providers allow Laravel commands to be executed through cPanel terminal or cron interfaces.
Will future updates affect my data?
No. Always create a backup before updating. Database migrations are designed to preserve your existing application data.
Our technical team is ready to assist you.
If you encounter any issues during installation or require help configuring your server, database or payment integrations, our support team is available to guide you through the process and ensure your Traderplus platform is deployed successfully.