sp status

Check the health of all running services.

Usage

bash
sp status

What it shows

sp status prints a dashboard with:

  • All container names and their running/stopped status
  • Access URLs for each active service
  • Database connectivity status (MySQL, PostgreSQL)
  • Time since last successful backup
  • Current ServicePlus CLI and plugin bundle versions

Restarting services

To restart all services:

bash
sp restart

To restart a single service (e.g. Mautic only):

bash
sp restart mautic

Available service names: mautic, n8n, calcom, pocketbase, adminer

Common scenarios

  • A service shows stopped — run sp restart <service>, then check sp logs <service> if it does not come back up
  • Database shows disconnected — the database container may have crashed; run sp restart to bring it back
  • Last backup shows Never — run sp export manually and check for errors