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:
- Navigate to System > Services.
- The page displays a table of all active and inactive
systemdservices on the host. - 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.