Skip to main content

All-in-one DEB

Use the all-in-one DEB when you run Ubuntu or Debian and want a complete single-host installation.

Install

sudo dpkg -i spot-suite_X.Y.Z_amd64.deb
sudo systemctl status spot-license spot-server spot-agent-sap spot-elasticsearch --no-pager

If the operating system reports missing system dependencies, fix them with the standard distribution mechanism and repeat the SPOT package installation.

First Access

http://<server>:8080/

SPOT opens /setup to create the first administrator and configure SAP. Embedded Elasticsearch is fixed at 127.0.0.1:9200, without credentials; setup does not offer external mode for this package.

Before completing those settings, activate the online key or install the offline file from the License card. The form shows License valid and enables the rest of setup. See Licenses and renewal for validation and renewal preparation.

The installer creates or upgrades the internal keystore as root and keeps /etc/spot/elasticsearch read-only for spot-elastic. Do not grant the service write access when Elasticsearch fails to start; reinstall the same package and review the installation error.

Verify

curl -sS http://127.0.0.1:8080/api/setup/status
journalctl -u spot-agent-sap -n 100 --no-pager
journalctl -u spot-elasticsearch -n 100 --no-pager

If data does not arrive, check RFC SDK, SAP credentials, RFC network access, and the fixed embedded service first.

Daily Package Operation

  • spot-server serves UI/API.
  • spot-agent-sap extracts and normalizes SAP data.
  • spot-elasticsearch is this package's fixed loopback-only capability.