Skip to content

Getting Started with WP Smart

WP Smart is a SaaS platform that lets you manage all your WordPress sites from a single centralised dashboard. Instead of logging individually into each site’s wp-admin, you can update plugins and themes, run backups, analyse security, monitor SEO performance and manage users across all your sites from one control point.

WP Smart works by installing a small plugin on your WordPress site, which creates a secure and authenticated channel between the site and the dashboard.

  • Freelancers and web agencies managing client sites
  • Developers who want to monitor multiple projects in parallel
  • Multi-site owners who want to simplify maintenance

  1. Go to wpsmart.io and click Start for free or Sign up.
  2. Enter your email address and choose a secure password.
  3. Confirm your email by clicking the link sent to your inbox.
  4. Log in to the dashboard: you automatically start with the 14-day Trial plan.
  1. Go to wpsmart.io/login
  2. Enter your email and password.
  3. If you forgot your password, click Forgot password? and follow the instructions sent by email.

URL: /dashboard

From the main dashboard you can see all your sites at a glance. For each site the following are shown:

  • Health Score — a dynamic score measuring overall health, calculated based on outdated plugins, security vulnerabilities and uptime
  • Uptime status — whether the site is online or offline
  • WordPress and PHP version
  • Quick notifications — available updates, failed backups, detected vulnerabilities

From the left sidebar you can add a new site by clicking Add Site.


Enter:

  • Site name — an internal label (e.g. “Client Rossi Portfolio Site”)
  • Site URL — the public address of the site (e.g. https://mysite.com)

The system verifies that the URL is valid and that the site is not already registered in your account.

Manual method:

  1. Download the WP Smart plugin .zip file from the dashboard.
  2. Log in to the wp-admin of your WordPress site.
  3. Go to Plugins → Add New → Upload Plugin.
  4. Select the downloaded .zip file and click Install Now.
  5. Activate the plugin.

Automatic method via FTP/SFTP:

  1. Enter the site’s FTP credentials (host, username, password, port, remote path).
  2. WP Smart tests the connection and automatically uploads the plugin to wp-content/plugins/.
  3. Activate the plugin from the site’s wp-admin.
  1. Once the plugin is activated, go to the WP Smart page in the WordPress menu.
  2. The plugin shows a unique Security Token.
  3. Copy the token and paste it into the field requested by the dashboard.
  4. WP Smart verifies the connection with the remote site.

If the verification is successful, the site is added and an initial health, security and SEO scan starts automatically.


Does the plugin modify my WordPress site? The plugin only adds the API endpoints needed for communication with the dashboard. It does not modify the theme, database or site content.

Can I use the FTP method if my hosting uses SFTP? Yes, you can choose between a standard FTP connection and SFTP.

Can the security token be regenerated? Yes, from the plugin page in WordPress you can regenerate the token at any time. Remember to also update it in the site settings on WP Smart.

What to do if token verification fails? Verify that:

  • The plugin is correctly installed and activated on the site
  • The domain entered is publicly reachable
  • There are no .htaccess rules blocking external requests
  • The token has been copied correctly (without spaces)