Skip to content
WordPress → Settings → FMS Membership/wp-admin/options-general.php?page=fms-member-gate5 min

Connect to FMS

You'll need

A service key from the FMS admin portal. Get it at Service keys before you start, because it is shown only once.

  1. Fill in the FMS connection section.
    ScreenshotScreenshot, enlarged

    Click anywhere, or press Esc, to close.

  2. Save, then press Test FMS connection (1).
    ScreenshotScreenshot, enlarged

    Click anywhere, or press Esc, to close.

  3. Read the message that comes back.
    ScreenshotScreenshot, enlarged

    Click anywhere, or press Esc, to close.

What goes in each field

FieldWhat to put
API URLWhere this server reaches FMS, server to server. Often an internal address.
Public URLWhere a browser reaches FMS. This is what pricing links point at.
Service keyThe fms_sk_... key from the FMS Developer screen.
Cache TTLHow long WordPress remembers a member's access. 300 seconds is right.
Default fallback messageWhat non-members see on locked content.
Accent colourThe colour of the locked-content button.

Better: put the key in wp-config.php

Defining FMS_SERVICE_KEY in wp-config.php keeps the key out of the database. The field then shows as read-only, which is the sign it worked.

What the test can say

MessageWhat it meansWhat to do
FMS accepted the service keyEverything is wired up.Nothing.
Not configuredThe URL or the key is blank.Fill both in and save first.
Could not reach FMSNo reply at all.Check the API URL, and that FMS is running.
FMS does not recognise this service keyUnknown or revoked.Generate a new one in FMS.
FMS knows this key but refused the requestThe key is fine, this server's IP is not on the allow-list.Add the address in FMS, or clear the list.
Something in front of FMS answered insteadA CDN or firewall intercepted the call.Point the API URL straight at FMS, bypassing the CDN.
Unexpected response from FMSIt arrived but failed.Check the FMS logs.

Next: choose the member pages.

Internal staff guide. Screenshots come from the rehearsal rig, never from live data.