Skip to main content
Use this page as a command cookbook after the first setup is working. For the full first-run flow, start with Getting Started.
The long-running simplex-chat -p 5225 process should run in a separate terminal or as a host-managed service. See Runtime Setup for persistent startup.

Install and verify

Start the SimpleX WebSocket runtime:
Install plugin in OpenClaw:
Enable plugin:
Trust plugin:
Configure the WebSocket endpoint:
Verify that OpenClaw sees and trusts the plugin:
If you already completed the first setup flow, you can skip this section and jump straight to runtime, invite, contact-request, group-link, pairing, or migration commands below.

Runtime diagnostics

Show the active SimpleX runtime state:
List runtime users and show the active user:
Run the higher-level diagnostic summary:
Use a named account when the channel has multiple accounts:

Runtime service

Install a user service for simplex-chat. The command prints the plan and asks before writing the service file:
Override auto-detection when needed:

Invite and address management

Create a one-time invite link and print a terminal QR code:
List current invite and address state:
Revoke the current address/invite link:
Show the current address link:
Create or return the current address link:
Revoke the current address link:

Contact requests

List pending SimpleX contact requests observed by the runtime:
Accept a pending request:
Reject a pending request:
With multiple accounts:

Verification

Show or check SimpleX contact verification metadata when supported by the runtime:
Create a SimpleX group:
Create a group invite link and print a terminal QR code:
Show the current group invite link:
Revoke the current group invite link:
Moderate a group member when supported by the runtime:

Files

Receive or cancel a SimpleX file transfer:
Preview what connecting to a SimpleX link would do:
Connect the active SimpleX user to a contact, address, or group link:

Pairing

List pending pairing requests:
Approve a sender for this channel:

Migration

Migrate older simplex installs to openclaw-simplex:
Preview migration only:

SimpleX console commands

Run these inside the simplex-chat console if you want to manage links directly from the runtime:

Gateway method names

For programmatic automation, the plugin exposes gateway methods for one-time invite and SimpleX address management, runtime diagnostics, runtime users, verification, contact-request review, group-link lifecycle, moderation, file controls, and SimpleX link onboarding. See Gateway Methods for request and response shapes.