Services Screen

systemd service control with start/stop/restart and detailed status.


Layout

+------------------------------------------------------------------+
|  Service Manager   [Search: ____________]   [Bulk: Start/Stop]   |
+------------------------------------------------------------------+
|  ┌──────────────────────────────────────────────────────────────┐|
|  │ ☐  nginx.service          active   running   The nginx...   │|
|  │ ☐  postgresql.service     active   running   PostgreSQL...  │|
|  │ ☐  vsftpd.service         inactive dead      FTP server...  │|
|  │ ☐  php-fpm.service        active   running   PHP FastCGI... │|
|  └──────────────────────────────────────────────────────────────┘|
|                                                                  |
|  Selected: 2  [Start] [Stop] [Restart]                          |
+------------------------------------------------------------------+

Features

FeatureDescription
Service ListAll systemd services
Search/FilterReal-time filter by name
Start/Stop/RestartIndividual service control
Bulk ActionsStart/Stop/Restart multiple
Detailed StatusPID, memory, uptime, processes
Enable/DisableBoot-time auto-start

Event Delegation

Buttons use data-svc-action attributes.


API Calls

MethodEndpointPurpose
GET/api/servicesList services
POST/api/services/:name/:actService action
POST/api/services/bulk/:actBulk action
GET/api/services/:name/statusDetailed status

Part of NexusPanel Documentation

← Back to Documentation