Two small pieces run on your own PC: an addon inside WoW that records your progress, and a helper program — the watcher — that sits quietly in your system tray and forwards it to this dashboard. Setup takes about five minutes.
LanDashboard.AddOns folder, for the game version you play:
C:\Program Files (x86)\World of Warcraft\<version>\Interface\AddOns\
<version> is the folder that already exists in your install, such as _classic_era_ or _classic_beta_. You should end up with ...\AddOns\LanDashboard\LanDashboard.toc.
Documents\LanDashboard Watcher — and put the downloaded savedvars_watcher.exe in it.savedvars_watcher_config.json. This tells the watcher where this dashboard lives.Server address:
This dashboard requires an access token. Paste the one you were given — it stays in your browser and is only written into the file you download.
Windows may say "Windows protected your PC" the first time you run the watcher, because it isn't code-signed. Choose More info, then Run anyway. Its checksum is at the bottom of this page if you want to verify the download.
/reload.)savedvars_watcher.exe. No window opens — it runs in your system tray (bottom-right of the taskbar; click the ^ arrow if you don't see the gold 4L icon). It finds the addon's file on its own; if you start it before that first save, it just waits and picks the file up within about half a minute.WoW addons can't send anything over the internet, and WoW only writes the addon's data to disk when the UI reloads or you log out. So the addon offers the Sync button at good moments — after a few quests or a level-up, when you take a flight, go AFK, or hit a loading screen. Click it, dismiss it with the X, or type /reload whenever you like. Logging out syncs everything too.
/ldb | Shows your sync status: pending score and how many events are queued. |
/ldb sync | Shows the Sync button right now. |
/ldb forget | Makes the addon treat your characters as new, so the next login prompts to sync again. Only needed if the dashboard was reset. |
Windows tucks new tray icons under the ^ arrow at the right of the taskbar. Click it to find the gold 4L, and drag it onto the taskbar if you want it always visible. Starting the watcher a second time does nothing except tell you it's already running.
The addon hasn't saved its data file yet. Log in, click the Sync button (or type /reload) — the watcher notices within about half a minute. If it never does, your WoW is probably installed somewhere unusual: add a line like "savedvars_path": "D:\\Games\\World of Warcraft\\_classic_era_\\WTF\\Account\\<your account>\\SavedVariables\\LanDashboard.lua" to savedvars_watcher_config.json.
Check that the tray icon's dot is green and that you've synced since logging in. Right-click it and choose Open log file — after a sync you should see a line like 2 new event(s) queued for delivery. On the dashboard, the Activity filter hides characters that haven't sent anything for a while — switch it to Show all to see them. A character only appears once it has synced at least once.
Red means the dashboard refused the access token: the token in savedvars_watcher_config.json is wrong or out of date. Amber with "Can't reach the server" means a connection problem — check your internet. Either way the watcher keeps retrying and remembers what it hasn't sent, so nothing is lost meanwhile.
The watcher follows the one whose save file changed most recently — normally the one you're playing. To pin it to a specific account, add its savedvars_path to savedvars_watcher_config.json as above.
The watcher is a small Python program packaged into a single .exe and isn't code-signed, which some antivirus tools flag by default. Compare the SHA-256 checksum below against the savedvars_watcher.exe you unzipped, and allow it if they match.
Right-click the tray icon and choose Quit. You only need it running while you want events delivered: the addon keeps its queue in your game's saved data and the watcher remembers what it has already sent, so it picks up where it left off next time. To have it start automatically, press Win + R, type shell:startup, and put a shortcut to savedvars_watcher.exe in the folder that opens.