Installation Tutorial 1:

Installation Tutorial 2

Install From cPanel Using Softaculous

Seo Panel Manual Installation Steps

If you have any issues while installation, Please contact seo panel team or open a ticket in support system

1. Download and Unzip the package.

2. Upload all the files contained in this folder (retaining the directory structure) to a web accessible directory on
    your server or hosting account.

3. Copy the contents of sample config file config/sp-config-sample.php to config/sp-config.php or remove
    config/sp-config.php
and rename config/sp-config-sample.php to config/sp-config.php

4. Open up config/sp-config.php with a text editor like Notepad or similar editor.

    Then modify the following sections with your server and database settings.

# The web path or url to access seo panel through browser.
define('SP_WEBPATH', 'http://localhost/seopanel');

# DB settings - You can get this info from your web hosting provider.
# The name of the database for seo panel
define('DB_NAME', 'seopanel');

# DB database username
define('DB_USER', 'root');

# DB database password
define('DB_PASSWORD', '');

# DB hostname
define('DB_HOST', 'localhost');

5. Save the contents of file config/sp-config.php.

6. Change the permissions on the tmp directory to be writable by all (777 or -rwxrwxrwx within your FTP Client)

7. Import database file install/data/seopanel.sql and install/data/textlang.sql to your seo panel database using phpmyadmin
    or any other mysql client.

8. Using your web browser visit the location you placed Seo Panel.

    e.g. http://www.yourdomain.com/seopanel/

9. Please use following login details to access Admin Interface.

Admin Section:

Username: spadmin

Password: spadmin

10. Go to Admin Panel => System Settings => MOZ Settings

Add free moz api key in seo panel using the link shown in the page - https://moz.com/help/guides/moz-api/

Note:

a. Please change password of administrator by visiting Profile link on right top of the seo panel to prevent from security threats.

b. Remove install directory of seo panel