Skip to content

Connect your WordPress site

Connecting tells an app which site it belongs to. Once connected, the builder reads your active plugins to decide which features you can place, and the preview renders against your real content.

Memberside signs in as a WordPress user using an application password. It never asks for, and cannot use, your account password.

  1. In WordPress, go to Users → Profile.

  2. Scroll to Application Passwords.

  3. Enter a name — Memberside is a good one — and select Add New Application Password.

  4. Copy the value that appears. It is shown once. It looks like six groups of four characters separated by spaces, and the spaces are part of it.

Use a dedicated application password rather than reusing one. You can revoke it at any time from the same screen, which cuts the app’s access without changing your own password or affecting anything else.

  1. In the builder, open the app and go to the connection step. On a new app this is step two of onboarding; on an existing one it is Settings → Connection.

  2. Enter your Site URL, including https://. Use the exact address your site answers on, matching www or its absence.

  3. Enter your WordPress username — the username, not the email address.

  4. Paste the application password.

  5. Select Test & continue.

A green Connected as… panel naming the user means the plugin answered and the credentials were accepted. The builder stores the connection and moves on.

Connecting a WordPress site to an app

On connecting, and on each reload afterwards, the builder asks your site for:

  • Active plugins, which decide which feature cards are available.
  • Plugin versions, checked against the range Memberside has been tested with.
  • Capabilities — whether push, OneSignal and Turnstile keys are configured.
  • Forms, directories and account tabs that have opted into the API.

Secrets are never returned. The capabilities response says whether a key is present, not what it is.

To point an app at a different site, or to rotate the password, return to the same screen and connect again. To cut access entirely, revoke the application password in WordPress under Users → Profile → Application Passwords. The app stops being able to read your site immediately; builds already downloaded keep working until they next need the API.

SymptomCauseFix
Ultimate Member REST API not foundThe Memberside plugin is not active on the site you enteredInstall the plugin, and check the URL for a typo
Those credentials were rejectedWrong username, or the application password was mistypedUse the username rather than the email, and paste the password including its spaces
Connection failed or Could not reach that siteThe URL is wrong, the site is not public, or it is behind HTTP authOpen the URL in a browser from outside your network
Connects, but every feature card is greyed outThe Site endpoint group is off, so the plugin list cannot be readEnable it under Memberside → REST API
Connects as the wrong personThe application password belongs to another userCreate one under the administrator account you intend to use

A local site on localhost, or one reachable only over a VPN, cannot be connected. Memberside calls your site from its own servers.

Place your first features.