Patch server
The Patch server is the host that runs the Luumen agent. You need exactly one per Luumen client.
The Patch server should be a stable host that is not regularly rebuilt or rotated. The agent runs as a system service, so the server needs to stay up to keep the dashboard current.
Network access
The Patch server must be able to reach:- The Luumen API base URL configured in
config.yaml(HTTPS, default port 443). - Every managed host over SSH (port 22) or WinRM (port 5985 for HTTP, 5986 for HTTPS).
curl:
Service user permissions
The agent runs as a dedicated service user on the Patch server, and authenticates to each managed host as a user you control on that host. The required permissions vary by platform.The permissions below cover the agent’s current data collection. As new properties are added, the required permissions can change. We’ll document changes here and notify customers ahead of upgrades that require new permissions.
Linux
The service user on each Linux host needssudo access to the following commands for standard OS data collection:
Application-specific properties may require additional read permissions on the relevant directories. If you’ve enabled the SAP integration, for example, the service user needs broad read access to SAP files under the SAP user’s directories — the exact paths are determined during white-glove setup. See SAP integration.
Windows
On Windows hosts, the service user needs the following access types:Patch server service user
The user that runs the agent binary on the Patch server itself also needs:- Execute permission on the agent binary (
chmod +xon Linux). - Read permission on
config.yamland any SSH private keys referenced in the host list. sudoaccess on the Patch server when installing the agent as a service (during the install command only).- If using HashiCorp Vault: a way to provide the Vault token, typically the
VAULT_TOKENenvironment variable.
What Apiphani handles
The white-glove install covers everything beyond providing the Patch server and the service user:- Downloading and placing the agent binary.
- Writing the initial
config.yaml. - Installing the agent as a service and verifying the first scheduled run.
- Configuring the remote agent config (host list, default credentials) in the Luumen UI.
- For self-hosted deployments, provisioning the Luumen API and web app.