> V1.0.3 rc.2 > Commands > Plakar services
Version v1.0.3-rc.2

services

PLAKAR-SERVICES(1)General Commands ManualPLAKAR-SERVICES(1)

plakar-servicesManage optional Plakar-connected services

plakar services[status | enable | disable] service_name

The plakar services command allows you to enable, disable, and inspect additional services that integrate with the plakar platform via plakar-login(1) authentication. These services connect to the plakar.io infrastructure, and should only be enabled if you agree to transmit non-sensitive operational data to plakar.io.

All subcommands require prior authentication via plakar-login(1).

Services are managed by the backend and discovered at runtime. For example, when the “alerting” service is enable, it will:

  1. Send email notifications when operations fail.
  2. Expose the latest alerting reports in the Plakar UI (see plakar-ui(1)).

By default, all services are disabled.

status service_name
Display the current configuration status (enabled or disabled) of the named service.
enable service_name
Enable the specified service.
disable service_name
Disable the specified service.

Check the status of the alerting service:

$ plakar services status alerting

Enable alerting:

$ plakar services enable alerting

Disable alerting:

$ plakar services disable alerting

plakar-login(1), plakar-ui(1)

August 7, 2025Plakar