⚙️ Manual Installation Steps
For advanced users who prefer manual setup with full control
💬 Need Support?
If you encounter any issues during installation, please contact us or open a support ticket
If you encounter any issues during installation, please contact us or open a support ticket
📋 Complete Manual Setup Process
1
Download & Extract
Download the latest version and unzip the package to your local computer.
2
Upload Files to Server
Upload all files (maintaining the directory structure) to a web-accessible directory on your server or hosting account using FTP or file manager.
3
Create Configuration File
Copy the sample configuration file or rename it:
Option A: Copy contents from config/sp-config-sample.php to config/sp-config.php
Option B: Remove config/sp-config.php and rename config/sp-config-sample.php to config/sp-config.php
4
Configure Database Settings
Open
config/sp-config.php with a text editor (Notepad, VS Code, etc.) and modify the following settings:
# The web path or URL to access SEO Panel through browser
define('SP_WEBPATH', 'http://localhost/seopanel');
# Database name for SEO Panel
define('DB_NAME', 'seopanel');
# Database username
define('DB_USER', 'root');
# Database password
define('DB_PASSWORD', '');
# Database hostname
define('DB_HOST', 'localhost');
5
Save Configuration File
Save the changes made to
config/sp-config.php file.
6
Set Temp Directory Permissions
Change permissions on the
tmp directory to be writable by all:
chmod 777 tmp
Or set as -rwxrwxrwx in your FTP client
7
Import Database Files
Import the following SQL files to your SEO Panel database using phpMyAdmin or any MySQL client:
install/data/seopanel.sql
install/data/textlang.sql
8
Access Your Installation
Using your web browser, visit the location where you placed SEO Panel:
http://www.yourdomain.com/seopanel/
9
Login to Admin Panel
Use the following default credentials to log in:
Username: spadmin
Password: spadmin
10
Configure MOZ API
Navigate to Admin Panel → System Settings → MOZ Settings
Add your free MOZ API key. Get your API key here →
Add your free MOZ API key. Get your API key here →
🔒 Important Security Notes
a. Change the administrator password immediately by visiting the Profile link in the top right corner to prevent security threats.
b. Remove the
install directory from your server after completing the installation.



