1. Download OverWatch ELD
Go to the downloads page and click Download OverWatch ELD.
2. Run the Installer
- Open your Downloads folder.
- Double-click
OverWatchELD-win-Setup.exe. - Follow the installer prompts.
- Wait for installation to complete.
3. Windows Security Warning
- Click More info.
- Click Run anyway.
- Allow the installer to continue.
4. Open OverWatch ELD
After installation, open OverWatch ELD from:
Start Menu → OverWatch ELD
You may also have a desktop shortcut.
5. Use the Correct Bot Address
When setting up the app, use this Bot API address:
https://overwatcheld.up.railway.app
6. Add the Discord Bot to Your Server
Click the button below, choose your Discord server, and authorize the bot.
7. Link Your Discord / VTC
- Open your Discord server.
- Type
!linkin a channel where the bot can respond. - The bot gives you a link code.
- Open OverWatch ELD.
- Enter the link code when prompted.
- After linking, ELD connects to your VTC/Discord server.
8. Companion App Access
The companion app runs locally from the ELD on port 5234.
On the same PC:
http://127.0.0.1:5234
On a phone/tablet using the same Wi-Fi:
http://YOUR-PC-IP:5234
9. Allow Companion Through Firewall
If your phone cannot connect to the companion app, open PowerShell as Administrator and run:
New-NetFirewallRule -DisplayName "OverWatchELD Companion 5234" -Direction Inbound -Protocol TCP -LocalPort 5234 -Action Allow
10. Auto Updates
OverWatch ELD only needs to be installed once.
- Open OverWatch ELD.
- The app checks for updates automatically.
- If a newer version is found, it downloads in the background.
- When prompted, click Yes to restart and finish updating.
11. Install & Run ATS Telemetry Server
OverWatch ELD needs the telemetry server running so it can read American Truck Simulator data like speed, location, fuel, damage, and job/load status.
Step 1: Download the Telemetry Server
- Open the OverWatch ELD downloads page.
- Download the ATS Telemetry Server/Reader if it is listed separately.
- If it is included with OverWatch ELD, continue to the next step.
Step 2: Install the ATS Telemetry Plugin
- Close American Truck Simulator.
- Open the telemetry server folder.
- Copy the telemetry plugin files into your ATS plugins folder.
- The common ATS plugin folder is:
Documents\American Truck Simulator\plugins
If the plugins folder does not exist, create it.
Step 3: Start the Telemetry Server
- Run the telemetry server as Administrator if needed.
- Make sure it starts without errors.
- Leave it running while using OverWatch ELD and ATS.
Step 4: Start ATS
- Open ATS.
- Load into your profile.
- Enter the truck.
- Drive or start a job so telemetry data becomes active.
Step 5: Connect OverWatch ELD
- Open OverWatch ELD.
- Go to the main dashboard.
- Verify speed, duty status, location, or telemetry status updates.
- If using VTC mode, make sure your bot address is
https://overwatcheld.up.railway.app.
12. ATS Load Scanner & Create Load Updates
The new Create Load scanner reads your ATS base game data plus active local and Steam Workshop mods from your current ATS profile. It uses each mod's manifest.sii category first, then checks the def files directly, so cargo/trailer packs can still be found even when the manifest category is missing or wrong.
What the scanner now uses
- ATS base game seed: keeps Create Load usable even without mods.
- Active ATS profile mods: reads enabled mods instead of every installed mod.
- Manifest category: checks
categoryinmanifest.siifirst. - Direct file parsing: also scans cargo/trailer text inside
.siiand.suifiles.
Only these mod types are used for Create Load
- Trailer mods
- Cargo mods
- Freight/economy cargo packs that contain cargo definitions
These are skipped automatically
- Map/expansion mods unless they also contain usable cargo/trailer definitions
- Truck-only mods
- Sound mods
- Graphics/weather/texture mods
- Traffic/AI, UI, physics, tuning, and paintjob-only mods
- Broken or corrupt
.scsarchives that cannot be opened
How to refresh Create Load
- Open ATS and make sure the profile has the trailer/cargo mods enabled.
- Open OverWatch ELD.
- Go to Create Load.
- Click Refresh.
- Open Advanced Scanner Details to confirm which sources were scanned or skipped.
Common scanner messages
detected as Map and skipped→ Normal for map/expansion mods.detected as Truck and skipped→ Normal for truck-only mods.Could not open archive→ The.scsfile is corrupt, locked, encrypted, or not a normal zip-format archive.Fallback cargo/trailer seed was used→ No usable cargo/trailer defs were found, so ELD kept default options available.
13. Connect to Vehicle (Start Driving)
OverWatch ELD only receives data when you are inside a truck and actively driving or on a job in American Truck Simulator.
- Start ATS and select your profile.
- Load into the game world and enter a truck.
- Pick up a load or start driving.
- Open OverWatch ELD and verify speed, duty status, location, map updates, and truck data.
15. Shortcut Keys
OverWatch ELD includes keyboard shortcuts to quickly control the app without using the mouse.
Ctrl + 1→ DashboardCtrl + 2→ LogsCtrl + 3→ VTC WindowCtrl + D→ DrivingCtrl + O→ On DutyCtrl + S→ Sleeper BerthCtrl + F→ Off DutyCtrl + Shift + C→ Open Companion QR
16. Check Open Ports (Companion Verification)
This verifies that the OverWatch ELD Companion App is running and accessible on port 5234.
PowerShell
Get-NetTCPConnection -LocalPort 5234
Command Prompt
netstat -ano | findstr :5234
Browser test
http://127.0.0.1:5234
http://YOUR-IP:5234
17. Discord Bot Commands
Use these commands inside your Discord server where the OverWatch ELD bot is installed.
Getting Started
!link→ Generate a code to connect your ELD to the VTC!unlink→ Disconnect your ELD from the VTC!status→ Check bot status and connection
Driver Commands
!myinfo→ View driver stats and info!logs→ View recent logs/activity!loads→ View active or recent loads
Dispatch Commands
!dispatch→ Open dispatch menu or send message!reply→ Reply to dispatch messages
Admin / Setup Commands
!setdispatchchannel→ Set dispatch channel!setbolchannel→ Set BOL channel!setlogschannel→ Set logs channel!setinspectionchannel→ Set inspection channel!setleaderboardchannel→ Set leaderboard channel
Need Help?
If setup does not work, verify:
- The Discord bot was added to your server.
- You used the correct bot address.
- You entered the correct
!linkcode. - Your firewall allows port
5234for companion access. - For Create Load, ATS has the trailer/cargo mods enabled in the active profile.