Skip to content

First-Run Configuration

When you open ChannelWatch for the first time, a guided wizard walks you through the essential setup steps. This page covers that wizard and the core settings you’ll configure.

After starting the container, open a browser and navigate to:

http://your-server-ip:8501

Replace your-server-ip with the IP address or hostname of the machine running ChannelWatch. If you’re running it locally, use http://localhost:8501.

On a fresh install with no existing configuration, ChannelWatch shows a full-screen wizard before the main dashboard. The wizard has three steps.

Step 1: Add your first Channels DVR server

Section titled “Step 1: Add your first Channels DVR server”

Enter the connection details for your Channels DVR server:

FieldDescription
HostIP address or hostname of your Channels DVR server (e.g. 192.168.1.100)
PortChannels DVR API port (default: 8089)
Display NameA friendly label shown in the dashboard (e.g. Living Room DVR)
API KeyOptional. Required only if your Channels DVR server has API authentication enabled.

Click Test Connection to verify ChannelWatch can reach the server before saving.

SettingDescription
TimezoneYour local timezone in IANA format (e.g. America/New_York). Used for timestamps in notifications and logs.
Log LevelStandard (default) logs connection events and alerts. Verbose adds detailed event processing output, useful for troubleshooting.
Log RetentionHow many days of logs to keep before automatic cleanup. Default is 7 days.

The wizard shows a summary of your settings. Click Save and Launch to write the configuration and start monitoring.

ChannelWatch will connect to your Channels DVR server and begin watching the event stream. The main dashboard appears once the initial connection succeeds.

After the wizard, all settings are available under the Settings tab. The core settings are:

SettingDescription
Channels DVR HostServer IP or hostname
Channels DVR PortServer port (default: 8089)
TimezoneLocal timezone for timestamps
Log LevelStandard or Verbose logging
Log RetentionAuto-cleanup period in days

ChannelWatch monitors four types of events. All are enabled by default. Toggle them under Settings > Alerts:

Alert typeWhat it monitors
Channel WatchingLive TV viewing sessions
VOD WatchingRecorded content and library playback
Recording EventsRecording lifecycle (scheduled, started, completed, cancelled, stopped)
Disk SpaceFree space on the DVR storage path

Each alert type has its own options page with toggles for what information to include in notifications (channel name, device name, program details, etc.).

ChannelWatch sends notifications through one or more providers. Configure them under Settings > Notifications. At least one provider must be configured for alerts to be delivered.

Supported providers: Pushover, Discord, Telegram, Slack, Email (SMTP), Gotify, Matrix, and any Apprise-compatible URL.

See the Notification Providers section for per-provider setup guides.

Use the Diagnostics tab to confirm everything is working:

  • System Status shows the health of each component (DVR connection, notification providers, alert system).
  • Connection Tests lets you manually test connectivity to each configured Channels DVR server.
  • Alert Tests sends a test notification for each alert type so you can confirm delivery end-to-end.

All settings are stored in /config/settings.json inside the container. You do not need to edit this file directly. The web UI writes to it atomically (write to a temp file, then rename) to prevent corruption if the container is stopped mid-save.

If you need to back up your configuration, copy the entire /config directory. The backup includes settings.json, the SQLite activity database, and the encryption key.