Service Management
Service Management is ROOT's control panel for every service Panelica runs: nginx, Apache, the PHP-FPM pools, PostgreSQL, MySQL, Redis, BIND, Postfix, Dovecot, the FTP server and the rest. Start, stop, restart or bulk-manage them, grouped by category, with the critical ones protected from being stopped by accident.
Tools → Service Managementhttps://YOUR-SERVER-IP:8443/tools/services (ROOT only)The layout
Four cards summarize the fleet: total services, running, stopped, and a health percentage (or an error count if any service failed). Services are then grouped into collapsible category cards, Critical, Web, Database, Email, Infrastructure and Optional, each with an icon and color. A row per service shows its name and status, with the status live (running or stopped), and its actions.
Starting, stopping, restarting
Each running service offers Restart and Stop; each stopped one offers Start. Single actions apply immediately (no confirmation) and retry a few times, verifying the service really reached the target state, and if it fails you get an error dialog with the actual journalctl and systemctl status output plus a "Try Again" button. The top bar adds Start All / Stop All / Restart All, and each category card has its own Restart for the group; bulk actions ask for confirmation and skip services that are already in the target state.
Boot-time control
ROOT can set whether each service starts on boot. Disabling boot-start requires a typed reason (and is refused for critical services), so there is always a record of why a service was left off after a reboot; re-enabling is one click. A dependency map underlies this, so the panel can warn you which services would be affected.
Docker-based legacy PHP
Legacy PHP versions (5.6 to 7.4) run in Docker rather than as native services, so they appear here with a "Docker Runtime" badge and slightly different controls (they can be restarted but have no traditional start/stop, since they are on-demand per-user containers).
Access
Strictly ROOT at the route. See roles and permissions. The page operates on Panelica's isolated panelica-* systemd units through the panel's own service tool, never touching unrelated system services.