Agent Windows Setup Guide
A step-by-step installation guide for the DC CORE Telemetry agent and Runtime environment on Windows.
Prerequisites
- Windows PC or Server
- Administrator access
- A web browser (to download the installer and access the Runtime interface)
Part 1: Telemetry Setup
Step 1 — Download the Installer
Open a browser and download the installer from:
https://cud.dccore.io/dcc_downloader.exeStep 2 — Open an Admin Terminal in the Download Folder
- Navigate to the folder where
dcc_downloader.exewas saved - Right-click inside the folder while holding Shift, then select "Open PowerShell window here"(or open PowerShell as Administrator and
cdto the folder)
Step 3 — Install the Telemetry Agent
Run the following command in the Admin terminal:
./dcc_downloader.exe --background-task --auto-update dcc-telemetry.exeStep 4 — Retrieve Your Device ID
Open File Explorer and navigate to:
C:\ProgramData\DCCore\device_idOr run the following in your terminal:
type C:\ProgramData\DCCore\device_id⚠️ Note: The Device ID is the alphanumeric string inside the file. Copy only that string — do not include any surrounding whitespace or characters.
Keep this ID safe — it is required to register your device in the DC CORE dashboard.
Part 2: Runtime Setup
Step 1 — Download the Installer
Skip this step if
dcc_downloader.exewas already downloaded during Part 1 and you are in the same folder.
https://cud.dccore.io/dcc_downloader.exeStep 2 — Open an Admin Terminal in the Download Folder
- Navigate to the folder where
dcc_downloader.exewas saved - Right-click inside the folder while holding Shift, then select "Open PowerShell window here"
Step 3 — Install the Runtime
./dcc_downloader.exe --background-task --auto-update dcc_runtime.exeStep 4 — Access the Runtime Interface
Once the Runtime is running, open a browser on any device on the same network and go to:
http://<device-ip>:8444Replace <device-ip> with the local IP address of your Windows machine.
💡 Tip: To find your device IP, run
ipconfigin a terminal and look for the IPv4 Address of your active network adapter.
From the page you can either:
- Scan the QR code using a mobile device, or
- Click the link to open the Central Link Interface
Quick Reference
| Task | Command / Location |
|---|---|
| Download installer | https://cud.dccore.io/dcc_downloader.exe (browser) |
| Install Telemetry | ./dcc_downloader.exe --background-task --auto-update dcc-telemetry.exe |
| Get Device ID | type C:\ProgramData\DCCore\device_id |
| Install Runtime | ./dcc_downloader.exe --background-task --auto-update dcc_runtime.exe |
| Find device IP | ipconfig -> IPv4 Address |
| Access UI | http://<device-ip>:8444 |