• Seo Panel Manual Installation Steps

    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 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



    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

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