sp status
Check the health of all running services.
Usage
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:
To restart a single service (e.g. Mautic only):
Available service names: mautic, n8n, calcom, pocketbase, adminer
Common scenarios
- A service shows stopped — run
sp restart <service>, then checksp logs <service>if it does not come back up - Database shows disconnected — the database container may have crashed; run
sp restartto bring it back - Last backup shows Never — run
sp exportmanually and check for errors