Agent Commands

The agent binary is installed at /opt/sysward/bin/sysward. Run it directly to manage the agent on a host.

FlagDescription
-installRegister the agent and check in immediately. Used by the installer; disables the random start-up backoff.
-unregisterRemove this agent from the dashboard.
-versionPrint the agent version.
-group <name>Join the named group on registration, creating it if it doesn’t exist.
-hostname <name>Override the hostname the agent reports.
-custom-hostname <name>Set a custom display hostname for this machine.

Set the DEBUG=true environment variable for verbose output — useful when diagnosing a host that isn’t checking in:

DEBUG=true /opt/sysward/bin/sysward -install

Agent activity is logged to /var/log/syslog, tagged with SYSWARD.

Edit this page on GitHub