Dashboard

Web-based management dashboard for devices, sessions, security, billing, audit logs, and team administration.

Overview

The web dashboard at syslok.com/dashboard is the central place to manage your devices, sessions, team, and billing. It is available to all users; admin features require the appropriate role.

Devices

Register and manage devices. Each device displays the following information:

  • Name, platform, and current status (online / offline)
  • Last seen timestamp
  • Agent type (Tray or Sentinel)

Organize devices into groups for team-based access control.

Sessions

View active sessions with live status indicators and browse your full session history. Each session record shows:

  • Device name and operator
  • Start time, end time, and duration
  • Connection type (WebRTC or WebSocket)

Create new sessions by generating session codes or shareable one-liner links.

Device Groups

Organize devices into groups such as "Production Servers" or "Engineering Laptops". Assign team members to groups for access control -- members can only connect to devices in their assigned groups.

Session Pools

Session pools are pre-configured session templates with specific TTL, quality, and permission settings. Assign pools to groups or individual devices to standardize session policies across your teams.

Beacons

Manage Sentinel installations (beacons) from the dashboard. For each beacon you can view:

  • Status (online / offline) and last heartbeat
  • Installed agent version

Generate enrollment tokens for new beacon installations and remotely wake beacons to start sessions.

Terminal
# Enroll a new beacon with a token
$ curl -X POST https://api.syslok.com/api/v1/beacons/enroll \
-H "X-API-Key: sk_your_key" \
-d '{"token": "enroll_abc123"}'

Security

  • Two-factor authentication -- TOTP-based 2FA for all accounts.
  • Session policies -- enforce maximum TTL and require consent from the remote user.
  • API key management -- create, rotate, and revoke API keys.
  • SSO / SAML -- available on Business and Enterprise plans.

Billing

View your current plan, usage statistics, and upgrade or downgrade at any time.

PlanDevicesPrice
Free3$0
Starter10$14/mo
Team30$49/mo
Pro100$149/mo
EnterpriseUnlimitedCustom

Audit Logs

A complete audit trail records who connected, when, from where, and what actions were taken. Logs are exportable and retained for 90 days by default (configurable). SIEM integration is supported via webhooks.

Webhooks

Configure HTTP webhooks to receive real-time notifications for the following events:

  • session.started
  • session.ended
  • device.online
  • device.offline
  • beacon.enrolled

All payloads are signed with HMAC-SHA256. Failed deliveries are retried automatically with exponential backoff.

Users and SSO

Invite team members and assign roles:

  • Admin -- full access to all settings, billing, and team management.
  • Operator -- can connect to devices and manage sessions.
  • Viewer -- read-only access to dashboards and logs.

SSO / SAML integration is available on Business and Enterprise plans.