Skip to content

Install the Memberside plugin

The Memberside plugin is what your app talks to. Without it on your site, the builder cannot connect and no screen has anything to show. Install it before you try to connect an app.

  • A REST API under the memberside/v1 namespace, plus memberside/v2 for the activity wall.
  • A Memberside menu in the WordPress admin sidebar, with four screens: Dashboard, REST API, Services and API Keys.
  • Nothing on the front end. The plugin adds no shortcodes, no blocks and no pages, and your site looks exactly as it did before.
  1. Download the plugin .zip from your Memberside account.
  2. In WordPress, go to Plugins → Add New → Upload Plugin.
  3. Choose the .zip and select Install Now.
  4. Select Activate Plugin.

A Memberside entry appears in the admin sidebar. Open it and you should see the Dashboard with your site’s detected plugins listed.

Installing and activating the Memberside plugin
WordPress6.0 or newer
PHP7.4 or newer
HTTPSRequired. Application passwords are refused over plain HTTP.
PermalinksAnything other than Plain. The REST API needs pretty permalinks.

The plugin runs on its own. Ultimate Member is not required for it to activate — the WordPress-core screens (Posts, Page, Default Login, Default Register) work without it — but most of the feature catalogue is built from Ultimate Member or BuddyPress, so in practice you will have one of them.

The Dashboard checks your other plugins against a tested-version range and warns when one is older than the minimum Memberside supports, or newer than anything it has been tested with. Neither warning blocks you — they tell you where to look first when a screen behaves oddly.

SymptomCauseFix
No Memberside menu after activatingActivation failed silently, usually a PHP version below 7.4Check Tools → Site Health → Info → Server for the PHP version
The builder says Ultimate Member REST API not foundThe plugin is inactive, or you connected a different site than the one you installed it onConfirm the plugin is active, and check the site URL for a typo or a www mismatch
Endpoints return 404 even with the plugin activePermalinks are set to PlainGo to Settings → Permalinks and choose any other option

Enable the endpoints you need. Nothing is exposed until you do.