Skip to content

Installation auf Linux (Debian/Ubuntu)

Installation als systemd‑Service für kleine Server/VMs.

Paket & Checksum

  1. Lade das passende Paket von den Releases
  2. Prüfe die Integrität: bash sha256sum targetshot-connect_0.2.7-beta_amd64.deb # Ausgabe mit checksums.txt vergleichen

Installation (Beispiel)

sudo apt-get update
sudo apt-get install -y ca-certificates
sudo dpkg -i targetshot-connect_0.2.7-beta_amd64.deb || sudo apt-get -f install -y
sudo systemctl enable --now tsc.service

Logs: journalctl -u tsc -f

Weitere Hinweise: Admin / TSC