◢◤
Matrix IT Wazuh SIEM Auto-Provision
Appgate SDP baseline · git-pull deploy model

Client & Server

Identifies this deployment and the public address users will browse to.

Advanced

Log Ingestion

Where Appgate SDP sends its syslog. Source-IP lockdown is handled at the perimeter firewall, outside the VM.

Advanced

Detections, Geo & Retention

Tunes location labeling, the unexpected-country rule, and how long events are kept.

Advanced — feature toggles

Email Relay (SMTP)

Optional authenticated TLS relay for email alerts. A small Postfix sidecar relays manager mail with STARTTLS + SASL.

Alerts & Reports (baseline ops)

Provisions the out-of-the-box monitors, the notification recipient group, and report definitions.

Server Access & Deploy

Used by the generated script (run on your laptop) or, if you choose the direct install, sent over HTTPS to the provisioning backend and held in memory only for the duration of the deploy. Not persisted by this page.

Heads up: the generated script contains the SSH password and PAT in plaintext. Run it from a trusted machine and delete it after the deploy completes.

Generate Deployment Package

Two artifacts: a hands-free Python deployer and a manual shell fallback. Review then download.

Run it: pip install paramiko requestspython deploy-client.py
Run it: SCP to the server, then sudo bash bootstrap-client.sh (prints the deploy key to add on GitHub manually).
Summary:

Or install directly auto

Connects to the server from this site's PHP API (api/) and runs the same install live. Requires the api/ folder with phpseclib installed (see api/README.md). Same result as running the script yourself.

Direct install: the SSH password and PAT are sent to your backend over HTTPS. Run the backend over TLS behind an auth gate, and confirm TCP 80 is open at the cloud firewall if you selected Let's Encrypt.