BoothWatch
Realtime Photobooth Ops
BoothWatch

Tambah Photobooth Baru

Daftarkan photobooth baru ke sistem monitoring

ID unik untuk photobooth, wajib angka maksimal 3 digit (contoh: 001, 002). Akan digunakan di agentconfig.json.
IP address PC photobooth (opsional, akan diisi otomatis dari heartbeat)
Batal
Panduan

Setelah menambah photobooth:
  1. Copy Booth ID ke file agentconfig.json
  2. Install agent di PC photobooth
  3. Jalankan agent sebagai Windows Service
  4. Data akan mulai masuk ke dashboard

Status Photobooth:
  • Active - Menerima data dari agent
  • Inactive - Menolak data dari agent
  • Maintenance - Dalam perbaikan
agentconfig.json
Credential tersembunyi
Klik Reveal atau tombol di atas untuk melihat
// Preview — credential disembunyikan. Gunakan tombol Download untuk file lengkap.
{
  "BoothId": "BOOTH_ID",
  "ServerUrl": "https://dev.monitoring-photobooth.awh.co.id",
  "PhotoboothAppProcessName": "chrome",
  "TargetPrinterName": "dnp",
  "MqttBroker": "••••••••••••••••",
  "MqttPort": ••••,
  "MqttUsername": "••••••••",
  "MqttPassword": "••••••••••••",
  "HeartbeatInterval": 30,
  "ScreenshotInterval": 60,
  "LogDirectory": "logs",
  "ScreenshotMaxWidth": 1280,
  "ScreenshotJpegQuality": 75,
  "MqttMaxRetries": 3,
  "MqttRetryIntervalSeconds": 5,
  "EnableOperatingHours": true,
  "OperatingStartTime": "09:00",
  "OperatingEndTime": "21:00"
}