Skip to content

System Services

Vapor allows you to manage native systemd services running on the host directly from the web interface.

Managing Services

To view and manage services:

  1. Navigate to System > Services.
  2. The page displays a table of all active and inactive systemd services on the host.
  3. You can use the search bar to filter for specific services (e.g., ssh, docker, libvirtd).

Available Actions

For each service, you can perform the following actions:

  • Start: Start an inactive service.
  • Stop: Stop an active service.
  • Restart: Gracefully restart the service.
  • Enable/Disable: Toggle whether the service should start automatically on system boot.

WARNING

Stopping critical system services (like networking or the Vapor daemon itself) may result in the host becoming unreachable.