WatchDog Installation
Recommended: Use the modern setup described below. WatchDog configurations are now created directly in the DocBits application — no local config files needed.
Prerequisites
Windows Server or Windows 10/11
Administrator access
Network connectivity to DocBits API
DocBits API Key (available in Settings → WatchDog → General Tab)
Installation Steps
1. Create Required Folders
Create a main directory and subfolders for WatchDog:
Note: It is recommended to use local paths. UNC network paths (e.g.
\\server\share) are supported but may require a Polling Observer for reliable file detection.
2. Download WatchDog
Download WatchDog.exe from the DocBits application:
Settings → Document Processing → WatchDog → General Tab → Download
Place the downloaded WatchDog.exe file in C:\WatchDog\.
3. Configure API Connection
Open Command Prompt (CMD) as Administrator and run:
This connects WatchDog to your DocBits organisation and fetches configurations automatically.
4. Install as Windows Service
5. Start the Service
6. Create Configurations in DocBits
Navigate to Settings → Document Processing → WatchDog → Configurations Tab in DocBits:
Click New Import Configuration to set up watch folders
Click New Export Configuration to set up export destinations
Important: Export configurations require a document type. All configurations are managed centrally in DocBits, not in local config files.
7. Set Automatic Startup
Open Services (
Win + R→services.msc)Find WatchDog in the service list
Double-click to open properties
Set Startup Type to Automatic (Delayed Start)
Click OK
Verify Installation
After installation, check the WatchDog status in DocBits:
Settings → WatchDog → Status Tab
✅ Online — WatchDog is connected and sending heartbeats
Version, last restart, and system information should be visible
Command Reference
WatchDog.exe -api KEY
Configure API Key
WatchDog.exe install
Install as Windows Service
WatchDog.exe start
Start the service
WatchDog.exe stop
Stop the service
WatchDog.exe debug
Run in console mode (for troubleshooting)
WatchDog.exe remove
Uninstall the service
WatchDog.exe --version
Show current version
WatchDog.exe --list-folders
List configured watch folders
WatchDog.exe --add-folder PATH
Add a watch folder
WatchDog.exe --remove-folder PATH
Remove a watch folder
Legacy: V1 Configuration (Deprecated)
The following V1 setup method using local config files is deprecated. Use the modern API-based setup above instead.
V1 Setup (click to expand)
Configuring WatchDog in DocBits (V1)
Access WatchDog Settings
Navigate to Settings → Document Processing → WatchDog
Folder Settings
Define the paths:
C:/WatchDog/ReadandC:/WatchDog/Processed

General Settings
Select document types, configure export destination

Export Configurations
Shows configured exports for on-premise processing

Download Configuration
Download
watchdog-config.jsonand place inC:\WatchDog\

Last updated
Was this helpful?