Skip to content

SERVICE MANAGEMENT

GitHub Actions edited this page Feb 17, 2026 · 1 revision

Service Management Guide

Manage, monitor, and troubleshoot nself services.

Service Operations

Start, stop, and restart services:

# Start all services
nself start

# Stop all services
nself stop

# Restart specific service
nself restart postgres

Monitoring Services

# Check service health
nself health

# View service logs
nself logs postgres

# Monitor in real-time
nself logs postgres -f

See Service Commands for complete reference.

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog


All commands (52)

Clone this wiki locally